This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
Releases: alex-shpak/dropwizard-hk2bundle
Releases · alex-shpak/dropwizard-hk2bundle
0.9.0
0.8.3
Keep validator injection for now (before dropwizard release)
0.8.2
- Generate unique ID for ServiceLocator per bundle
0.8.1
- Exclude
hk2-metadata-generator
from library
0.8.0
- Library uses
HK2Bridge
instead of setting parent locator, this will resolve preboot lookup issues - Removed Validator injections, it is merged to Dropwizard dropwizard/dropwizard#2432
- Removed support for JDBI 2
- Added JDBI 3 support
- Updated Gradle to 4.10
0.7.0
- Library was almost fully rewritten, there are breaking changes in API and behaviour
- Improved Validator injections
- Improved JDBI injections
- Update gradlew to 4.9
0.6.5
Added more dropwizard objects to CI container
0.6.4
Fixed configuration binding to contracts
0.6.3
Fixed wrong contract binding in configuration
0.6.0
- API changes (breaking)
- Binding order changed, application binded ASAP for other bundles
- Added metrics registration