From 2360c68310f4923f055883f6c04a3723d366ceec Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Fri, 18 Aug 2017 14:35:59 -0700 Subject: [PATCH] 5.1.10 --- build.gradle | 2 +- changelog.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87f119765f..343ec4480b 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ allprojects { ext { expectedGradleVersion = '2.10' - hibernateTargetVersion = '5.1.10-SNAPSHOT' + hibernateTargetVersion = '5.1.10.Final' osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' ) } diff --git a/changelog.txt b/changelog.txt index 43bf893a45..9e3d731248 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,22 @@ Hibernate 5.1 Changelog Note: Please refer to JIRA to learn more about each issue. +Changed in 5.1.10.Final (August 18, 2017) +------------------------------------------------------------------------------------------------------------------------ +https://hibernate.atlassian.net/projects/HHH/versions/30300 +https://hibernate.atlassian.net/issues/?jql=project%20%3D%2010031%20AND%20fixVersion%20%3D%2030300%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC + +** Bug + * [HHH-10617] - multiLoad behavior + * [HHH-11904] - EnumExplicitTypeTest test assert fails on mariadb clusters + * [HHH-11905] - AbstractLobTest Fails on Sybase + * [HHH-11910] - SchemaUpdateTest fails on databases using case-insensitive identifiers + * [HHH-11927] - CascadeMergeToChildBeforeParentTest should not assume the persisted entity has the id with a value of 1 + * [HHH-11935] - Log a warning and update documentation that enabling "empty" composites is an experimental feature + +** Improvement + * [HHH-10984] - Have multiLoad not return (unflushed) DELETED entities + Changed in 5.1.9.Final (July 25, 2017) ------------------------------------------------------------------------------------------------------------------------ https://hibernate.atlassian.net/projects/HHH/versions/29701