Skip to content

Commit 5f65de1

Browse files
committed
Pre-steps for release : 6.6.12.Final
1 parent 84e5d19 commit 5f65de1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: changelog.txt

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.12.Final (March 30, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32945
10+
11+
** Bug
12+
* [HHH-19109] - Hibernate Data Repositories are @RequestScoped
13+
* [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass
14+
* [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable
15+
* [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched
16+
* [HHH-18745] - Unnecessary joins when use TREAT operator
17+
* [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks
18+
19+
** Task
20+
* [HHH-19230] - Ensure that thread local for org.hibernate.bytecode.enhance.internal.bytebuddy.SafeCacheProvider + OverridingClassFileLocator are completely cleared
21+
22+
623
Changes in 6.6.11.Final (March 16, 2025)
724
------------------------------------------------------------------------------------------------------------------------
825

Diff for: gradle/version.properties

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

0 commit comments

Comments
 (0)