dependabot-preview[bot]
5ffb4874fb
Bump pitest-maven from 1.5.0 to 1.5.1 ( #118 )
2020-03-30 05:53:41 +00:00
dependabot-preview[bot]
14d057e900
Bump junit-bom from 5.6.0 to 5.6.1 ( #117 )
2020-03-23 05:46:05 +00:00
830b312d9e
JDK 13 Compatibility ( #116 )
...
* Add jdk 13 to build matrix
* Adjust indentation
* Adjust indentation
* Bump kemitix-maven-tiles from 1.2.0 to 2.4.1
* Fix TypeAlias.equals(Object) does not check for null argument
net.kemitix.mon.TypeAlias.equals(Object) does not check for null argument [net.kemitix.mon.TypeAlias] At TypeAlias.java:[lines 82-88] NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT
* Fix TypeAlias.flatMap(Function) declares unbound method template parameter
[ERROR] Method net.kemitix.mon.TypeAlias.flatMap(Function) declares unbound method template parameter(s) [net.kemitix.mon.TypeAlias] At TypeAlias.java:[line 72] UMTP_UNBOUND_METHOD_TEMPLATE_PARAMETER
* Fix Lazy has a circular dependency with other classes
[ERROR] Class net.kemitix.mon.lazy.Lazy has a circular dependency with other classes [net.kemitix.mon.lazy.Lazy] At Lazy.java:[lines 36-46] FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY
* Fix Synchronization performed on AtomicReference
[ERROR] Synchronization performed on java.util.concurrent.atomic.AtomicReference in net.kemitix.mon.lazy.LazySupplier.value() [net.kemitix.mon.lazy.LazySupplier] At LazySupplier.java:[line 61] JLM_JSR166_UTILCONCURRENT_MONITORENTER
* Fix Just.orElseThrow(Supplier) declares throwing an exception that isn't thrown
[ERROR] Non derivable method net.kemitix.mon.maybe.Just.orElseThrow(Supplier) declares throwing an exception that isn't thrown [net.kemitix.mon.maybe.Just] At Just.java:[line 102] BED_BOGUS_EXCEPTION_DECLARATION
* Fix Maybe has a circular dependency with other classes
[ERROR] Class net.kemitix.mon.maybe.Maybe has a circular dependency with other classes [net.kemitix.mon.maybe.Maybe] At Maybe.java:[lines 40-94] FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY
* Fix Maybe.findFirst(Stream) uses immediate execution of a block
[ERROR] Method net.kemitix.mon.maybe.Maybe.findFirst(Stream) uses immediate execution of a block of code that is often not used [net.kemitix.mon.maybe.Maybe] At Maybe.java:[line 94] OI_OPTIONAL_ISSUES_USES_IMMEDIATE_EXECUTION
* Fix Success/Result/Err has a circular dependency
[ERROR] Class net.kemitix.mon.result.Err has a circular dependency with other classes [net.kemitix.mon.result.Err] At Err.java: FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY
* Fix GeneralisedTree has a circular dependency
[ERROR] Class net.kemitix.mon.tree.GeneralisedTree has a circular dependency with other classes [net.kemitix.mon.tree.GeneralisedTree] At GeneralisedTree.java:[lines 39-80] FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY
* Supress warning about boxing a boolean
NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION
Without creating a whole reimplemention of Maybe/Just/Nothing purely for `boolean` primitives, we can’t avoid this boxing.
* Supress store before return warnings in Lombok generate hashCode
USBR_UNNECESSARY_STORE_BEFORE_RETURN
The annotation has to be used at the class level, which unfortunately means we have no store-before-return checks for the rest of the class.
* Suppress warning about unused parameter
The type parameter for `Tree.builder(type)` is used to specify the parameterised type of the return value.
* Checkstyle fixups
* [changelog] updated
2020-03-20 07:17:29 +00:00
dependabot-preview[bot]
de55a9bb49
Bump assertj-core from 3.13.2 to 3.15.0 ( #106 )
2020-03-19 07:51:16 +00:00
dependabot-preview[bot]
756086385c
Bump junit-bom from 5.5.2 to 5.6.0 ( #105 )
2020-03-19 07:47:51 +00:00
dependabot-preview[bot]
e725dadd91
Bump tiles-maven-plugin from 2.15 to 2.16 ( #101 )
2020-03-19 07:44:17 +00:00
dependabot-preview[bot]
2d15dfca70
Bump lombok from 1.18.10 to 1.18.12 ( #108 )
2020-03-19 07:40:37 +00:00
dependabot-preview[bot]
84e4a6c254
Bump pitest-junit5-plugin from 0.9 to 0.12 ( #107 )
2020-03-19 07:37:14 +00:00
dependabot-preview[bot]
f24ec89207
Bump pitest-maven from 1.4.10 to 1.5.0 ( #109 )
...
Bumps [pitest-maven](https://github.com/hcoles/pitest ) from 1.4.10 to 1.5.0.
- [Release notes](https://github.com/hcoles/pitest/releases )
- [Commits](https://github.com/hcoles/pitest/compare/pitest-parent-1.4.10...1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-03-19 07:33:20 +00:00
dependabot-preview[bot]
fc120a693d
Bump mockito-junit-jupiter from 3.1.0 to 3.3.3 ( #111 )
...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito ) from 3.1.0 to 3.3.3.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.1.0...v3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-03-19 07:30:18 +00:00
dependabot-preview[bot]
156551ad52
Bump kemitix-parent from 5.2.0 to 5.3.0 ( #112 )
...
Bumps [kemitix-parent](https://github.com/kemitix/kemitix-parent ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/kemitix/kemitix-parent/releases )
- [Changelog](https://github.com/kemitix/kemitix-parent/blob/master/CHANGELOG )
- [Commits](https://github.com/kemitix/kemitix-parent/compare/v5.2.0...v5.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-03-19 07:27:42 +00:00
dependabot-preview[bot]
fe98c4ed41
Bump mockito-junit-jupiter from 3.0.0 to 3.1.0 ( #97 )
2019-10-02 06:27:16 +00:00
dependabot-preview[bot]
46871254e3
Bump assertj-core from 3.12.2 to 3.13.2 ( #93 )
2019-09-15 19:27:34 +00:00
dependabot-preview[bot]
a0cc98bdba
Bump lombok from 1.18.8 to 1.18.10 ( #96 )
2019-09-11 07:47:40 +00:00
dependabot-preview[bot]
67ad9528c2
Bump junit-bom from 5.5.1 to 5.5.2 ( #95 )
2019-09-09 10:58:50 +00:00
dependabot-preview[bot]
6dcc68df86
Bump pitest-maven from 1.4.9 to 1.4.10 ( #94 )
2019-09-02 17:52:47 +00:00
dependabot-preview[bot]
08eba2a83a
Bump junit-bom from 5.5.0 to 5.5.1 ( #90 )
2019-09-02 17:23:58 +00:00
dependabot-preview[bot]
edbd8cdfc8
Bump mockito-junit-jupiter from 2.28.2 to 3.0.0 ( #89 )
2019-07-11 17:42:07 +00:00
dependabot-preview[bot]
d59087a1ab
Bump junit-bom from 5.4.2 to 5.5.0 ( #88 )
2019-07-01 08:42:25 +00:00
dependabot-preview[bot]
ae5c12cd6f
Bump tiles-maven-plugin from 2.14 to 2.15 ( #86 )
2019-06-20 09:20:56 +00:00
dependabot-preview[bot]
dd80a33f7c
Bump pitest-maven from 1.4.8 to 1.4.9 ( #87 )
2019-06-20 09:11:17 +00:00
dependabot-preview[bot]
56a4ebd61a
Bump pitest-junit5-plugin from 0.8 to 0.9 ( #85 )
2019-06-19 07:46:57 +00:00
dependabot-preview[bot]
b8d769ae2e
Bump mockito-junit-jupiter from 2.27.0 to 2.28.2 ( #84 )
2019-05-31 08:37:23 +00:00
dependabot-preview[bot]
e137f0860c
Bump pitest-maven from 1.4.7 to 1.4.8 ( #82 )
2019-05-25 22:32:56 +00:00
dependabot[bot]
8cda3c0996
Bump lombok from 1.18.6 to 1.18.8 ( #81 )
2019-05-07 05:47:56 +00:00
dependabot[bot]
9bff5cc656
Bump tiles-maven-plugin from 2.13 to 2.14 ( #80 )
2019-05-06 08:18:42 +00:00
dependabot[bot]
f8824a9a4a
Bump mockito-junit-jupiter from 2.26.0 to 2.27.0 ( #79 )
2019-04-11 06:03:03 +00:00
dependabot[bot]
79d6c996fa
Bump junit-bom from 5.4.1 to 5.4.2 ( #77 )
2019-04-09 09:33:52 +00:00
dependabot[bot]
1be722498d
Bump mockito-junit-jupiter from 2.25.1 to 2.26.0 ( #78 )
2019-04-08 07:31:53 +00:00
dependabot[bot]
86135e2a19
Bump pitest-maven from 1.4.6 to 1.4.7 ( #76 )
2019-03-29 14:08:56 +00:00
dependabot[bot]
f5088bd814
Bump junit-bom from 5.4.0 to 5.4.1 ( #75 )
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.4.0...r5.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 08:56:55 +00:00
dependabot[bot]
54e8c5f37c
Bump mockito-junit-jupiter from 2.25.0 to 2.25.1 ( #74 )
...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito ) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v2.25.0...v2.25.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 08:40:14 +00:00
dependabot[bot]
52b653d883
Bump assertj-core from 3.12.1 to 3.12.2 ( #73 )
2019-03-18 08:32:31 +00:00
dependabot[bot]
deacd95a44
Bump pitest-maven from 1.4.5 to 1.4.6 ( #72 )
2019-03-16 20:06:07 +00:00
dependabot[bot]
0be749803c
Bump mockito-junit-jupiter from 2.23.4 to 2.25.0 ( #71 )
2019-03-06 15:47:43 +00:00
dependabot[bot]
b6936afcee
Bump junit-bom from 5.3.2 to 5.4.0 ( #70 )
2019-03-06 15:35:49 +00:00
dependabot[bot]
f5c2318b13
Bump assertj-core from 3.11.1 to 3.12.1 ( #69 )
2019-03-06 15:08:23 +00:00
dependabot[bot]
48fe9e12b1
Bump lombok from 1.18.4 to 1.18.6 ( #68 )
2019-03-06 12:56:03 +00:00
dependabot[bot]
a0f715477b
Bump tiles-maven-plugin from 2.12 to 2.13 ( #66 )
2019-03-06 12:02:03 +00:00
dependabot[bot]
952e48e8c5
Bump pitest-maven from 1.4.3 to 1.4.5 ( #65 )
...
* Bump pitest-maven from 1.4.3 to 1.4.5
Bumps [pitest-maven](https://github.com/hcoles/pitest ) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/hcoles/pitest/releases )
- [Commits](https://github.com/hcoles/pitest/compare/pitest-parent-1.4.3...pitest-parent-1.4.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* [changelog] updated
2019-02-04 21:16:23 +00:00
dependabot[bot]
662e71f0d3
Bump junit-bom from 5.3.1 to 5.3.2 ( #61 )
2018-11-26 07:23:14 +00:00
dependabot[bot]
d75c53d837
Bump mockito-junit-jupiter from 2.23.0 to 2.23.4 ( #60 )
2018-11-26 06:57:12 +00:00
dependabot[bot]
fe52f062e1
Bump lombok from 1.18.2 to 1.18.4 ( #59 )
2018-11-05 18:52:44 +00:00
dependabot[bot]
604e78c388
Bump pitest-junit5-plugin from 0.7 to 0.8 ( #58 )
2018-10-30 10:13:01 +00:00
73e59b0050
Bump junit from 4.12 to 5.3.1 ( #56 )
...
* Bump junit from 4.12 to 5.3.1
* [changelog] update
* [jenkins] stop publishing to codacy and test build with java 11
2018-10-12 20:42:11 +01:00
dependabot[bot]
f92c9cfa65
Bump kemitix-parent from 5.1.1 to 5.2.0 ( #55 )
...
* Bump kemitix-parent from 5.1.1 to 5.2.0
Bumps [kemitix-parent](https://gitlab.com/kemitix/kemitix-parent ) from 5.1.1 to 5.2.0.
- [Release notes](https://gitlab.com/kemitix/kemitix-parent/tags )
- [Commits](https://gitlab.com/kemitix/kemitix-parent/commits/master )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Remove travis config
* [changelog] update
2018-10-10 17:42:19 +01:00
f26c5f07d5
Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.0.0
2018-09-29 19:44:30 +01:00
8433da89ee
Remove redundant surefire and failsafe version overrides
2018-09-29 19:12:34 +01:00
2a0606f53f
Bump kemitix-maven-tiles from 0.8.1 to 1.2.0
2018-09-29 19:12:16 +01:00
dependabot[bot]
a8246f6d6c
Bump assertj-core from 3.11.0 to 3.11.1
...
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases )
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.11.0...assertj-core-3.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-29 05:48:51 +00:00
2a455faede
Merge pull request #42 from kemitix/next
...
Version upgrades and admin
2018-08-25 17:05:52 +01:00
93c196eac3
Merge branch 'master' into dependabot/maven/org.projectlombok-lombok-1.18.2
2018-08-25 15:53:24 +01:00
dependabot[bot]
fb47bc8cb1
Merge pull request #39 from kemitix/dependabot/maven/io.repaint.maven-tiles-maven-plugin-2.12
2018-08-25 14:52:02 +00:00
f9fc84326e
Merge branch 'master' into dependabot/maven/org.projectlombok-lombok-1.18.2
2018-08-25 15:51:44 +01:00
dependabot[bot]
3803bc7b67
Bump assertj-core from 3.10.0 to 3.11.0
...
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases )
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.10.0...assertj-core-3.11.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-23 14:08:11 +00:00
dependabot[bot]
687daee241
Bump lombok from 1.18.0 to 1.18.2
...
Bumps [lombok](https://github.com/rzwitserloot/lombok ) from 1.18.0 to 1.18.2.
- [Release notes](https://github.com/rzwitserloot/lombok/releases )
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.0...v1.18.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-23 14:08:09 +00:00
dependabot[bot]
42ea2a26ee
Bump tiles-maven-plugin from 2.11 to 2.12
...
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles ) from 2.11 to 2.12.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases )
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc )
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.11...tiles-maven-plugin-2.12 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-23 14:08:07 +00:00
3d29bb884c
pom: update urls to github
2018-07-21 22:50:32 +01:00
74776975d2
pom: Add name, description, issueManagement, scm and inceptionYear elements
2018-06-30 15:11:26 +01:00
fd88193b2b
pom: add parent
2018-06-30 12:55:34 +01:00
d929995151
Revert "Version set to 0.7.0"
...
This reverts commit b396c5c49e
.
2018-06-26 22:25:27 +01:00
b396c5c49e
Version set to 0.7.0
2018-06-26 22:20:55 +01:00
b2fa6e3dc2
Generic version DEV-SNAPSHOT for master branch
2018-06-22 17:48:09 +01:00
95d5837e31
More upgrade and update tests to match new assertj error messages
2018-06-21 18:48:04 +01:00
91884b2830
Upgrade dependencies
2018-06-21 18:38:06 +01:00
38d6f5cfec
version: set to 0.7.0-SNAPSHOT
2018-03-04 20:16:13 +00:00
bc8f8e08ba
version: set to 0.6.0
2018-03-04 19:44:31 +00:00
a7b4bc3d12
Merge branch 'develop' into jdk-9-compatible
...
* develop:
Add missing error when snapshot
version set to 0.6.0-SNAPSHOT (again)
jenkins: use mvn with options
jenkins: clean up
jenkins: fix syntax #5
jenkins: fix syntax #4
jenkins: fix syntax #3
jenkins: strong type read pom
jenkins: fix syntax #2
jenkins: fix syntax #2
jenkins: fix syntax
jenkins: fix syntax
Revert "version set to 0.6.0-SNAPSHOT"
jenkins: add check to fail build when SNAPSHOT on master branch
version set to 0.6.0-SNAPSHOT
pom: fix accidental merge of SNAPSHOT into master
version: set to 0.6.0-SNAPSHOT
version: set to 0.5.0
2018-03-03 13:27:35 +00:00
cdd31fe49c
version set to 0.6.0-SNAPSHOT (again)
2018-03-03 12:43:37 +00:00
4a1311b214
Revert "version set to 0.6.0-SNAPSHOT"
...
This reverts commit 463d633ed9
.
2018-03-03 08:49:29 +00:00
463d633ed9
version set to 0.6.0-SNAPSHOT
2018-03-03 08:36:53 +00:00
4bb3819935
pom: fix accidental merge of SNAPSHOT into master
2018-03-03 08:34:56 +00:00
6c52720843
version: set to 0.6.0-SNAPSHOT
2018-03-03 07:47:12 +00:00
fc61092734
version: set to 0.5.0
2018-03-02 23:43:02 +00:00
f6ac679eca
Set groupid explicitly
2018-03-02 23:32:33 +00:00
e41555e9f3
Upgrade maven-{surefire,failsafe}-plugins to 2.20.1 to compile with java 9
2018-02-28 22:09:38 +00:00
bcba10a492
Upgrade kemitix-maven-tiles to 0.6.1
2018-02-28 19:59:22 +00:00
ac09994537
Upgrade assertj to 3.9.1
2018-02-28 19:59:08 +00:00
bb4edb104f
Upgrade lombok to 1.16.20
2018-02-28 19:44:52 +00:00
11a63baa9f
BeanBuilder ( #18 )
...
* Add BeanBuilder
* Upgrade kemitix-parent to 5.1.0
* Add kemitix-checkstyle:tile:4.0.1
* Upgrade kemitix-maven-tiles to 0.5.2
* Build with java 1.8
* Downgrade surefire to 2.20 from the broken 2.02.1 in kemitix-maven-tiles
* Add javadoc and rename parameters
2018-02-28 15:00:00 +00:00
91a6f1a02d
Convert to using kemitix-maven-tiles
2017-12-31 18:18:36 +00:00
3c73c5049b
version: set to 0.5.0-SNAPSHOT
2017-12-10 18:58:44 +00:00
834612d856
version set to 0.4.0
2017-12-10 17:02:11 +00:00
7166ed016e
version set to 0.4.0-SNAPSHOT
2017-11-26 19:55:28 +00:00
4fe38144cc
version set to 0.3.0
2017-11-26 19:54:31 +00:00
247b2a2e74
Prepare for 0.3.0 release
2017-10-19 22:54:27 +01:00
d7acef3025
pom.xml: revert kemitix-parent to 3.2.4
2017-10-19 22:38:23 +01:00
ccc0c91473
Prepare for 0.2.0 release
...
* Update CHANGELOG
* Use `kemitix-parent` 4.0.0
* Make dependency versions properties
2017-10-19 19:38:15 +01:00
58c1477248
version: set to 0.2.0-SNAPSHOT
2017-09-18 20:13:35 +01:00
8f46a5a992
version: set to 0.1.0
2017-09-17 10:37:15 +01:00
b1066bb4b0
Functor<T>
2017-09-16 22:34:44 +01:00