From 0a9bf2d07a427fd18752f75cfbf4bf81cab22aae Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Sat, 10 Nov 2018 12:01:15 +0200 Subject: [PATCH] Update change log to include the fix for HHH-10874 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index bd4c9e7eb7..2c11c98433 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1249,6 +1249,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/23950 * [HHH-10863] - Improve consistency of how we call implicitNamingStrategy.determineBasicColumnName with element collections * [HHH-10865] - Join table of lazy loading many-to-many relation not saved when lazy initialization bytecode enhancement is active * [HHH-10870] - Parameter lookup for Iterable fails on Criteria API + * [HHH-10874] - @Where annotation is not processed with "Extra-lazy" loading for bidirectional collections * [HHH-10876] - DefaultIdentifierGeneratorFactory does not consider the hibernate.id.new_generator_mappings setting * [HHH-10885] - JPA Native Queries with ordinal parameter are zero based * [HHH-10886] - The follow-on-locking Oracle mechanism should consider UNION as well