You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jo...@apache.org on 2022/01/22 14:52:18 UTC

[isis] branch master updated (43d196c -> d4ed98d)

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

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


    from 43d196c  ISIS-2944: fixes non-public member support detection when inherited without overriding
     add 7930e04  ISIS-2878 kroviz entry amended to index.html
     add 054b02b  ISIS-2878 gradle clean jar -> kroviz/build/libs/kroviz-2.0.0-SNAPSHOT.jar with all files in /resources/static/
     add f7b77d0  ISIS-2878 kroviz jar with path /static/ added as dependency, but reference kroviz/index.html yields a http 404
     add c9ff9ae  ISIS-2878 kroviz jar with path /public, kroviz/index.html now yields a valid reponse
     add ccf1e5f  ISIS-2878 additional null checks required (runtime only !!!) - else access from Tabulator.js would fail
     add 425f49c  ISIS-2878 kroviz jar integrated in demo
     add 4bc681a  ISIS-2878 clean added to gradle invocation
     add caee01e  ISIS-2878 build added to gradle invocation, extra execution for rename
     add d963073  ISIS-2878 set version for exec-maven-plugin
     add 31c0b32  ISIS-2878 specify name and version in copy command
     new d4ed98d  Merge pull request #817 from apache/ISIS-2878

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/demo/domain/pom.xml                       | 54 +++++++------
 .../domain/src/main/resources/static/index.html    | 11 +++
 examples/demo/pom.xml                              |  5 ++
 incubator/clients/kroviz/build.gradle.kts          |  7 +-
 incubator/clients/kroviz/pom.xml                   | 94 +++++++++++++++-------
 .../isis/client/kroviz/core/event/LogEntry.kt      |  7 +-
 incubator/pom.xml                                  |  2 +-
 7 files changed, 118 insertions(+), 62 deletions(-)

[isis] 01/01: Merge pull request #817 from apache/ISIS-2878

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d4ed98df5761a68b62479d6c6989634c70146b0e
Merge: 43d196c 31c0b32
Author: Jörg Rade <jo...@kuehne-nagel.com>
AuthorDate: Sat Jan 22 15:52:09 2022 +0100

    Merge pull request #817 from apache/ISIS-2878
    
    Isis 2878

 examples/demo/domain/pom.xml                       | 54 +++++++------
 .../domain/src/main/resources/static/index.html    | 11 +++
 examples/demo/pom.xml                              |  5 ++
 incubator/clients/kroviz/build.gradle.kts          |  7 +-
 incubator/clients/kroviz/pom.xml                   | 94 +++++++++++++++-------
 .../isis/client/kroviz/core/event/LogEntry.kt      |  7 +-
 incubator/pom.xml                                  |  2 +-
 7 files changed, 118 insertions(+), 62 deletions(-)