JDBI v3.0.1 Release Notes

    • ๐Ÿ‘ Kotlin mapper support for @Nested annotation
    • ReflectionMapperUtil utility class made public.
    • ๐Ÿ‘• collectInto() and SQL Object return type support for OptionalInt, OptionalLong, and OptionalDouble, and Vavr Option.
    • ๐Ÿ†• New jdbi3-sqlite plugin with SQLite-specific binding and column mapping for java.net.URL.
    • โ†ช Workaround for multithreaded race condition loading StringTemplate STGroups and templates.
    • Column mapper for Vavr Option.