opencirclesolutions-wove commented on code in PR #2412: URL: https://github.com/apache/causeway/pull/2412#discussion_r1611734984
########## core/config/src/main/java/org/apache/causeway/core/config/CausewayConfiguration.java: ########## @@ -2085,6 +2085,19 @@ public static class Po { Mode mode = Mode.WRITE; } } + + private final EntityPropertyChangePublisher entityPropertyChangePublisher = new EntityPropertyChangePublisher(); + + @Data + public static class EntityPropertyChangePublisher { + + private final Bulk bulk = new Bulk(); + + @Data + public static class Bulk { + int threshold = 1; Review Comment: Added regression test with different causeway property. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org