From 7418a3055ad5ac6aa5c70eac2f8f2cad22513f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 10 Jun 2025 16:10:46 +0200 Subject: [PATCH] Fix changelog for 7.0.1.Final A few not-yet-fixed issues got caught in the process. --- changelog.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 008878839e20..aed18aa7813f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -29,8 +29,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/33571 * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider @ListIndexBase * [HHH-18813] - DML update of secondary table column fails - * [HHH-18774] - two bad bugs in cascade refresh - * [HHH-18252] - Support @IdClass during annotation processing for Jakarta Data + * [HHH-18252] - Support @IdClass during annotation processing for Jakarta Data ** Improvement * [HHH-19507] - Upgrade to Hibernate Models 1.0.0 @@ -38,9 +37,6 @@ https://hibernate.atlassian.net/projects/HHH/versions/33571 ** Patch * [HHH-19471] - Server startup fails in FIPS mode because of MD5 usage for @OneToMany Constraint Name and FK name generation. -** Task - * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin - Changes in 7.0.0.Final (May 19, 2025) ------------------------------------------------------------------------------------------------------------------------