You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/07/28 12:48:33 UTC

[isis] branch 2826-lightw.prop.ch.tr updated (d22cec2 -> c70b077)

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

ahuber pushed a change to branch 2826-lightw.prop.ch.tr
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from d22cec2  ISIS-2826: Can<T> to convenience patch - allow some methods to accept null args
     add c70b077  ISIS-2826: fixes action command publishing

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/isis/applib/Identifier.java    |   7 +
 .../apache/isis/commons/internal/base/_With.java   |   3 +-
 .../publish/command/CommandPublishingFacet.java    |  28 ++--
 .../executor/MemberExecutorServiceDefault.java     |   7 +-
 .../session/InteractionServiceDefault.java         |   8 +-
 .../publishing/CommandPublishingTestAbstract.java  |  43 +++--
 .../ExecutionPublishingTestAbstract.java           |  44 ++++--
 .../publishing/PropertyPublishingTestAbstract.java |   6 +-
 .../publishing/jdo/JdoCommandPublishingTest.java   |  10 +-
 .../publishing/jdo/JdoEntityPublishingTest.java    |  10 +-
 .../publishing/jdo/JdoExecutionPublishingTest.java |  10 +-
 .../publishing/jdo/JdoPropertyPublishingTest.java  |  10 +-
 .../publishing/jpa/JpaCommandPublishingTest.java   |  10 +-
 .../publishing/jpa/JpaEntityPublishingTest.java    |  15 +-
 .../publishing/jpa/JpaExecutionPublishingTest.java |  10 +-
 .../publishing/jpa/JpaPropertyPublishingTest.java  |  10 +-
 .../isis/testdomain/jdo/entities/JdoBook.java      |  27 ++--
 .../isis/testdomain/jdo/entities/JdoProduct.java   |  16 +-
 .../isis/testdomain/jpa/entities/JpaProduct.java   |  20 ++-
 .../publishing/PublishingTestFactoryAbstract.java  |  12 +-
 .../publishing/PublishingTestFactoryJdo.java       | 174 ++++++++++++++++-----
 .../publishing/PublishingTestFactoryJpa.java       | 164 ++++++++++++++-----
 22 files changed, 467 insertions(+), 177 deletions(-)