Skip to content

Releases: jdbi/jdbi

3.49.0

27 Mar 04:45
Compare
Choose a tag to compare

3.48.0

12 Feb 17:06
Compare
Choose a tag to compare

3.48.0

  • fix new JFR feature failing on some JDKs (#2736)

3.47.0

25 Oct 18:56
Compare
Choose a tag to compare

3.47.0

  • spring aot: fix @JdbiRepository so aot generation works (#2727, thanks @hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.

3.46.0

15 Oct 21:17
Compare
Choose a tag to compare

3.46.0

  • Introduce JDK Flight Recorder and OpenTelemetry support
  • geantyref 2.0.0
  • sqlite: fix sqlite extension memory database usage to share between different connection (#2688)

3.45.4

19 Aug 20:25
Compare
Choose a tag to compare
  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @mhib !)

3.45.3

31 Jul 17:58
Compare
Choose a tag to compare
  • Fix Connection.close() on JdbiPlugin customizeConnection (#2676)
  • Avoid virtual thread deadlock on connection acquire (#2686, thanks @mhib !)
  • Fix multiple commits on handle with autocommit disabled (#2685, thanks @mhib !)

3.45.2

28 Jun 18:41
Compare
Choose a tag to compare
  • Move oracle12 module back into main build (#2664, thanks @stoyants !)
  • Raise UnableToCreateStatementException if a positional param is missing (#2675, thanks @angusholder !)

v3.45.1

14 Mar 17:04
Compare
Choose a tag to compare

What's Changed

  • Handle constructing record classes generic type information (JDK-8320575) by @elonazoulay in #2648
  • fix(sec): upgrade org.postgresql:postgresql to 42.7.2 by @2funny in #2653
  • Cache ConstructorMapper factory method handle by @elonazoulay in #2657
  • ConstructorInstanceFactory: clean up some warnings and flatten stack a bit by @stevenschlansker in #2658

New Contributors

Full Changelog: v3.45.0...v3.45.1

JDBI 3.45.0

18 Feb 21:23
6dda00c
Compare
Choose a tag to compare
  • Test DB2 basic integration (#2625, thanks @stoyants)
  • create CycloneDX SBOM files for release versions
  • Jdbi builds are now reproducible
  • add JdbiTestContainersExtension#setShutdownWaitTime(int) to control waiting for extension shutdown if a database is very slow. Addresses #2629 (thanks @stoyants).

jdbi 3.44.1

08 Feb 18:11
Compare
Choose a tag to compare

3.44.1

  • New @Definition feature also supports super-interface definitions