This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch release-2.0.0-M8-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git
discard 1809f9a8a4 ISIS-2965: resetting version
discard 99e35d7643 ISIS-2965: bumps version to 2.0.0-M8
add 543dceecb6 ISIS-2965: improves release docs
add fca0a5ad03 ISIS-2965: minor fix for UI
add 6f82723c5f ISIS-2965: fixes rel docs
add 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
add cc9d913a14 Merge pull request #1115 from apache/ISIS-3221
new 0162e50e6d ISIS-2965: bumps version to 2.0.0-M8
new 479de7e341 ISIS-2965: resetting version
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1809f9a8a4)
\
N -- N -- N refs/heads/release-2.0.0-M8-RC2 (479de7e341)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 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:
.../modules/ROOT/pages/cutting-a-release.adoc | 38 ++++--
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 +-
.../applib/dom/SessionLogEntry.layout.fallback.xml | 2 +-
.../viewer/wicket/ui/components/scalars/_Util.java | 20 +++-
10 files changed, 268 insertions(+), 79 deletions(-)
create mode 100644
api/applib/src/main/java/org/apache/isis/applib/services/wrapper/callable/AsyncCallable.java