This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit cc9d913a14f5bc2dfbc3bfd46a0ca36f594ec502 Merge: 43cf251b21 3baebed526 Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 19:22:00 2022 +0100 Merge pull request #1115 from apache/ISIS-3221 ISIS-3221 : introduces AsyncCallable for WrapperFactory, to surface d… api/applib/src/main/java/module-info.java | 3 +- .../isis/applib/services/command/Command.java | 8 +- .../applib/services/wrapper/WrapperFactory.java | 19 ++- .../services/wrapper/callable/AsyncCallable.java | 112 +++++++++++++++++ .../_testing/WrapperFactory_forTesting.java | 6 + .../wrapper/WrapperFactoryDefault.java | 133 ++++++++++++--------- .../subscriber/CommandSubscriberForCommandLog.java | 6 +- 7 files changed, 223 insertions(+), 64 deletions(-)
