File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
26
Changes in 6.4.9.Final (June 11, 2024)
7
27
------------------------------------------------------------------------------------------------------------------------
8
28
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.4.10-SNAPSHOT
1
+ hibernateVersion =6.4.10.Final
You can’t perform that action at this time.
0 commit comments