JDBI v3.0.0-beta2 Release Notes

    • โšก๏ธ [breaking] Removed Handle.update() and Handle.insert(), in favor of Handle.execute(), which does the same thing. Handle.execute() now returns the update count.
    • โœ‚ Removed core dependency on Guava.
    • [breaking] Switch from 1- to 0-based indices in OracleReturning.returnParameters()
    • [breaking] Added StatementContext parameter to NamedArgumentFinder.find() method
    • ๐Ÿšš [breaking] Moved JoinRowMapper.JoinRow class to top-level class
    • [breaking] Modified @Register* annotations to be repeatable, instead of using array attributes.
    • ๐Ÿšš [breaking] Moved and renamed MapEntryMapper.Config to top-level class MapEntryMappers
    • MapMapper preserves column ordering, #848
    • โช [breaking] split Handle.cleanupHandle() into cleanupHandleCommit() and *Rollback()
    • ๐Ÿšš [breaking] remove TransactionStatus enum
    • ๐Ÿ”จ [breaking] Refactored StatementRewriter into TemplateEngine and SqlParser.