This commit is contained in:
Andrea Boriero 2020-11-10 19:31:18 +00:00
parent 096916e6fa
commit 23dd258b71
2 changed files with 19 additions and 1 deletions

View File

@ -3,6 +3,24 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.3.19.Final (November 10th, 2020)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31874/tab/release-report-all-issues
Release notes - Hibernate ORM - Version 5.3.19
** Bug
* [HHH-13310] - getParameterValue() not working for collections
* [HHH-14275] - Broken link to Infinispan User Guide in Hibernate 5.3 User Guide
** Task
* [HHH-14309] - Improve `BulkOperationCleanupAction#affectedEntity`
** Sub-task
* [HHH-14196] - Add parsing of persistence.xml/orm.xml documents in the EE 9 namespace
Changes in 5.3.18.Final (August 5th, 2020)
------------------------------------------------------------------------------------------------------------------------

View File

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