Skip to content

Commit

Permalink
5.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Nov 10, 2020
1 parent 096916e commit 23dd258
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.txt
Expand Up @@ -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)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/base-information.gradle
Expand Up @@ -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')
}
Expand Down

0 comments on commit 23dd258

Please sign in to comment.