7.2.0-rc.1
Pre-release
Pre-release
Updated dropwizard to 4.0.13
There are many changes:
- Many improvements simplifying usage (main bundle, guicey bundles, shared state).
- New reports for measuring application startup performance.
- Private guice modules support
- A lot of test improvements (mostly for junit 5)
Full documentation is not ready yet, only release notes (should be enough).
All these changes were backported from dw 5 branch (8.0.0-rc.2) and would be also ported to dw 3.x branch.
NOTE on Gradle compatibility:
- Due to update to junit 5.12, platform-launcher dependency must be added manually:
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
(https://dev.to/be-hase/important-notes-on-junit-5120-in-gradle-13fj)