Releases: jdbi/jdbi
Releases · jdbi/jdbi
3.49.0
3.48.0
3.47.0
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
3.45.4
3.45.3
3.45.2
- Move oracle12 module back into main build (#2664, thanks @stoyants !)
- Raise UnableToCreateStatementException if a positional param is missing (#2675, thanks @angusholder !)
v3.45.1
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
- @elonazoulay made their first contribution in #2648
- @2funny made their first contribution in #2653
Full Changelog: v3.45.0...v3.45.1
JDBI 3.45.0
jdbi 3.44.1
3.44.1
- New
@Definition
feature also supports super-interface definitions