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/17 16:46:41 UTC

[isis] branch master updated (09c9410 -> 19ad535)

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

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


    from 09c9410  ISIS-2579: fix jpa-entity-facet to also detect deleted/removed entity state
     add ccb74ba  Removing m2e profile from core pom
     add 6fd3972  Removing m2e profile from core pom
     add ef4364e  Bump jnr-posix from 3.1.4 to 3.1.5
     add 74205d5  Bump jnr-enxio from 0.32.3 to 0.32.4
     add d239cd8  Bump approvaltests from 10.0.1 to 10.2.0
     add 41fd411  Bump structurizr.version from 1.6.0 to 1.6.1
     add bde5876  Bump dependency-check-maven from 6.1.1 to 6.1.2
     add 3617c5e  Bump vaadin-maven-plugin from 14.4.8 to 19.0.0
     add 3229a79  ISIS-2445: fix compile after vaadin bump (v19)
     add 1705890  ISIS-2445: fixes swagger convergence issues (after vaadin bump)
     add 079db5f  ISIS-2445: Demo: fixes invalid yaml syntax
     add a1fc026  ISIS-2445: migrating Demo Vaadin
     add 172605a  ISIS-2445: git-ignore some more node.js stuff
     add 6619ce2  ISIS-2572: RO/Swagger: fixes generated schema and ui links
     add 5c8811d  ISIS-2496: further narrow down possibility for false positive type incompatibility checks
     add 2a4c11b  ISIS-2573: promote REST reg. tests to stable
     add c52b6f0  Bump swagger-parser from 1.0.39 to 1.0.54
     add 6d6ed08  Bump swagger-models from 2.0.5 to 2.1.7
     add 6e48214  Bump swagger-core from 2.0.5 to 2.1.7
     add 03d8a3a  Bump swagger-compat-spec-parser from 1.0.39 to 1.0.54
     add 22f3e82  Bump swagger-parser-v3 from 2.0.5 to 2.0.24
     add da97721  Bump swagger-parser-core from 2.0.5 to 2.0.24
     add 99824b6  ISIS-2573: some incubating test fixes
     add 0ff2cc3  Merge branch 'master' into edge
     add 2fe8379  ISIS-2573: adds initial Xray viewer
     add 7c796a2  ISIS-2573: Xray: remove unused interface
     add 2329c93  ISIS-2573: lombok javac issue
     add 0f8f85e  ISIS-2573: Xray: simplify and remove service
     add dc3c90d  ISIS-2573: Can: adds getLast()
     add 9e666f4  ISIS-2573: xray: integrate with transaction listener
     add 695da2f  ISIS-2573: xray: add sequence diagram data model
     add 7509b66  ISIS-2573: xray: use sequence diagrams for interactions and transactions
     add fdfe01c  Bump vaadin.version from 19.0.0 to 19.0.1
     add 4d597c5  ISIS-2573: xray, sequence dia.: allow multi-line labels
     add e9fbcdd  ISIS-2573: xray: add execution context info
     add 22dbab3  ISIS-2573: xray: reduce number of tree nodes rendered
     add 1d43996  ISIS-2573: xray: housekeeping
     add 734854d  Merge remote-tracking branch 'origin/master' into edge
     add 7415f56  Bump git-commit-id-plugin from 4.0.3 to 4.0.4
     add 2cd6a9e  ISIS-2573: app layer tests: simplify
     add 8eca78e  Merge remote-tracking branch 'origin/master' into edge
     add c7c0200  Merge remote-tracking branch 'origin/master' into edge
     add 19ad535  ISIS-2579: prepare for ff of 'master'

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   4 +
 .../applib/services/iactn/ActionInvocation.java    |   3 +-
 .../isis/applib/services/iactn/Execution.java      |   7 +-
 .../isis/applib/services/iactn/PropertyEdit.java   |   3 +-
 .../isis/applib/services/user/UserMemento.java     |  11 +-
 .../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 | 139 ++++++++++
 .../commons/internal/debug/xray/XrayEnable.java    |  26 +-
 .../commons/internal/debug/xray/XrayModel.java     |  91 ++++++
 .../internal/debug/xray/XrayModelSimple.java       |  89 ++++++
 .../isis/commons/internal/debug/xray/XrayUi.java   | 275 ++++++++++++++++++
 .../commons/internal/debug/xray/_SwingUtil.java    |  72 +++++
 .../debug/xray/sequence/SequenceDiagram.java       | 244 ++++++++++++++++
 .../internal/debug/xray/sequence/_Graphics.java    | 155 +++++++++++
 commons/src/main/resources/xray/key-value.png      | Bin 0 -> 4545 bytes
 commons/src/main/resources/xray/sequence.png       | Bin 0 -> 4195 bytes
 .../commons/internal/base/debug/XrayUiTest.java    |  70 +++++
 .../interaction/session/InteractionSession.java    |   4 +-
 .../metamodel/commons/CanonicalParameterUtil.java  |  75 +++--
 core/pom.xml                                       |  21 +-
 .../core/runtime/events/MetamodelEventService.java |   7 +-
 .../runtime/events/TransactionEventEmitter.java    |   8 +-
 .../org/apache/isis/core/runtime/events/_Xray.java | 123 ++++++++
 .../apache/isis/core/runtime/util/XrayUtil.java    |  53 ++++
 .../executor/MemberExecutorServiceDefault.java     |  21 +-
 .../isis/core/runtimeservices/executor/_Xray.java  |  83 ++++++
 .../session/InteractionFactoryDefault.java         |  14 +-
 .../isis/core/runtimeservices/session/_Xray.java   | 112 ++++++++
 .../wrapper/WrapperFactoryDefault.java             |  51 ++--
 .../demo/domain/src/main/resources/application.yml |   3 +-
 examples/demo/pom.xml                              |  14 +
 examples/demo/vaadin/pom.xml                       |   2 +-
 .../java/demoapp/webapp/wicket/DemoAppWicket.java  |   2 +
 incubator/viewers/vaadin/model/pom.xml             | 119 ++++++--
 incubator/viewers/vaadin/ui/pom.xml                |   5 -
 .../ui/auth/VaadinAuthenticationHandler.java       |  12 +-
 .../viewer/vaadin/ui/pages/main/MainViewVaa.java   |   6 -
 .../viewer/IsisModuleIncViewerVaadinViewer.java    |   4 +-
 .../jdo/JdoEntityChangesPublishingTest.java        |  25 +-
 .../jdo/JdoEntityPropertyChangePublishingTest.java |   3 +-
 .../JdoEntityPropertyChangePublishingTest2.java    | 169 -----------
 .../publishing/jdo/JdoExecutionPublishingTest.java |  15 +-
 .../applayer/ApplicationLayerTestFactory.java      | 308 +++++++++++++--------
 .../isis/testdomain/jdo/JdoInventoryResource.java  |   2 +-
 .../testdomain/util/rest/RestEndpointService.java  |   3 +
 .../RestServiceSimpifiedRepresentationTest.java    |   0
 .../isis/testdomain/rest/RestServiceTest.java      |   0
 starters/pom.xml                                   |   2 +-
 .../applib/IsisInteractionHandler.java             |  11 -
 tooling/pom.xml                                    |   2 +-
 valuetypes/asciidoc/ui/pom.xml                     |   4 +-
 54 files changed, 2044 insertions(+), 456 deletions(-)
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/XrayDataModel.java
 copy incubator/viewers/javafx/model/src/main/java/org/apache/isis/incubator/viewer/javafx/model/events/IsisModuleIncViewerJavaFxModel.java => commons/src/main/java/org/apache/isis/commons/internal/debug/xray/XrayEnable.java (70%)
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/XrayModel.java
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/XrayModelSimple.java
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/XrayUi.java
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/_SwingUtil.java
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/sequence/SequenceDiagram.java
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/sequence/_Graphics.java
 create mode 100644 commons/src/main/resources/xray/key-value.png
 create mode 100644 commons/src/main/resources/xray/sequence.png
 create mode 100644 commons/src/test/java/org/apache/isis/commons/internal/base/debug/XrayUiTest.java
 create mode 100644 core/runtime/src/main/java/org/apache/isis/core/runtime/events/_Xray.java
 create mode 100644 core/runtime/src/main/java/org/apache/isis/core/runtime/util/XrayUtil.java
 create mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/executor/_Xray.java
 create mode 100644 core/runtimeservices/src/main/java/org/apache/isis/core/runtimeservices/session/_Xray.java
 delete mode 100644 regressiontests/incubating/src/test/java/org/apache/isis/testdomain/applayer/publishing/jdo/JdoEntityPropertyChangePublishingTest2.java
 rename regressiontests/{incubating => stable}/src/test/java/org/apache/isis/testdomain/rest/RestServiceSimpifiedRepresentationTest.java (100%)
 rename regressiontests/{incubating => stable}/src/test/java/org/apache/isis/testdomain/rest/RestServiceTest.java (100%)