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/03/15 10:50:09 UTC

[isis] branch edge updated (0f8f85e -> 9e666f4)

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

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


    from 0f8f85e  ISIS-2573: Xray: simplify and remove service
     add dc3c90d  ISIS-2573: Can: adds getLast()
     add 9e666f4  ISIS-2573: xray: integrate with transaction listener

No new revisions were added by this update.

Summary of changes:
 .../org/apache/isis/commons/collections/Can.java   |  13 ++
 .../apache/isis/commons/collections/Can_Empty.java |   5 +
 .../isis/commons/collections/Can_Multiple.java     |   5 +
 .../isis/commons/collections/Can_Singleton.java    |   5 +
 .../commons/internal/debug/xray/XrayDataModel.java |  10 +-
 .../commons/internal/debug/xray/XrayEnable.java    |   4 +-
 .../commons/internal/debug/xray/XrayModel.java     |  37 +++++-
 .../internal/debug/xray/XrayModelSimple.java       |  54 ++++++++-
 .../isis/commons/internal/debug/xray/XrayUi.java   |  63 +++++++++-
 .../commons/internal/base/debug/XrayUiTest.java    |   6 +-
 .../core/runtime/events/MetamodelEventService.java |  20 +---
 .../runtime/events/TransactionEventEmitter.java    |   8 +-
 .../org/apache/isis/core/runtime/events/_Xray.java | 131 +++++++++++++++++++++
 .../session/InteractionFactoryDefault.java         |  10 +-
 .../isis/core/runtimeservices/session/_Xray.java   |  95 +++++++++++++++
 .../applayer/ApplicationLayerTestFactory.java      |  58 +++++----
 .../applib/IsisInteractionHandler.java             |  11 --
 17 files changed, 455 insertions(+), 80 deletions(-)
 create mode 100644 core/runtime/src/main/java/org/apache/isis/core/runtime/events/_Xray.java
 create mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/session/_Xray.java