Changelog for
hibernate-types-2.16.2-1.74.uyuni2.noarch.rpm :
* Mon Aug 22 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 07 2022 Michael Calmer - build with xmvn Removed:
* pom-tweaks.patch
* build.sh Added:
* remove-unused-import.patch
* Tue Sep 14 2021 Cédric Bosdonnat - Release 2.12.1- Added patches:
* pom-tweaks.patch