Commit 4fbf5f2 1 parent 53cdd08 commit 4fbf5f2 Copy full SHA for 4fbf5f2
File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.6.7.Final (February 10, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32416
10
+
11
+ ** Bug
12
+ * [HHH-19104] - Envers is keeping references to classes and thus classloaders
13
+ * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo
14
+ * [HHH-18069] - NullPointerException when unioning partition results
15
+
16
+ ** Improvement
17
+ * [HHH-19098] - Disable implicit loading of the default import script
18
+
19
+ ** Task
20
+ * [HHH-19050] - Allow configuration of EntityManagerFactoryBuilderImpl to override the BytecodeProvider instance
21
+ * [HHH-18928] - Consider the default Access Type as per Spec section 2.3.1 and skip enhancement of properties accessor
22
+
23
+
6
24
Changes in 6.6.6.Final (February 02, 2025)
7
25
------------------------------------------------------------------------------------------------------------------------
8
26
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.7-SNAPSHOT
1
+ hibernateVersion =6.6.7.Final
You can’t perform that action at this time.
0 commit comments