From 716fc9e270218c9e53349546eadbdb547851345f Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Thu, 29 Apr 2021 18:25:35 +0000 Subject: [PATCH] 5.4.31.Final --- changelog.txt | 23 +++++++++++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2d229832fa..9f4eeffca4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,29 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.4.31.Final (April 29, 2021) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31933 + +** Bug + * [HHH-14571] - Hibernate.isPropertyInitialized( someEntity, "id" ) returns false + * [HHH-14567] - Filters are ignored if enabled after query creation but before execution + * [HHH-14557] - Connection leaked on rollback with mode DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION + * [HHH-14549] - Collection with default field initializer will always be empty + * [HHH-14537] - EntityNotFoundException thrown when non-existing association with @NotFound(IGNORE) mapped has proxy in PersistenceContext + * [HHH-14523] - Spatial Update Z axis of a org.locationtech.jts.geom.Point on Postgis + * [HHH-11490] - UUID mapped as GEOMETRY with PostGisDialect + +** Improvement + * [HHH-14090] - Hibernate-core provides MariaDB specific dialects. But hibernate-spatial does not provide MariaDB spatial dialect. I think we need one. + * [HHH-13077] - Optimize query plan call count + +** Task + * [HHH-14575] - Adapt BasicProxyFactoryImpl to be more native-image friendly + * [HHH-14513] - Move publishing release artifacts from BinTray + + Changes in 5.4.30.Final (March 19, 2021) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 1d74ee0c12..11d79f2036 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.4.31-SNAPSHOT \ No newline at end of file +hibernateVersion=5.4.31.Final \ No newline at end of file