------------------------------------------------------------------- Mon Aug 22 12:22:21 UTC 2022 - Michael Calmer - Update to version 2.16.2 * Fix the batch sequence generation for the 2.x version of H2 * Add support for customizing the JsonType underlying Oracle column type * Change JsonBinarySqlTypeDescriptor to bind the JSON object as String * Add support for Oracle 21c JSON columns * Add support for Hibernate 5.6 in BatchSequenceGenerator * Add support for Hibernate 6 * Create a TypeContributor that registers all supported types * Add support for using OffsetDateTime in JSON objects * Add support for LocalDateTime[] mappings * Add support for LocalDate[] mappings * PostgreSQLEnumType#sqlTypes() should always return Types.VARCHAR * Add BatchSequenceGenerator * Avoid the unnecessary UPDATE for JsonNode entity mappings * Parse application.properties and load properties upon initialization ------------------------------------------------------------------- Tue Jun 7 16:21:48 UTC 2022 - Michael Calmer - build with xmvn Removed: * pom-tweaks.patch * build.sh Added: * remove-unused-import.patch ------------------------------------------------------------------- Tue Sep 14 12:01:37 UTC 2021 - Cédric Bosdonnat - Release 2.12.1 - Added patches: * pom-tweaks.patch