Skip to content

JDBI 3.40.0

Compare
Choose a tag to compare
@hgschmie hgschmie released this 03 Aug 08:28
· 318 commits to master since this release

3.40.0

Starting with this release, Jdbi requires JDK 11 or better! Older JDK versions are no longer supported

  • add extension point to decorate withHandle and friends (#2448)
  • fix PreparedBatch c'tor problem where the binding context was not set correctly. (#2404)
  • Slight memory optimization on RowMappers and ColumnMappers findFor (#2418)
  • JsonMapper implementations now bind the Type earlier, which saves work in Jackson and Gson (#2420)
  • performance improvements for all ExtensionConfigurer implementations (#2416, #2424)
  • Remove JSR 305 annotations from the Jdbi codebase, one small step closer to JPMS. (#2408)
  • remove unnecessary tests before adding standard methods to extension objects (#2414)
  • Update h2 to 2.2.220 (#2428)
  • various small performance improvements (#2436, #2437, #2440)
  • improve generator performance (#2439)