Skip to content

Commit a306d4c

Browse files
committed
Pre-steps for release : 6.6.14.Final
1 parent fd7a7c3 commit a306d4c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.14.Final (May 11, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/33241
10+
11+
** Bug
12+
* [HHH-19425] - incorrect class literals in Processor-generated code
13+
* [HHH-19375] - fix check for presence of Quarkus in reactive case
14+
* [HHH-19374] - repositories should always be @Dependent
15+
* [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned
16+
* [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect
17+
* [HHH-19306] - Composite generator may not respect the event types of generators it consits of
18+
* [HHH-19036] - ORM Filter are searched for in the wrong order
19+
20+
621
Changes in 6.6.13.Final (April 06, 2025)
722
------------------------------------------------------------------------------------------------------------------------
823

gradle/version.properties

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

0 commit comments

Comments
 (0)