Skip to content

Commit 3e956e2

Browse files
Hibernate-CIsebersole
authored andcommitted
Pre-steps for release : 7.0.0.Alpha3
1 parent 721a662 commit 3e956e2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@ Hibernate 6 Changelog
33

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

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+
639
Changes in 7.0.0.Alpha2 (May 03, 2024)
740
------------------------------------------------------------------------------------------------------------------------
841

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.0.0-SNAPSHOT
1+
hibernateVersion=7.0.0.Alpha3

0 commit comments

Comments
 (0)