From 44b9a872c620dcdf91db9ef9af896125ea1b438b Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Wed, 29 Sep 2021 21:39:39 +0000 Subject: [PATCH] 5.3.23.Final --- changelog.txt | 15 +++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9a4a5d0fc3..5bbbbf77e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,21 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.3.23.Final (September 29, 2021) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31973 + +** Bug + * [HHH-14840] - IBM Db2 11.1 fails on TransientOverride test cases + * [HHH-14796] - Cannot replace an existing JPQL NamedQuery with a native NamedQuery + * [HHH-14790] - Fix Gradle build failure with JDK 11 + +** Deprecation + * [HHH-14847] - Deprecate JMX integration + * [HHH-14845] - Deprecate JACC integration + + Changes in 5.3.22.Final (August 20, 2021) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 6fa03584a7..08c7482c48 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.3.23-SNAPSHOT \ No newline at end of file +hibernateVersion=5.3.23.Final \ No newline at end of file