From 980ed16ce73840241b6f5f1167209eb8f43ca813 Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Fri, 18 Aug 2017 17:18:24 -0700 Subject: [PATCH] 5.0.15 --- build.gradle | 2 +- changelog.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e77578628..19eb152c3c 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ allprojects { ext { expectedGradleVersion = '2.7' - hibernateTargetVersion = '5.0.15-SNAPSHOT' + hibernateTargetVersion = '5.0.15.Final' osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' ) } diff --git a/changelog.txt b/changelog.txt index d490506412..3d542127a1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,14 @@ Hibernate 5.0 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.0.15.Final (August 18, 2017) +------------------------------------------------------------------------------------------------------------------------ + [JBEAP-11657 / HHH-9199] - ValidityAuditStrategy: Collection of embeddables is not audited correctly + + [JBEAP-11659] Envers bugs auditing collection of embeddables + [HHH-11214] - ValidityAuditStrategy not audit properly nested collection with nulls + [HHH-11215] - NullPointerException when reading an audited entity that has a collection of embeddables with a ManyToOne to an unaudited entity. + Changes in 5.0.14.Final (June 12, 2017) ------------------------------------------------------------------------------------------------------------------------