Skip to content

Commit 0b5d3a2

Browse files
committed
5.4.24.Final
1 parent 33123d2 commit 0b5d3a2

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

changelog.txt

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Hibernate 5 Changelog
33

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

6+
Changes in 5.4.24.Final (November 17, 2020)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/31892
10+
11+
** Bug
12+
* [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer join statements
13+
* [HHH-14329] - DirtinessTracker usage for enhanced entities doesn't respect mutable types
14+
* [HHH-14322] - HBM many-to-one property-ref broken since 5.3.2 due to HHH-12684
15+
* [HHH-14317] - Avoid closing datasource in AgroalConnectionProvider if datasource is not initialized
16+
* [HHH-14316] - Avoid accessing state in DriverManagerConnectionProviderImpl if null
17+
* [HHH-14312] - Padded batch style entity loader ignores entity graph
18+
* [HHH-14310] - Document hibernate.query.in_clause_parameter_padding
19+
* [HHH-14288] - Complex batch insert query stopped to work
20+
* [HHH-14279] - Broken 'with key(...)' operator on entity-key maps
21+
* [HHH-14276] - Nested ID class using derived identifiers fails with strange AnnotationException: unable to find column reference in the @MapsId mapping: `game_id`
22+
* [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
23+
* [HHH-13310] - getParameterValue() not working for collections
24+
25+
** Improvement
26+
* [HHH-14332] - Make it easier for Quarkus SPI to avoid loading XML
27+
* [HHH-14325] - Add Query hint for specifying "query spaces" for native queries
28+
* [HHH-14158] - Upgrade Javassist to the latest version
29+
30+
** Task
31+
* [HHH-14324] - Add .gradletasknamecache to .gitignore
32+
* [HHH-14309] - Improve `BulkOperationCleanupAction#affectedEntity`
33+
* [HHH-14225] - CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled
34+
35+
636
Changes in 5.4.23.Final (November 01, 2020)
737
------------------------------------------------------------------------------------------------------------------------
838

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=5.4.24-SNAPSHOT
1+
hibernateVersion=5.4.24.Final

0 commit comments

Comments
 (0)