From 47544c7b40419acf1f97b7590109376d5643ff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 9 Sep 2022 16:41:40 +0200 Subject: [PATCH] TODOTICKET Upgrade to Hibernate ORM 6.2.0-SNAPSHOT --- .../mapper/orm/model/BytecodeEnhancementIT.java | 5 ++++- pom.xml | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BytecodeEnhancementIT.java b/integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BytecodeEnhancementIT.java index 0d83f159619..7a71fb282ba 100644 --- a/integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BytecodeEnhancementIT.java +++ b/integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BytecodeEnhancementIT.java @@ -275,11 +275,14 @@ public static class IndexedEntity extends IndexedEntitySuperClass { public static final String INDEX = "IndexedEntity"; + // "containedEntityList" is not listed here, + // because collection properties are initialized eagerly + // (even if the collection themselves are initialized lazily). + // See HHH-15473 / https://github.com/hibernate/hibernate-orm/pull/5252 private static final String[] LAZY_PROPERTY_NAMES = new String[] { "mappedSuperClassText", "entitySuperClassText", "notIndexedText", - "containedEntityList", "text1", "text2", "primitiveInteger", diff --git a/pom.xml b/pom.xml index 056e6faa0f1..ca4389ab5b1 100644 --- a/pom.xml +++ b/pom.xml @@ -277,9 +277,10 @@ 2.4.2.Final ${version.org.hibernate.commons.annotations.orm6} ${version.net.bytebuddy.orm6} + 3.0.0 - 6.1.2.Final + 6.2.0-SNAPSHOT https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/ https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html - 6.0.3.Final + 6.0.4.Final 3.0.0 3.0.1 3.0.1