Skip to content

4.2.3

Compare
Choose a tag to compare
@xvik xvik released this 27 Mar 15:39
· 1249 commits to master since this release

Maintenance release for dropwizard 1.3

  • Unify GuiceyAppRule (junit4) behavior with DropwizardAppRule: config overrides should initialize just
    before test and not in the constructor. The issue was causing early evaluation of lazy (deferred) overrides (from #151)
  • Update to dropwizard 1.3.29
  • Update to guice 4.2.3 (java 14 compatible)
  • Java 11 compatibility. Add automatic module name
  • BOM changes:
    • spock 1.3
    • groovy 2.5.14 (java 11 compatible)
    • system-rules 1.19.0
    • add guicey itself to bom