From 8ff8bd1bcf91142c2863b78ce469ccd215b5d2ec Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Sun, 9 Mar 2025 00:03:07 +0000 Subject: [PATCH] Pre-steps for release : `6.6.10.Final` --- changelog.txt | 14 ++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ee7088ce6891..c3294d93b768 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,20 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.6.10.Final (March 09, 2025) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32647 + +** Bug + * [HHH-19232] - BeanValidationEventListener not called if only associated collection is updated via getter + * [HHH-19206] - Bytecode-enhanced dirty checking ineffective if entity's embedded ID set manually (to same value) + * [HHH-19195] - Embeddable inheritance: discriminator values are not hierarchically ordered + +** Improvement + * [HHH-19219] - Informix Catalog and schema support + + Changes in 6.6.9.Final (February 23, 2025) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index f00afb8bc5c5..a90268618d30 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.6.10-SNAPSHOT \ No newline at end of file +hibernateVersion=6.6.10.Final \ No newline at end of file