5.3.19
This commit is contained in:
parent
096916e6fa
commit
23dd258b71
|
@ -3,6 +3,24 @@ Hibernate 5 Changelog
|
||||||
|
|
||||||
Note: Please refer to JIRA to learn more about each issue.
|
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)
|
Changes in 5.3.18.Final (August 5th, 2020)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
ormVersion = new HibernateVersion( '5.3.19-SNAPSHOT', project )
|
ormVersion = new HibernateVersion( '5.3.19.Final', project )
|
||||||
baselineJavaVersion = '1.8'
|
baselineJavaVersion = '1.8'
|
||||||
jpaVersion = new JpaVersion('2.2')
|
jpaVersion = new JpaVersion('2.2')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue