dependabot[bot]
d56649f41c
Bump kemitix-parent from 5.1.1 to 5.2.0 ( #39 )
...
* 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>
* [changelog] update
2018-10-10 22:52:47 +01:00
9efdc9f0ab
Bump kemitix-maven-tiles from 0.9.0 to 1.3.1 ( #40 )
...
* Remove code signing key
* Remove travis config
* Bump kemitix-maven-tiles from 0.9.0 to 1.3.1
* [jenkins] update to do test build on java 11
* [changelog] update
2018-10-10 22:43:07 +01:00
94c68f10bd
Update CHANGELOG
2018-08-25 15:39:43 +01:00
42b4a7ec7c
Deprecate Value.andNot(Supplier)
2018-07-28 20:16:44 +01:00
452a95a8d9
Update CHANGELOG for 0.6.0
2018-07-28 18:18:30 +01:00
80e813e933
Condition.{and(Condition),or(Condition),not()}: added
...
Deprecate the whereNot(), andNot() and orNot() methods infavour of these new
methods, which they all not use internally..
2018-07-25 13:16:56 +01:00
fbb6117ab1
Add otherwiseThrow(Exception)
2018-07-18 22:44:45 +01:00
752b7864be
Add thenThrow(Exception)
2018-07-18 21:57:25 +01:00
dec715a5cb
Upgrade kemitix-parent to 5.0.3
2018-02-23 18:36:28 +00:00
a1d9f17faf
Value: add where() with Supplier<T> parameters
...
* Add `<T> Value.where(boolean, Supplier<T>, Supplier<T>)`
* Add `Optional<T> Value.where(boolean, Supplier<T>)`
2017-08-26 23:03:13 +01:00
844ba49c76
Value: Avoid danger of JVM-level deadlock during initialisation
2017-08-26 20:39:39 +01:00
3b7d3435cf
.travis-support: added
2017-08-26 19:23:52 +01:00
62e4d56c9a
Condition: avoid danger of JVM-level deadlock during initialisation
2017-08-26 19:14:24 +01:00
5cd4f5e78a
CHANGELOG
2017-08-26 18:34:03 +01:00