Commit graph

241 commits

Author SHA1 Message Date
0617c8d673 pom: rearrange entries 2018-08-25 15:15:33 +01:00
dependabot[bot]
5b8a904047
Merge pull request #35 from kemitix/dependabot/maven/org.assertj-assertj-core-3.11.0 2018-08-25 13:22:32 +00:00
dependabot[bot]
9a6edbc54b
Merge pull request #36 from kemitix/dependabot/maven/org.projectlombok-lombok-1.18.2 2018-08-25 13:22:26 +00:00
dependabot[bot]
d3167c50d9
Merge pull request #34 from kemitix/dependabot/maven/io.repaint.maven-tiles-maven-plugin-2.12 2018-08-25 13:22:18 +00:00
dependabot[bot]
c3227a2c85
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:06:10 +00:00
dependabot[bot]
4720d85112
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:06:09 +00:00
dependabot[bot]
b60b0e085d
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:06:02 +00:00
af8d551cfb
Merge pull request #33 from kemitix/update-documentation
Update documentation
2018-07-28 20:29:10 +01:00
8506cbf489 README: update Value examples for 0.6.0 2018-07-28 20:23:17 +01:00
42b4a7ec7c Deprecate Value.andNot(Supplier) 2018-07-28 20:16:44 +01:00
47d3832a14 README: update Condition examples for 0.6.0 2018-07-28 20:08:08 +01:00
888123b722 Value: cleanup deprecated whereNot() 2018-07-28 19:53:31 +01:00
f9c6badde5 README: convert to orgmode format 2018-07-28 19:42:35 +01:00
452a95a8d9 Update CHANGELOG for 0.6.0 2018-07-28 18:18:30 +01:00
516d6daf33
Merge pull request #32 from kemitix/bind
Make Condition a monad and accept Condition as parameter
2018-07-28 17:36:14 +01:00
5bcd9bdac2 ValueTest: remove underscores from test method names and user WithAssertions 2018-07-28 17:30:35 +01:00
0fe8e14c7e ConditionalTest: remove static import of Condition.where() 2018-07-28 17:30:15 +01:00
64bbf69474 Remove full travis support 2018-07-28 17:21:35 +01:00
0324cb8929 Value.where(Condition,...), Value.not() added 2018-07-28 17:11:37 +01:00
e853894382 Condition.flatMap() added with Monad tests 2018-07-28 16:35:40 +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
d56d864ef2
Merge pull request #31 from kemitix/thenthrow-otherwisethrow
Add thenThrow and otherwiseThrow
2018-07-19 06:50:42 +01:00
7d03dd3e15 ConditionalTest: explicitly check that exceptions are not thrown 2018-07-19 06:37:13 +01:00
4662e35478 Remove underscores from test method names 2018-07-18 22:50:09 +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
d985715f7e
Merge pull request #30 from kemitix/upgrades-and-java-10-compatible
Upgrade dependencies and make JDK 10 compatible
2018-07-18 20:24:16 +01:00
84cb4d6540 Upgrade dependencies and make JDK 10 compatible 2018-07-18 20:12:05 +01:00
e9bd71d86e jenkins: update and switch to trunk-based development 2018-07-18 19:59:22 +01:00
2fb19ddc8c pom: version set to DEV-SNAPSHOT 2018-07-18 19:56:56 +01:00
2988cb98c3 Remove maven wrapper 2018-07-18 19:56:40 +01:00
f9a221dab6 Merge branch 'develop'
* develop:
  version: set to 0.5.0-SNAPSHOT
2018-07-18 19:53:42 +01:00
900a576503
Merge pull request #29 from kemitix/prepare/0.5.0
Prepare 0.5.0
2018-03-13 22:27:36 +00:00
fc1214f1f9 version: set to 0.5.0-SNAPSHOT 2018-03-13 22:24:20 +00:00
a9bdd03904
Merge pull request #28 from kemitix/release/0.4.0
Release 0.4.0
2018-03-13 22:23:16 +00:00
90765f756c
Merge branch 'master' into release/0.4.0 2018-03-13 22:18:21 +00:00
a94fe48b9e version: set to 0.4.0 2018-03-13 22:15:54 +00:00
d4e1a887cc
Merge pull request #25 from kemitix/jenkins
Update Jenkinsfile
2018-03-13 22:07:46 +00:00
d42f8aa769
Merge branch 'develop' into jenkins 2018-03-13 22:04:07 +00:00
abbc5b5325
Merge pull request #26 from kemitix/short-curcuiting-logic
Enable short-circuiting logic
2018-03-13 22:02:10 +00:00
1992db49f1 Suppress unchecked cast 2018-03-13 18:46:44 +00:00
ca83e1c244 jenkins: update template 2018-03-13 18:34:15 +00:00
3a1e51aa9f Apply PMD and Checkstyle updates 2018-03-13 18:29:41 +00:00
e427f14b70 Upgrade kemitix-maven-tiles to 0.8.1 2018-03-13 18:18:38 +00:00
66a0222253 Suppress PMD.ShortMethodName for or() methods 2018-03-13 18:00:59 +00:00
ac3e253bf2 Value: secondary clauses now use Supplier's to enable short circuiting 2018-03-13 17:53:16 +00:00
efc1705a6c Condition: secondary clauses now use Supplier's to enable short circuiting 2018-03-13 17:23:03 +00:00
d1ca0b039f Add missing generic types 2018-03-13 17:23:03 +00:00
ab47d4cad7 Suppress false-positive PMD error 2018-03-13 17:23:03 +00:00
779a64427e Add missing generic types 2018-03-13 17:23:03 +00:00