Skip to content

JDBI 3.42.0

Compare
Choose a tag to compare
@hgschmie hgschmie released this 29 Nov 20:12
· 147 commits to master since this release
704c428
  • Add Spring Jdbi repositories with @EnableJdbiRepositories, thanks @xfredk (#2528, #2544)
  • Support Kotlin coroutine scope. (#2524) - Suggested by @anderssv on the mailing list
  • Move from Kotlin 1.5 to 1.6 as 1.5 is deprecated and will be removed.
  • Add support for Function arguments, similar to Consumer arguments, to SQL objects (#2326)
  • Fix kotlin deprecation warnings (#2511) - Thanks @lwach-allegro for contributing a PR
  • lexer fixes (#2520), this should fix all problems with identifier names (fixes #2481, #2499 and #2510)
  • correctness fix for Handle creation (#2541)
  • Fix Vavr argument usage in SqlObjects (reported by @diversit, #2529)
  • Fix MySQL Script parsing (reported by @IrinaTerlizhenko, #2535)
  • Added a written security policy.