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 2018/09/08 15:53:25 UTC

[isis] branch master updated (ce78f27 -> 7baf89b)

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 ce78f27  ISIS-1982: UI: CollectionSelectionPanel replace split button by normal button
     add 53332a2  ISIS-1979: Refactor logging in headless runtime and prevent configuring log4j twice
     new 7baf89b  Merge pull request #122 from blaugold/ISIS-1979

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:
 .../runtime/logging/IsisLoggingConfigurer.java     | 13 ++++---
 .../HeadlessWithBootstrappingAbstract.java         | 41 ++++++++-------------
 .../isis/core/runtime/headless/IsisSystem.java     | 42 +++-------------------
 .../runtime/headless/IsisSystemBootstrapper.java   | 35 +++++-------------
 .../runtime/headless/logging/LeveledLogger.java    | 36 +++++++++++++++++++
 .../core/runtime/headless/logging/LogStream.java   | 31 ++++------------
 6 files changed, 77 insertions(+), 121 deletions(-)
 create mode 100644 core/runtime/src/main/java/org/apache/isis/core/runtime/headless/logging/LeveledLogger.java


[isis] 01/01: Merge pull request #122 from blaugold/ISIS-1979

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

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

commit 7baf89b4b278193cbcb01d7ee691f8c7175b682f
Merge: ce78f27 53332a2
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Sat Sep 8 17:53:22 2018 +0200

    Merge pull request #122 from blaugold/ISIS-1979
    
    ISIS-1979: Refactor logging in headless runtime and prevent configuriā€¦

 .../runtime/logging/IsisLoggingConfigurer.java     | 13 ++++---
 .../HeadlessWithBootstrappingAbstract.java         | 41 ++++++++-------------
 .../isis/core/runtime/headless/IsisSystem.java     | 42 +++-------------------
 .../runtime/headless/IsisSystemBootstrapper.java   | 35 +++++-------------
 .../runtime/headless/logging/LeveledLogger.java    | 36 +++++++++++++++++++
 .../core/runtime/headless/logging/LogStream.java   | 31 ++++------------
 6 files changed, 77 insertions(+), 121 deletions(-)