This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch CAUSEWAY-3745
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 416930a37566f902676e20588363120523d98dad
Author: Dan Haywood <[email protected]>
AuthorDate: Thu May 23 18:22:37 2024 +0100

    CAUSEWAY-3745: fixes the config property in the regression test
---
 .../testdomain/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 285fe5334b..2a26e4835d 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 @@ import 
org.apache.causeway.testdomain.publishing.stubs.PropertyPublishingTestAbs
                 
"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

Reply via email to