Skip to content

Commit

Permalink
5.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 authored and Sanne committed Nov 16, 2020
1 parent bc8e38a commit 64be512
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Hibernate 5 Changelog

Note: Please refer to JIRA to learn more about each issue.

Changes in 5.3.20.Final (November 16th, 2020)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/31894/tab/release-report-all-issues

** Bug
* [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

** Task
* [HHH-14225] - CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled
* [HHH-14324] - Add .gradletasknamecache to .gitignore

** Improvement
* [HHH-14325] - Add Query hint for specifying "query spaces" for native queries


Changes in 5.3.19.Final (November 10th, 2020)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/base-information.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
apply plugin: 'base'

ext {
ormVersion = new HibernateVersion( '5.3.20-SNAPSHOT', project )
ormVersion = new HibernateVersion( '5.3.20.Final', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}
Expand Down

0 comments on commit 64be512

Please sign in to comment.