File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ Hibernate 5 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 5.3.20.Final (November 16th, 2020)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/31894/tab/release-report-all-issues
10+
11+ ** Bug
12+ * [HHH-14257] - An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE
13+
14+ ** Task
15+ * [HHH-14225] - CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled
16+ * [HHH-14324] - Add .gradletasknamecache to .gitignore
17+
18+ ** Improvement
19+ * [HHH-14325] - Add Query hint for specifying "query spaces" for native queries
20+
21+
622Changes in 5.3.19.Final (November 10th, 2020)
723------------------------------------------------------------------------------------------------------------------------
824
Original file line number Diff line number Diff line change 88apply plugin : ' base'
99
1010ext {
11- ormVersion = new HibernateVersion ( ' 5.3.20-SNAPSHOT ' , project )
11+ ormVersion = new HibernateVersion ( ' 5.3.20.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