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
b2fe2f4557
Clean up ( #64 )
...
* [readme] use valid haskell example
* [tree] Immediately return this expression instead of assigning it to the temporary variable "treeList".
* [tree] Use normal defensive copying for array fields
2019-01-06 12:33:19 +00:00
7f5657e8e8
Update CHANGELOG and README and add JDK 12 to jenkins ( #63 )
...
* [changelog] convert to org-mode and update
* [readme] adjust header levels
* [readme] Remove sonarcloud and codacy badges
* [jenkins] Remove sonarcloud
* [jenkins] Add test build for JDK 12
2019-01-06 11:39:44 +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
8357d7f5d8
[tree] Add TreeBuilder ( #57 )
...
* [tree] TreeBuilder: whenEmptyBuilderBuildThenTreeIsAnEmptyLeaf()
* [tree] Provide default implementation of count()
* [tree] Extract TreeMapper
* [tree] MutableTree added
* [tree] TreeBuilder: whenAddLeafThenTreeHasLeaf()
* [tree] TreeBuilder: whenAddSubTreeThenTreeHasSubTree()
* [maybe] Add Maybe.findFirst(Stream) and matchValue(Function, Supplier)
* [tree] TreeBuilder: whenAddGrandChildThenTreeHasGrandChild()
* [tree] TreeBuilder: whenAddMultipleChildrenThenTreeHasAllChildren()
* [tree] Tree: avoid leaking MutableTree type as parameters
* [changelog] update
* [changelog][readme] Update to include TreeBuilder
2018-10-14 08:55:09 +01: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
80ffc53edc
Merge pull request #54 from kemitix/result-orelsethrow-checkederrorresultexception
...
[result] orElseThrow() throws error within a CheckedErrorResultException
2018-10-06 20:11:14 +01:00
00d8808479
[result] orElseThrow() throws error within a CheckedErrorResultException
2018-10-06 19:58:50 +01:00
d7512be042
Merge pull request #53 from kemitix/test-on-java-10
...
[jenkins] Test with Java 10
2018-10-04 08:12:03 +01:00
aed85d5488
[result] toMaybe fix typo
2018-10-04 07:55:34 +01:00
538f8cb3d7
[jenkins] Test with Java 10
2018-10-04 07:51:29 +01:00
ef56892af0
Merge pull request #52 from kemitix/result-or-throw-wraps
...
[result] orElseThrow() wraps the error exception in an unchecked MonResultException
2018-10-04 07:47:42 +01:00
e22ff4589f
Update CHANGELOG and README
2018-10-04 07:39:38 +01:00
48e19fb653
[result] add orElseThrow(Class) and orElseThrowUnchecked()
...
Split `MonResultException` into `ErrorResultException` and `UnexpectedErrorResultException`.
2018-10-04 07:24:50 +01:00
c0ee1cdbc7
[result] orElseThrow() wraps the error exception in an unchecked MonResultException
2018-10-03 21:58:33 +01:00
9a7d641c4f
Merge pull request #51 from kemitix/lazy-eval-sync-test
...
[lazy] add test to verify re-entrant behaviour of value()
2018-10-02 06:30:52 +01:00
d1adfd46d2
[lazy] add test to verify re-entrant behaviour of value()
2018-10-01 22:09:31 +01:00
512563c077
Merge pull request #50 from kemitix/changelog
...
[changelog] updated
2018-09-30 19:51:51 +01:00
6fc6cc7a18
[changelog] updated
2018-09-30 19:47:42 +01:00
58542352d1
Merge pull request #49 from kemitix/lazy
...
[lazy] Add a lazy evaluator
2018-09-30 19:43:16 +01:00
9249ba8f59
[lazy] Add a lazy evaluator
2018-09-30 19:37:30 +01:00
bf7c55db0e
Merge pull request #48 from kemitix/generalised-tree
...
[tree] Add a generalised tree
2018-09-30 18:12:24 +01:00
f5c10e668d
[tree] Add a Generalised Tree
2018-09-30 18:05:41 +01:00
073df36e56
Make JaCoCo ignore Lombok generated methods
2018-09-30 17:35:51 +01:00
93ad09c2fc
[license] Update year to 2018
2018-09-29 19:59:38 +01:00
3ad4019f53
Merge pull request #47 from kemitix/bump-kemitix-checkstyle-ruleset-from-4.1.1-to-5.0.0
...
Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.0.0
2018-09-29 19:53:43 +01:00
f26c5f07d5
Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.0.0
2018-09-29 19:44:30 +01:00
cd5d5f8082
Merge pull request #46 from kemitix/bump-kemitix-maven-tiles-from-0.8.1-to-1.2.0
...
Bump kemitix-maven-tiles from 0.8.1 to 1.2.0
2018-09-29 19:27:24 +01:00
8433da89ee
Remove redundant surefire and failsafe version overrides
2018-09-29 19:12:34 +01:00