@@ -3,6 +3,45 @@ Hibernate 7 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.0.1.Final (June 10, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/33571
10
+
11
+ ** Bug
12
+ * [HHH-19528] - Version xml mapping is ignored
13
+ * [HHH-19515] - PhysicalNamingStrategy called to produce a logical column name
14
+ * [HHH-19495] - [Hibernate 7] - Extra update when mixing entity annotation with XML when a collection is dirty
15
+ * [HHH-19490] - NPE when using array_position function
16
+ * [HHH-19482] - entity assigned LockMode.READ when read outside transaction
17
+ * [HHH-19480] - missing FK constraint for unidirectional @OneToMany on a non-primary key
18
+ * [HHH-19479] - single referenced column not marked unique
19
+ * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
20
+ * [HHH-19476] - claimEntityHolderIfPossible Assertion Error
21
+ * [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
22
+ * [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
23
+ * [HHH-19463] - Hibernate processor silently ignores incorrect repository definitions (e.g. @Save on non-entity type)
24
+ * [HHH-19446] - [Regression] UnknownEntityException: Could not resolve root entity
25
+ * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
26
+ * [HHH-19383] - validation of NativeQuery result mappings
27
+ * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
28
+ * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
29
+ * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set
30
+ * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider @ListIndexBase
31
+ * [HHH-18813] - DML update of secondary table column fails
32
+ * [HHH-18774] - two bad bugs in cascade refresh
33
+ * [HHH-18252] - Support @IdClass during annotation processing for Jakarta Data
34
+
35
+ ** Improvement
36
+ * [HHH-19507] - Upgrade to Hibernate Models 1.0.0
37
+
38
+ ** Patch
39
+ * [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage for @OneToMany Constraint Name and FK name generation.
40
+
41
+ ** Task
42
+ * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
43
+
44
+
6
45
Changes in 7.0.0.Final (May 19, 2025)
7
46
------------------------------------------------------------------------------------------------------------------------
8
47
0 commit comments