Releases: xvik/dropwizard-guicey
Releases · xvik/dropwizard-guicey
5.9.1
- Update to dropwizard 2.1.7
- Add missed
javax.inject
dependency (guice 6 could work with both javax and jakarta) - Fix BOM for MAVEN projects: incorrect
jakarta.inject
version was selected (#317) - [jdbi]
- Fix jdbi 3.39 compatibility
- Avoid redundant transaction isolation level checks (extra queries) (#318)
- [gsp]
- Fix redirection to error page after direct template rendering fails
7.0.0
6.1.0
5.9.0
6.0.1
5.8.1
5.8.0
- Update to dropwizard 2.1.6
- Merged with guicey-ext modules repository:
- Ext modules version would be the same as guicey
- dropwizard-guicey POM would not be a BOM anymore (everything moved to guicey-bom)
- Exclusions not applied in BOM anymore, instead they applied directly in POM
7.0.0-rc.2
Fixed leaked guice dependency in guicey-jdbi3
7.0.0-rc.1
Project structure is the same as for dropwizard 3 (extension modules and core guice merged into single project).
Repackaged guice version used: migrated to jakarta apis (including jakarta.inject)
6.0.0
- Update to dropwizard 3
- (breaking) Drop java 8 support
- Merged with guicey-ext modules repository:
- Ext modules version would be the same as guicey
- dropwizard-guicey POM would not be a BOM anymore (everything moved to guicey-bom)
- Exclusions not applied in BOM anymore, instead they applied directly in POM