JDBI v3.4.0 Release Notes

  • ๐Ÿš€ NOTE: this release's git tags are missing due to maintainer error!

    • ๐Ÿ†• New API
      • StatementException.getShortMessage
      • SqlStatements.setQueryTimeout(int) to configure the JDBC Statement queryTimeout.
    • ๐Ÿ› Bug Fixes
      • Bridge methods cause SqlObject exceptions to get wrapped in InvocationTargetException
      • Ignore static methods on SqlObject types
    • ๐Ÿ‘Œ Improvements
      • Handle null values in defined attributes