This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch v4 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 6a2bb8ba0d8d8417f34adb35e24df8282c4b0ec7 Merge: 1d7979d33ab 9a58efaef80 Author: andi-huber <[email protected]> AuthorDate: Mon Jun 30 05:09:03 2025 +0200 (#CAUSEWAY-3892): New Major Version 4 (Upgrade from Spring Boot 3.x to 4.x) .../workflows/ci-build-artifacts-no-push-maven.yml | 8 +- .../verify-process-docker-container-prep.adoc | 2 +- .../applib/services/wrapper/WrapperFactory.java | 115 ++++++++++++--------- .../causeway/commons/functional/TryFuture.java | 58 +++++++++++ .../wrapper/AsyncProxyInternal.java | 31 ++---- .../wrapper/WrapperFactoryDefault.java | 13 --- .../BackgroundService_IntegTestAbstract.java | 24 ++--- .../jpa/publishing/PublishingTestFactoryJpa.java | 14 +-- .../integtests/WrapperFactory_async_IntegTest.java | 12 +-- .../testdomain/interact/CommandArgumentTest.java | 6 +- .../WrapperInteraction_Caching_IntegTest.java | 9 +- 11 files changed, 168 insertions(+), 124 deletions(-)
