Skip to content

6.1.1

Compare
Choose a tag to compare
@xvik xvik released this 05 Jul 15:53
· 316 commits to master since this release
  • Update to dropwizard 3.0.1
  • 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