@@ -3,6 +3,43 @@ Hibernate 6 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 7.0.0.CR2 (May 14, 2025)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/33340
10+
11+ ** Bug
12+ * [HHH-19425] - incorrect class literals in Processor-generated code
13+ * [HHH-19389] - use of @Struct on databases without UDTs
14+ * [HHH-19386] - MutationSepectification#getResultType should return null
15+
16+ ** Deprecation
17+ * [HHH-19440] - Deprecate exposing of LockOptions
18+
19+ ** Improvement
20+ * [HHH-19460] - mis-named <embedded-id/> leads to NPE
21+ * [HHH-19456] - Upgrade to hibernate-models 1.0.0.CR3
22+ * [HHH-19449] - how does client obtain a BindableType
23+ * [HHH-19448] - API/SPI split for BindableType/BindingContext
24+ * [HHH-19447] - org.hibernate.query.procedure
25+ * [HHH-19445] - methods of ProcedureCall accept BasicTypeReference
26+ * [HHH-19444] - [SQLiteDialect] Fix ViolatedConstraintNameExtractor
27+ * [HHH-19442] - ProcedureCall should not extend NameableQuery
28+ * [HHH-19438] - move OutputableType
29+ * [HHH-19428] - Support @ListIndexBase in mapping.xml
30+ * [HHH-19422] - Introduce @CollectionIdJavaClass
31+ * [HHH-19420] - Support batch-size for collections in mapping.xml
32+ * [HHH-19399] - setting to enable logging of SQLExceptions
33+ * [HHH-19397] - LIMIT clause does not work without ORDER BY clause
34+ * [HHH-19324] - Switch tests using hbm.xml to use mapping.xml
35+ * [HHH-19310] - Simplified declaration of type for basic mappings in XML
36+ * [HHH-19299] - <element-collection/> with LIST classification interpreted as BAG
37+ * [HHH-19209] - Verify and fix ID class generation for inner classes
38+
39+ ** New Feature
40+ * [HHH-19450] - Have processor generate EnabledFetchProfile for all discovered profiles
41+
42+
643Changes in 7.0.0.CR1 (April 24, 2025)
744------------------------------------------------------------------------------------------------------------------------
845
0 commit comments