This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 1d7979d33ab Merge remote-tracking branch 'origin/main' into v4
add 8c9669e5981 CAUSEWAY-3896: AsyncProxy API and Javadoc polishing
add 9a58efaef80 CAUSEWAY-2445: bumps maven to latest releases
new 6a2bb8ba0d8 (#CAUSEWAY-3892): New Major Version 4 (Upgrade from Spring
Boot 3.x to 4.x)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
commons/src/main/java/org/apache/causeway/commons/functional/TryFuture.java