@@ -3,6 +3,39 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.0.0.Alpha3 (June 14, 2024)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32304
10
+
11
+ ** Bug
12
+ * [HHH-18135] - GenerationTypeStrategy implementations always throw UnsupportedOperationException
13
+ * [HHH-18081] - XML <secondary-table/> element is not added to JdkClassDetails
14
+ * [HHH-11937] - Remove warnings about "empty composites" being experimental when feature is stabilized
15
+ * [HHH-11936] - Stabilize "empty composites" feature
16
+
17
+ ** New Feature
18
+ * [HHH-18231] - SPI for persistence XML parsing
19
+ * [HHH-18057] - Support for JPA 3.2 column options
20
+ * [HHH-18056] - Support for JPA 32 table options
21
+ * [HHH-18055] - Support for JPA 3.2 table comment
22
+ * [HHH-18054] - Support for JPA 3.2 @CheckConstraint
23
+ * [HHH-16153] - Support JPA 3.2 `@EnumeratedValue`
24
+
25
+ ** Remove Feature
26
+ * [HHH-18222] - remove hibernate.create_empty_composites.enabled in Hibernate 7
27
+ * [HHH-18207] - remove deprecated Dialects
28
+ * [HHH-18139] - remove IdentifierGeneratorFactory and related code
29
+
30
+ ** Sub-task
31
+ * [HHH-18095] - Transform hbm.xml column read/write fragments
32
+ * [HHH-18072] - Transform hbm.xml not-found
33
+
34
+ ** Task
35
+ * [HHH-18127] - Leverage hibernate-models Annotation-as-Class
36
+ * [HHH-18096] - Support for JPA 3.2 database generator options
37
+
38
+
6
39
Changes in 7.0.0.Alpha2 (May 03, 2024)
7
40
------------------------------------------------------------------------------------------------------------------------
8
41
0 commit comments