File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Hibernate 5 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 5.3.19.Final (November 10th, 2020)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/31874/tab/release-report-all-issues
10+
11+ Release notes - Hibernate ORM - Version 5.3.19
12+
13+ ** Bug
14+ * [HHH-13310] - getParameterValue() not working for collections
15+ * [HHH-14275] - Broken link to Infinispan User Guide in Hibernate 5.3 User Guide
16+
17+ ** Task
18+ * [HHH-14309] - Improve `BulkOperationCleanupAction#affectedEntity`
19+
20+ ** Sub-task
21+ * [HHH-14196] - Add parsing of persistence.xml/orm.xml documents in the EE 9 namespace
22+
23+
624Changes in 5.3.18.Final (August 5th, 2020)
725------------------------------------------------------------------------------------------------------------------------
826
Original file line number Diff line number Diff line change 88apply plugin : ' base'
99
1010ext {
11- ormVersion = new HibernateVersion ( ' 5.3.19-SNAPSHOT ' , project )
11+ ormVersion = new HibernateVersion ( ' 5.3.19.Final ' , project )
1212 baselineJavaVersion = ' 1.8'
1313 jpaVersion = new JpaVersion (' 2.2' )
1414}
You can’t perform that action at this time.
0 commit comments