From 416930a37566f902676e20588363120523d98dad Mon Sep 17 00:00:00 2001 From: Dan Haywood Date: Thu, 23 May 2024 18:22:37 +0100 Subject: [PATCH] CAUSEWAY-3745: fixes the config property in the regression test --- .../publishing/jpa/JpaPropertySinglePublishingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/JpaPropertySinglePublishingTest.java b/regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/JpaPropertySinglePublishingTest.java index 285fe5334b1..2a26e4835dc 100644 --- a/regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/JpaPropertySinglePublishingTest.java +++ b/regressiontests/publishing-jpa/src/test/java/org/apache/causeway/testdomain/publishing/jpa/JpaPropertySinglePublishingTest.java @@ -43,7 +43,7 @@ "logging.level.org.apache.causeway.applib.services.publishing.log.EntityPropertyChangeLogger=DEBUG", "logging.level.org.springframework.orm.jpa.*=DEBUG", "logging.level.org.apache.causeway.testdomain.util.rest.KVStoreForTesting=DEBUG", - "causeway.core.runtimeservices.entitypropertychangepublisher.bulk.threshold=1000", + "causeway.core.runtime-services.entity-property-change-publisher.bulk.threshold=1000", }) @TestPropertySource({ CausewayPresets.UseLog4j2Test