Skip to content

3.24.0

Compare
Choose a tag to compare
@stevenschlansker stevenschlansker released this 10 Nov 01:42
· 1134 commits to master since this release

3.24.0

  • Fix batch binding with mixed null and non-null primitives (#1901)
  • Add Arguments.setPreparedArgumentsEnabled to disable new preparable arguments feature
  • Add JUnit 5 support to the testing package.
  • Add interceptors for type inference for Row Mappers, Column Mappers and SQL Array types
  • Fix mapper lookup for Kotlin data types. Ensure that registered prefixes are used. Fixes #1944
  • RowMappers#register(RowMapper<?>) no longer allows Object as concrete parameter type.
  • Run ktlint and detekt on Kotlin code to improve code quality