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/20 18:28:04 UTC

[isis] branch master updated (b2a47f7 -> 222fc71)

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 b2a47f7  ISIS-2450: fixes empty props in ConfigurationViewServiceDefault
     add 16b365f  ISIS-2573: xray: further integrate MemberExecutorServiceDefault
     add bc4f5c4  ISIS-2573: xray seq.: semi-smart line breaking on participant labels
     add 989657f  Bump pdfbox from 2.0.22 to 2.0.23
     add 13e3f78  Bump ognl from 3.2.18 to 3.2.19
     add f3fbd3d  Bump spring-boot-starter-parent from 2.4.3 to 2.4.4
     add 9451257  Bump spring-boot-maven-plugin from 2.4.3 to 2.4.4
     add 41acf8c  Bump spring-boot-starter-quartz from 2.4.3 to 2.4.4
     add 3a34ff7  ISIS-2573: xray seq.: add MemberExecutorService as participant
     add 29a219c  ISIS-2573: add some missing java-doc to Can
     add 830e7a5  ISIS-2583: IsisModuleCoreConfig.ConfigProps: fix potential NPE if config is absent
     add 222fc71  ISIS-2573: prepare ff of 'master'

No new revisions were added by this update.

Summary of changes:
 .../org/apache/isis/commons/collections/Can.java   |  49 ++++++++++
 .../apache/isis/commons/internal/base/_Text.java   |  54 +++++++++++
 .../debug/xray/sequence/SequenceDiagram.java       |   7 +-
 .../internal/debug/xray/sequence/_Graphics.java    |   4 +-
 .../isis/core/config/IsisModuleCoreConfig.java     |   9 +-
 .../interaction/session/InteractionTracker.java    |   3 +
 core/pom.xml                                       |   6 +-
 .../org/apache/isis/core/runtime/events/_Xray.java |   2 -
 .../apache/isis/core/runtime/util/XrayUtil.java    |   4 +
 .../executor/MemberExecutorServiceDefault.java     |   7 +-
 .../isis/core/runtimeservices/executor/_Xray.java  | 100 ++++++++++++++++++---
 .../session/InteractionFactoryDefault.java         |   5 ++
 .../isis/core/runtimeservices/session/_Xray.java   |  18 ++--
 .../java/demoapp/webapp/wicket/DemoAppWicket.java  |   1 +
 isis-parent/pom.xml                                |   2 +-
 starters/pom.xml                                   |   4 +-
 16 files changed, 237 insertions(+), 38 deletions(-)