Skip to content

Releases: kiwiproject/dropwizard-service-utilities

v2.1.2

24 Sep 01:23
Compare
Choose a tag to compare

Summary

  • 2022-09-23T21:21:17.354083 - 11 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates ⬆️

  • Bump dropwizard-curator from 1.1.8 to 1.1.9 (#298)
  • Bump registry-aware-jersey-client from 1.1.8 to 1.1.9 (#297)
  • Bump service-discovery-client from 1.1.7 to 1.1.8 (#296)
  • Bump metrics-healthchecks-severity from 1.0.8 to 1.0.9 (#295)
  • Bump kiwi-test from 2.2.1 to 2.3.0 (#294)
  • Bump kiwi from 2.2.0 to 2.3.0 (#293)
  • Bump kiwi-bom from 0.18.0 to 0.20.0 (#292)
  • Bump kiwi-parent from 2.0.7 to 2.0.8 (#288)
  • Bump kiwi-test from 2.2.0 to 2.2.1 (#287)

v2.1.1

22 Aug 03:00
Compare
Choose a tag to compare

Summary

  • 2022-08-21T22:59:24.847558 - 17 commit(s) by Scott Leberknight, dependabot[bot]

Assorted 🛒

  • Improve documentation of StandardJacksonConfigurations (#284)
  • Add JacksonConfigTest (#283)
  • Sonar: fix regular expression in ServerLoadFetcher (#268)
  • Add serialization tests in StandardJacksonConfigurationsTest to verify JAXB nil values written as null (#217)
  • Add timestamp serialization and de-serialization tests in StandardJacksonConfigurationsTest (#216)

Dependency Updates ⬆️

  • Bump kiwi-test from 2.1.0 to 2.2.0 (#281)
  • Bump metrics-healthchecks-severity from 1.0.7 to 1.0.8 (#280)
  • Bump registry-aware-jersey-client from 1.1.7 to 1.1.8 (#279)
  • Bump service-discovery-client from 1.1.6 to 1.1.7 (#278)
  • Bump kiwi from 2.1.0 to 2.2.0 (#277)
  • Bump dropwizard-curator from 1.1.7 to 1.1.8 (#276)
  • Bump kiwi-bom from 0.17.0 to 0.18.0 (#275)
  • Bump kiwi-parent from 2.0.6 to 2.0.7 (#274)
  • Bump kiwi-bom from 0.14.0 to 0.17.0 (#273)
  • Bump kiwi-parent from 2.0.4 to 2.0.6 (#272)

v2.1.0

08 Jul 03:29
Compare
Choose a tag to compare

Summary

  • 2022-07-07T23:27:46.227607 - 19 commit(s) by Scott Leberknight, dependabot[bot]

Improvements

  • Add constructor in ProcessIdLoggingServerLifecycleListener that accepts a long (#248)
  • Add addProcessIdLoggingLifecycleListener overloads that accept long and OptionalLong (#247)

Assorted

Dependency Updates

  • Bump registry-aware-jersey-client from 1.1.6 to 1.1.7 (#267)
  • Bump dropwizard-curator from 1.1.6 to 1.1.7 (#266)
  • Bump service-discovery-client from 1.1.5 to 1.1.6 (#265)
  • Bump metrics-healthchecks-severity from 1.0.6 to 1.0.7 (#264)
  • Bump kiwi from 2.0.0 to 2.1.0 (#263)
  • Bump kiwi-test from 2.0.0 to 2.1.0 (#262)
  • Bump kiwi-bom from 0.12.0 to 0.14.0 (#261)
  • Bump kiwi-bom from 0.11.0 to 0.12.0 (#260)
  • Bump kiwi-parent from 2.0.3 to 2.0.4 (#259)
  • Bump kiwi-bom from 0.10.0 to 0.11.0 (#258)
  • Bump kiwi-parent from 2.0.2 to 2.0.3 (#256)
  • Bump kiwi-bom from 0.9.1 to 0.10.0 (#255)
  • Bump kiwi-parent from 2.0.1 to 2.0.2 (#254)
  • Bump kiwi-parent from 2.0.0 to 2.0.1 (#252)
  • Switch to build on Java 17 and Temurin (#251)

v2.0.0

23 Apr 01:29
Compare
Choose a tag to compare

Summary

  • 2022-04-22T21:23:48.129794 - 14 commit(s) by Scott Leberknight, dependabot[bot]

In this 2.0.0 release, there is one breaking API change due to updating the Mongo Java Driver from 3.x to 4.x, and the related Mongo dependencies have also changed. The MongoHealthCheck constructor signature changed from accepting the legacy 3.x driver class com.mongodb.DB to requiring the new com.mongodb.client.MongoDatabase in the 4.x driver. See #233 for details.

Assorted

  • Add Gitpod configuration file (#234)
  • Update MongoHealthCheck for new Mongo driver version (#233)

Dependency Updates

  • Bump dropwizard-curator from 1.1.5 to 1.1.6 (#246)
  • Bump service-discovery-client from 1.1.4 to 1.1.5 (#245)
  • Bump registry-aware-jersey-client from 1.1.5 to 1.1.6 (#244)
  • Bump metrics-healthchecks-severity from 1.0.5 to 1.0.6 (#243)
  • Bump kiwi-test from 1.1.5 to 2.0.0 (#242)
  • Bump kiwi from 1.3.1 to 2.0.0 (#241)
  • Bump kiwi-bom from 0.9.0 to 0.9.1 (#239)
  • Add slf4j-api and logback-classic back into POM (#238)
  • Bump kiwi-bom from 0.7.3 to 0.9.0 (#237)
  • Bump kiwi-parent from 1.8.2 to 2.0.0 (#236)

v1.2.4

15 Apr 01:15
Compare
Choose a tag to compare

Summary

  • 2022-04-14T21:15:00.208215 - 18 commit(s) by Scott Leberknight, dependabot[bot]

Assorted

  • Fix some minor grammatical mistakes in the javadocs (#226)
  • Miscellaneous code cleanup (#222)
  • Replace usages of deprecated AbstractLifeCycleListener with LifeCycle.Listener (#221)
  • Remove redundant warning suppression annotations (#220)
  • Tell git to ignore VS Code config files (#218)

Dependency Updates

  • Bump registry-aware-jersey-client from 1.1.4 to 1.1.5 (#232)
  • Bump dropwizard-curator from 1.1.4 to 1.1.5 (#231)
  • Bump service-discovery-client from 1.1.3 to 1.1.4 (#230)
  • Bump kiwi from 1.3.0 to 1.3.1 (#229)
  • Bump kiwi-test from 1.1.4 to 1.1.5 (#228)
  • Bump metrics-healthchecks-severity from 1.0.4 to 1.0.5 (#227)
  • Bump kiwi-parent from 1.8.1 to 1.8.2 (#224)
  • Bump kiwi-bom from 0.7.1 to 0.7.3 (#223)
  • Bump actions/setup-java from 2 to 3 (#219)
  • Bump actions/cache from 2.1.7 to 3 (#215)
  • Update open pull requests limit for maven dependencies (#214)

v1.2.3

05 Mar 01:04
Compare
Choose a tag to compare

Summary

  • 2022-03-04T20:03:05.711427 - 11 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates

  • Bump service-discovery-client from 1.1.2 to 1.1.3 (#213)
  • Bump registry-aware-jersey-client from 1.1.3 to 1.1.4 (#212)
  • Bump dropwizard-curator from 1.1.3 to 1.1.4 (#211)
  • Bump metrics-healthchecks-severity from 1.0.3 to 1.0.4 (#210)
  • Bump kiwi from 1.2.1 to 1.3.0 (#209)
  • Bump kiwi-test from 1.1.3 to 1.1.4 (#208)
  • Bump actions/checkout from 2 to 3 (#207)
  • Bump kiwi-parent from 1.8.0 to 1.8.1 (#206)
  • Bump kiwi-bom from 0.7.0 to 0.7.1 (#205)

v1.2.2

23 Jan 03:11
Compare
Choose a tag to compare

Summary

  • 2022-01-22T22:08:19.849793 - 14 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates

  • Bump registry-aware-jersey-client from 1.1.2 to 1.1.3 (#204)
  • Bump kiwi-test from 1.1.2 to 1.1.3 (#203)
  • Bump service-discovery-client from 1.1.1 to 1.1.2 (#202)
  • Bump metrics-healthchecks-severity from 1.0.2 to 1.0.3 (#201)
  • Bump kiwi from 1.2.0 to 1.2.1 (#200)
  • Bump dropwizard-curator from 1.1.2 to 1.1.3 (#199)
  • Bump kiwi-parent from 1.7.0 to 1.8.0 (#198)
  • Bump kiwi-bom from 0.6.0 to 0.7.0 (#197)
  • Bump kiwi-bom from 0.5.0 to 0.6.0 (#196)
  • Bump kiwi-bom from 0.4.0 to 0.5.0 (#195)
  • Bump kiwi-parent from 1.6.0 to 1.7.0 (#194)

v1.2.1

21 Dec 21:58
Compare
Choose a tag to compare

Summary

  • 2021-12-21T16:48:29.706861 - 9 commit(s) by Scott Leberknight, Chris Rohr, dependabot[bot]

Assorted

  • SystemExecutionerTest can fail intermittently (#183)

Dependency Updates

  • Add bom (#193)
  • Bump kiwi-parent from 1.4.0 to 1.5.0 (#190)
  • Bump kiwi-parent from 1.3.0 to 1.4.0 (#187)
  • Bump kiwi-parent from 1.2.0 to 1.3.0 (#186)
  • Bump actions/cache from 2.1.6 to 2.1.7 (#185)
  • Bump spring version from 5.3.9 to 5.3.13 (#182)

v1.2.0

15 Nov 18:14
Compare
Choose a tag to compare

Summary

  • 2021-11-15T13:10:02.096373 - 10 commit(s) by Scott Leberknight, dependabot[bot]

Bugs

  • MonitoredJobs#scheduleJob has problems if delays converted into seconds become zero (#173)

Dependency Updates

  • Bump dropwizard-curator from 1.1.0 to 1.1.1 (#181)
  • Bump service-discovery-client from 1.0.0 to 1.1.0 (#180)
  • Bump kiwi from 1.0.0 to 1.1.0 (#179)
  • Bump metrics-healthchecks-severity from 1.0.0 to 1.0.1 (#178)
  • Bump registry-aware-jersey-client from 1.1.0 to 1.1.1 (#177)
  • Bump kiwi-test from 1.1.0 to 1.1.1 (#176)
  • Bump kiwi-parent from 1.1.0 to 1.2.0 (#175)

v1.1.0

05 Oct 01:47
Compare
Choose a tag to compare

Summary

  • 2021-10-04T21:43:32.692344 - 6 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates

  • Bump dropwizard-curator and registry-aware-jersey-client versions (#172)
  • Remove redundant dropwizard-core and joda-time exclusions (#171)
  • Bump kiwi-parent from 1.0.0 to 1.1.0 (#170)
  • Bump kiwi-test from 1.0.0 to 1.1.0 (#169)