You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/05 14:39:38 UTC

[causeway] branch CAUSEWAY-3366 updated (e5ac969fd6 -> cd1fd8be51)

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

danhaywood pushed a change to branch CAUSEWAY-3366
in repository https://gitbox.apache.org/repos/asf/causeway.git


    omit e5ac969fd6 CAUSEWAY-3366: adds docs on interactions, commands and executions
    omit d0e4ea6a48 CAUSEWAY-3366: simplifies API of CommandExecutorService ...
    omit 58fdbfcb76 CAUSEWAY-3366: fixes bug in WrapperFactoryDefault, the uuid of the child command should be ...
    omit 8724e3eb4c CAUSEWAY-3366: improves docs for execution outbox is all (outbox idiom)
    omit f72ccf2256 CAUSEWAY-3366: removes unnecessary getter of ServiceRegistry service in CausewayIntegrationTestAbstract, is all.
    omit 289432ea77 CAUSEWAY-3366: improves internal comment in CommandSubscriberForCommandLog, is all.
    omit 45642d2875 CAUSEWAY-3366: makes InteractionIdGenerator into an interface, with ..
    omit 6d4f2d5068 CAUSEWAY-3366: improves docs of cmd-2.0.xsd, is all.
    omit b0ac18e6e6 CAUSEWAY-3366: makes AsyncCallable also implement Callable
    omit fbcd90c8e7 CAUSEWAY-3366: fixes mis-spelling in EntityState, is all.
    omit a9b5be9e9c CAUSEWAY-3366: improves javadoc for Interaction, is all.
    omit c68261b6ea CAUSEWAY-3366: improves docs/website for Command in refguide, is all.
    omit d41e57efe7 CAUSEWAY-3366: fixes commandlog integ test
    omit be0cc6b343 CAUSEWAY-3366: simplifies CommandSubscriberForCommandLog impl
    omit e039cf4c69 CAUSEWAY-3366: wip, adding in onReady and onStarted callbacks
     add b466a14cd0 improves build.sh, serve up timeline
     add 743b346a22 CAUSEWAY-3366: wip, adding in onReady and onStarted callbacks
     add 5047dfae33 CAUSEWAY-3366: simplifies CommandSubscriberForCommandLog impl
     add 0362d49288 CAUSEWAY-3366: fixes commandlog integ test
     add 6f25e1b318 CAUSEWAY-3366: improves docs/website for Command in refguide, is all.
     add 144924de60 CAUSEWAY-3366: improves javadoc for Interaction, is all.
     add 1e0ee3db04 CAUSEWAY-3366: fixes mis-spelling in EntityState, is all.
     add 577260ff59 CAUSEWAY-3366: makes AsyncCallable also implement Callable
     add 848cee3f7f CAUSEWAY-3366: improves docs of cmd-2.0.xsd, is all.
     add 0413633c07 CAUSEWAY-3366: makes InteractionIdGenerator into an interface, with ..
     add 1ce7983fe5 CAUSEWAY-3366: improves internal comment in CommandSubscriberForCommandLog, is all.
     add 6042ddaabe CAUSEWAY-3366: removes unnecessary getter of ServiceRegistry service in CausewayIntegrationTestAbstract, is all.
     add 02849974e0 CAUSEWAY-3366: improves docs for execution outbox is all (outbox idiom)
     add c9ceccae2c CAUSEWAY-3366: fixes bug in WrapperFactoryDefault, the uuid of the child command should be ...
     add 564e9a9d15 CAUSEWAY-3366: simplifies API of CommandExecutorService ...
     add 830c301ce6 CAUSEWAY-3366: adds docs on interactions, commands and executions
     add cd1fd8be51 CAUSEWAY-3366: allows the Command's interactionId to be replaced by CommandExecutorService

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   (e5ac969fd6)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3366 (cd1fd8be51)

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.

No new revisions were added by this update.

Summary of changes:
 .../causeway/applib/services/command/Command.java  | 27 ++++++++++++++++++----
 build.sh                                           | 27 +++++++++++-----------
 .../command/CommandExecutorServiceDefault.java     | 13 +++++++----
 .../BackgroundService_IntegTestAbstract.java       | 20 ++++++++++++----
 4 files changed, 61 insertions(+), 26 deletions(-)