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.