File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Hibernate 5 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
24
Changes in 5.3.18.Final (August 5th, 2020)
7
25
------------------------------------------------------------------------------------------------------------------------
8
26
Original file line number Diff line number Diff line change 8
8
apply plugin : ' base'
9
9
10
10
ext {
11
- ormVersion = new HibernateVersion ( ' 5.3.19-SNAPSHOT ' , project )
11
+ ormVersion = new HibernateVersion ( ' 5.3.19.Final ' , project )
12
12
baselineJavaVersion = ' 1.8'
13
13
jpaVersion = new JpaVersion (' 2.2' )
14
14
}
You can’t perform that action at this time.
0 commit comments