5.3.13.Final

This commit is contained in:
Andrea Boriero 2019-10-08 07:55:25 +01:00
parent 31d364483b
commit 1fd19e648a
2 changed files with 13 additions and 1 deletions

View File

@ -4,6 +4,18 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.3.13.Final (October 8th, 2019)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31792/tab/release-report-all-issues
** Bug
* [HHH-13586] - ClassCastException when using a single region name for both entity and query results
* [HHH-13645] - StatsNamedContainer#getOrCompute throws NullPointerException when computed value is null
** Improvement
* [HHH-13130] - Provide Gradle-based bytecode enhancement as a task separate from the compileJava task
Changes in 5.3.12.Final (September 11th, 2019)
------------------------------------------------------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@
apply plugin: 'base'
ext {
ormVersion = new HibernateVersion( '5.3.13-SNAPSHOT', project )
ormVersion = new HibernateVersion( '5.3.13.Final', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}