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/16 09:26:22 UTC

[isis] branch edge updated (fdfe01c -> 4d597c5)

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 fdfe01c  Bump vaadin.version from 19.0.0 to 19.0.1
     add 4d597c5  ISIS-2573: xray, sequence dia.: allow multi-line labels

No new revisions were added by this update.

Summary of changes:
 .../commons/internal/debug/xray/XrayDataModel.java |   2 +-
 .../debug/xray/sequence/SequenceDiagram.java       | 177 +++++++++++----------
 .../internal/debug/xray/sequence/_Graphics.java    | 137 ++++++++++++++++
 .../commons/internal/base/debug/XrayUiTest.java    |   4 +-
 4 files changed, 231 insertions(+), 89 deletions(-)
 create mode 100644 commons/src/main/java/org/apache/isis/commons/internal/debug/xray/sequence/_Graphics.java