JDBI v1.0.3 Release Notes

    • 🛠 Fixed a bug where quoted text could be interpreted as named tokens, bad me.
    • ➕ Added HandleCallback methods to DBI to manage handle db resources etc for clients.
    • ✂ Removed test dependency on Jakarta commons-io, which had been used, previously, for deleting the test database. Tests now depend only on derby and junit, still with no runtime dependencies (other than the JDBC driver for your database).