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/07/19 19:34:06 UTC

[isis] branch ISIS-3002 updated (21b2ece7ef -> 50285eedcd)

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

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


    from 21b2ece7ef ISIS-3002: adds outbox client e2e tests
     add 50285eedcd ISIS-3002: fixes callers of IdentifierUtil#logicalMemberIdentifierForDeclaredMember

No new revisions were added by this update.

Summary of changes:
 .../actions/action/invocation/IdentifierUtil.java  | 80 ++++++++++------------
 ...tySetterOrClearFacetForDomainEventAbstract.java |  2 +-
 .../services/command/CommandDtoFactory.java        | 10 +--
 .../services/ixn/InteractionDtoFactory.java        |  2 +-
 .../specloader/specimpl/ObjectActionDefault.java   |  2 +-
 .../specimpl/OneToOneAssociationDefault.java       |  2 +-
 .../command/CommandDtoFactoryDefault.java          | 27 ++++----
 .../interaction/InteractionDtoFactoryDefault.java  |  5 +-
 .../wrapper/WrapperFactoryDefault.java             |  6 +-
 .../facets/entity/IdStringifierForByteId.java      |  1 -
 .../facets/entity/IdStringifierForDatastoreId.java |  1 -
 .../IdStringifierForDatastoreUniqueLongId.java     |  5 --
 12 files changed, 65 insertions(+), 78 deletions(-)