Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64be512

Browse filesBrowse files
dreab8Sanne
authored andcommitted
5.3.20
1 parent bc8e38a commit 64be512
Copy full SHA for 64be512

File tree

2 files changed

+17
-1
lines changed
Filter options

2 files changed

+17
-1
lines changed

‎changelog.txt

Copy file name to clipboardExpand all lines: changelog.txt
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Hibernate 5 Changelog
33

44
Note: 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+
622
Changes in 5.3.19.Final (November 10th, 2020)
723
------------------------------------------------------------------------------------------------------------------------
824

‎gradle/base-information.gradle

Copy file name to clipboardExpand all lines: gradle/base-information.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
apply plugin: 'base'
99

1010
ext {
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
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.