You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/09/26 18:22:06 UTC

[isis] branch master updated (43cf251b21 -> cc9d913a14)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 43cf251b21 ISIS-3071: fixes proposed value recovery for FileUpload
     add 7809fd4fff ISIS-3221 : introduces AsyncCallable for WrapperFactory, to surface details of the child command to custom impls of ExecutorService
     add 6cc4d2c9ef ISIS-3221: adds new method to WrapperFactory test impl
     add 035c7f6958 ISIS-3221: fixes circular references
     add 3baebed526 ISIS-3221: lexical change is all, just moves all the injected services together for WrapperFactoryDefault
     new cc9d913a14 Merge pull request #1115 from apache/ISIS-3221

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:
 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(-)
 create mode 100644 api/applib/src/main/java/org/apache/isis/applib/services/wrapper/callable/AsyncCallable.java


[isis] 01/01: Merge pull request #1115 from apache/ISIS-3221

Posted by da...@apache.org.
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 <da...@apache.org>
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(-)