Skip to content

v3.44.0

Compare
Choose a tag to compare
@stevenschlansker stevenschlansker released this 31 Jan 22:34
· 63 commits to master since this release

3.44.0

  • New Feature: annotate types, methods, or fields as @Definition to define computed constants
  • fix edge condition when calling Connection#commit() threw an Exception, we called commit() again. Now the
    code explicitly calls Connection#rollback(). Fixes #2595
  • FieldMapper: skip static fields (#2607, reported by @mvysny)
  • fix StackOverflowError when encountering recursive types like <T extends This<T>> (#2582, reported by @johnarrr)