From 2636c1e2f060bc6b52a3617266469ee1eae2e8d3 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 15 Feb 2018 10:28:21 -0600 Subject: [PATCH] 5.3 cr1 - prep release --- build.gradle | 4 ---- changelog.txt | 28 ++++++++++++++++++++++++++++ gradle/base-information.gradle | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 11fef2cbaf..b660844369 100644 --- a/build.gradle +++ b/build.gradle @@ -39,10 +39,6 @@ allprojects { name "jboss-snapshots" url "http://snapshots.jboss.org/maven2/" } - maven { - name 'jboss-nexus-public' - url 'https://repository.jboss.org/nexus/content/groups/public/' - } } // minimize changes, at least for now (gradle uses 'build' by default).. diff --git a/changelog.txt b/changelog.txt index 5036e0cfd1..a2855ef0c7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,9 +5,37 @@ Note: Please refer to JIRA to learn more about each issue. +Changes in 5.3.0.CR1 (February 15, 2018) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31633/tab/release-report-done + +** Bug + * [HHH-8916] - SQLServer2005LimitHandler bind top parameter to wrong position + * [HHH-10961] - Update address of Free Software Foundation + * [HHH-12114] - Union-select aliases not injected before "clazz_" conditions in HQL query + * [HHH-12141] - SQL insert in stateless session causes javax.persistence.TransactionRequiredException + * [HHH-12271] - SchemaDropperImpl does not drop constraints with IF EXISTS + * [HHH-12286] - Update Vibur dependency from 21.3 to 22.0 + * [HHH-12289] - One call of the SessionImpl#listeners( ) method from SessionImpl#autoFlushIfRequired() is useless. + * [HHH-12294] - Regression after fixing HHH-12064 + +** Task + * [HHH-12293] - Upgrade to Hibernate Commons Annotations 5.0.2.Final + +** Improvement + * [HHH-12236] - Document 5.3 changes + * [HHH-12280] - Resolve {alias} in @Formula like Restrictions.sqlRestriction() + * [HHH-12282] - Allow disabling of invalidation of second-level cache entries for multi-table entities + + + + Changes in 5.3.0.Beta2 (February 1, 2018) ------------------------------------------------------------------------------------------------------------------------ +https://hibernate.atlassian.net/projects/HHH/versions/31621/tab/release-report-done + ** Bug * [HHH-1268] - Unidirection OneToMany causes duplicate key entry violation when removing from list * [HHH-11587] - Reordering items in List throws a constraint violation diff --git a/gradle/base-information.gradle b/gradle/base-information.gradle index ea9f2e9ca2..d44fe3b11d 100644 --- a/gradle/base-information.gradle +++ b/gradle/base-information.gradle @@ -20,7 +20,7 @@ apply plugin: 'base' ext { - hibernateVersion = '5.3.0-SNAPSHOT' + hibernateVersion = '5.3.0.CR1' baselineJavaVersion = '1.8' jpaVersion = '2.2'