Skip to content

Commit 5649ce8

Browse files
committed
Pre-steps for release : 6.2.25.Final
1 parent 40f6ad6 commit 5649ce8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.txt

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.2.25.Final (April 25, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32273
10+
11+
** Bug
12+
* [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present
13+
* [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression
14+
* [HHH-17883] - Wrong order of primary key join columns with @EmbeddedId and joined inheritance
15+
* [HHH-16994] - Native query with select * and join tables with same named columns throws NonUniqueDiscoveredSqlAliasException
16+
17+
618
Changes in 6.2.24.Final (March 29, 2024)
719
------------------------------------------------------------------------------------------------------------------------
820

gradle/version.properties

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

0 commit comments

Comments
 (0)