Releases: kiwiproject/dropwizard-service-utilities
Releases · kiwiproject/dropwizard-service-utilities
v1.0.0
Summary
- 2021-09-05T19:35:39.633406 - 8 commit(s) by Scott Leberknight, dependabot[bot]
Improvements
- AllowablePortRange should not accept zero as the minimum port (#162)
Assorted
- Make fields final in AllowablePortRange (#164)
Dependency Updates
v0.12.0
Summary
- 2021-08-03T23:01:50.075741 - 10 commit(s) by Scott Leberknight, dependabot[bot]
Dependency Updates
- Bump kiwi-test from 0.20.0 to 0.21.0 (#161)
- Bump dropwizard-curator from 0.21.0 to 0.22.0 (#160)
- Bump service-discovery-client from 0.18.0 to 0.19.0 (#159)
- Bump kiwi-parent from 0.14.0 to 0.15.0 (#158)
- Bump metrics-healthchecks-severity from 0.21.0 to 0.22.0 (#157)
- Bump registry-aware-jersey-client from 0.16.0 to 0.17.0 (#156)
- Bump kiwi from 0.24.0 to 0.25.0 (#155)
- Bump dropwizard.version from 2.0.23 to 2.0.24 (#154)
- Bump metrics-jetty9 from 4.1.22 to 4.1.25 (#154)
- Bump metrics-servlets from 4.1.22 to 4.1.25 (#154)
- Bump mongo-java-driver from 3.12.8 to 3.12.9 (#154)
- Bump hibernate from 5.5.0.Final to 5.5.3.Final (#154)
- Bump spring from 5.3.7 to 5.3.9 (#154)
v0.11.0
Summary
- 2021-06-25T23:37:14.580941 - 14 commit(s) by Scott Leberknight, dependabot[bot], Chris Rohr
Assorted
Dependency Updates
- Bump kiwi-test from 0.19.0 to 0.20.0 (#153)
- Bump metrics-healthchecks-severity from 0.20.0 to 0.21.0 (#152)
- Bump service-discovery-client from 0.17.0 to 0.18.0 (#151)
- Bump dropwizard-curator from 0.20.0 to 0.21.0 (#150)
- Bump kiwi-parent from 0.12.0 to 0.14.0 (#149)
- Bump kiwi from 0.23.0 to 0.24.0 (#148)
- Bump dropwizard.version from 2.0.22 to 2.0.23 (#147)
- Bump metrics-jetty9 from 4.1.22 to 4.1.23 (#147)
- Bump metrics-servlets from 4.1.22 to 4.1.23 (#147)
- Bump registry-aware-jersey-client from 0.15.0 to 0.16.0 (#147)
- Bump actions/cache from 2.1.5 to 2.1.6 (#144)
- Bump actions/setup-java from 1 to 2.1.0 (#143)
- Bump actions/cache from 1 to 2.1.5 (#142)
v0.10.0
Summary
- 2021-05-26T12:53:47.624634 - 9 commit(s) by Scott Leberknight, dependabot[bot]
Improvements
- Add convenience factory method to JobSchedule (#133)
Dependency Updates
- Bump kiwi-test from 0.18.0 to 0.19.0 (#140)
- Bump service-discovery-client from 0.16.0 to 0.17.0 (#139)
- Bump metrics-healthchecks-severity from 0.19.0 to 0.20.0 (#138)
- Bump kiwi from 0.22.0 to 0.23.0 (#137)
- Bump dropwizard.version from 2.0.21 to 2.0.22 (#136)
- Bump dropwizard-curator from 0.19.0 to 0.20.0 (#136)
- Bump metrics-jetty9 from 4.1.19 to 4.1.22 (#136)
- Bump metrics-servlets from 4.1.19 to 4.1.22 (#136)
- Bump registry-aware-jersey-client from 0.14.0 to 0.15.0 (#136)
- Bump hibernate (test dependency) from 5.4.28.Final to 5.4.30.Final
and exclude javassist due to convergence error (#136) - Bump spring (test dependency) from 5.3.5 to 5.3.7 (#136)
- Bump kiwi-parent from 0.11.0 to 0.12.0 (#135)
v0.9.0
Summary
- 2021-04-13T09:59:34.543471 - 3 commit(s) by Scott Leberknight, dependabot[bot]
Dependency Updates
- Bump dropwizard.version from 2.0.20 to 2.0.21 (#128)
- Bump kiwi-parent from 0.10.0 to 0.11.0 (#128)
- Bump dropwizard-curator from 0.18.0 to 0.19.0 (#128)
- Bump kiwi from 0.21.0 to 0.22.0 (#128)
- Bump metrics-healthchecks-severity from 0.18.0 to 0.19.0 (#128)
- Bump metrics from 4.1.18 to 4.1.19 (#128)
- Bump registry-aware-jersey-client from 0.13.0 to 0.14.0 (#128)
- Bump service-discovery-client from 0.15.0 to 0.16.0 (#128)
- Bump kiwi-test from 0.17.0 to 0.18.0 (#128)
- Bump spring-tx from 5.3.4 to 5.3.5 (#128)
v0.8.0
Summary
- 2021-04-06T19:22:02.052629 - 19 commit(s) by Scott Leberknight, dependabot[bot], Chris Rohr
Improvements
- Make newScheduledExecutor public; move to new class in lifecycle package (#109)
- Add registerJob factory method that accepts MonitoredJob and JobSchedule but no executor (#108)
- Add factory class for simple JobErrorHandler implementations (#106)
Bugs
- Time zone issue in ExpiringKeystoreHealthCheckTest causes failures (#104)
- When using MonitoredJobs, setting error handler or timeout on MonitoredJob does not work (#100)
Assorted
- Updates due to breaking API change in kiwi 0.21.0 (#115)
- Handle InterruptedException in ServerLoadFetcher (#114)
- Change MonitoredJob to use Predicate instead of Function<MonitoredJob, Boolean> (#110)
- Wait up to 5 seconds for keytool exit in ExpiringKeystoreHealthCheckTest (#105 )
- Sonar cleanup (#102)
Dependency Updates
- Bump registry-aware-jersey-client from 0.12.0 to 0.13.0 (#125)
- Bump service-discovery-client from 0.14.0 to 0.15.0 (#124)
- Bump dropwizard-curator from 0.17.0 to 0.18.0 (#123)
- Bump kiwi-test from 0.15.0 to 0.17.0 (#122)
- Bump metrics-healthchecks-severity from 0.17.0 to 0.18.0 (#121)
- Bump kiwi-parent from 0.9.0 to 0.10.0 (#119)
- Bump kiwi from 0.20.0 to 0.21.0 (#118)
- Remove junit-pioneer after update to kiwi-parent 0.10.0 (#117)
- Bump junit-pioneer from 1.2.0 to 1.3.8 (#103 )
v0.7.0
Summary
- 2021-02-28 - 3 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight
Dependency Updates
- Bump dropwizard.version from 2.0.19 to 2.0.20 (#101)
- Bump kiwi-parent from 0.8.0 to 0.9.0 (#101)
- Bump dropwizard-curator from 0.16.0 to 0.17.0 (#101)
- Bump kiwi from 0.19.0 to 0.20.0 (#101)
- Bump metrics-healthchecks-severity from 0.16.0 to 0.17.0 (#101)
- Bump service-discovery-client from 0.13.0 to 0.14.0 (#101)
- Bump metrics-jetty9 from 4.1.17 to 4.1.18 (#101)
- Bump metrics-servlets from 4.1.17 to 4.1.18 (#101)
- Bump mongo from 3.11.2 to 3.12.8 (#101)
- Bump registry-aware-jersey-client from 0.11.0 to 0.12.0 (#101)
- Bump hibernate from 5.4.24.Final to 5.4.28.Final (#101)
- Bump kiwi-test from 0.14.0 to 0.15.0 (#101)
- Bump spring from 5.3.0 to 5.3.4 (#101)
v0.6.0
Summary
- 2021-02-11T07:48:33.029924 - 6 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight