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 7e719c707d9 Merge remote-tracking branch 'origin/main' into v4
add 6d2ac1406c8 CAUSEWAY-3883: re-implements exception logging much cleaner
add 7b6a1bf22e5 CAUSEWAY-3883: don't allow
BackgroundService_IntegTestAbstract to run concurrent (testing)
new e0bedf8aa65 Merge remote-tracking branch 'origin/main' into v4
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:
.../services/wrapper/control/AsyncControl.java | 7 +--
.../services/wrapper/control/AsyncLogger.java | 53 -------------------
.../services/wrapper/control/SyncControl.java | 35 +++++--------
.../wrapper/control/AsyncControl_Test.java | 2 +-
.../services/wrapper/control/SyncControl_Test.java | 2 +-
.../handlers/DomainObjectInvocationHandler.java | 60 ++++++++++++++--------
.../commandlog/applib/dom/BackgroundService.java | 30 +++++------
.../BackgroundService_IntegTestAbstract.java | 36 ++++++++-----
8 files changed, 91 insertions(+), 134 deletions(-)
delete mode 100644
api/applib/src/main/java/org/apache/causeway/applib/services/wrapper/control/AsyncLogger.java