Skip to content

Commit 8703beb

Browse files
committed
Pre-steps for release : 6.4.10.Final
1 parent 40a9b9d commit 8703beb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

changelog.txt

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.4.10.Final (August 06, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32315
10+
11+
** Bug
12+
* [HHH-18410] - Performance regression due to megamorphic calls
13+
* [HHH-18352] - Tuple comparison emulation performing bad
14+
* [HHH-18338] - When an embeddable object is loaded before the entity it references, hibernate fails to start
15+
* [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item
16+
* [HHH-17949] - StatelessSession.upsert() with @Version-ed entity on databases with no SQL merge
17+
* [HHH-17934] - StatelessSession.upsert() with @Version-ed entity
18+
* [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL
19+
* [HHH-17735] - Community dialects for MySQL 5.7 give invalid SQL syntax for locks since 6.4.4
20+
21+
** Improvement
22+
* [HHH-18412] - Upgrade JBoss Logging Tools (processor) to 3.0.1.Final
23+
* [HHH-18393] - Upgrade JBoss Logging Tools (processor) to 3.0.0.Final
24+
25+
626
Changes in 6.4.9.Final (June 11, 2024)
727
------------------------------------------------------------------------------------------------------------------------
828

gradle/version.properties

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

0 commit comments

Comments
 (0)