From f15bed87c6ce165574408083e5a1852595e94fc5 Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Thu, 7 Nov 2019 21:23:18 -0800 Subject: [PATCH] 5.3.14.Final --- changelog.txt | 12 ++++++++++++ gradle/base-information.gradle | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index d5bb8c43b9..e15856b521 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,18 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.3.14.Final (November 7th, 2019) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31801/tab/release-report-all-issues + +** Bug + * [HHH-13307] - On release of batch it still contained JDBC statements using JTA + * [HHH-13633] - Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxy + * [HHH-13634] - PersistenceContext can get cleared before load completes using StatelessSessionImpl + * [HHH-13640] - Uninitialized HibernateProxy mapped as NO_PROXY gets initialized when reloaded with enhancement-as-proxy enabled + * [HHH-13653] - Uninitialized entity does not get initialized when a setter is called with enhancement-as-proxy enabled + * [HHH-13698] - Hibernate does not recognize MySQL 8 error code 3572 as PessimisticLockException Changes in 5.3.13.Final (October 8th, 2019) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/base-information.gradle b/gradle/base-information.gradle index 3dda91eb83..e78a75ee65 100644 --- a/gradle/base-information.gradle +++ b/gradle/base-information.gradle @@ -8,7 +8,7 @@ apply plugin: 'base' ext { - ormVersion = new HibernateVersion( '5.3.14-SNAPSHOT', project ) + ormVersion = new HibernateVersion( '5.3.14.Final', project ) baselineJavaVersion = '1.8' jpaVersion = new JpaVersion('2.2') }