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 2019/09/30 19:05:23 UTC

[isis] branch v2 updated (32bde33 -> 3269440)

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

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


    from 32bde33  ISIS-2158: re-wires the RuntimeEventService, fixes sec-man seed
     add c091454  ISIS-2086: refactors 'isis.authentication.shiro.autoLogoutIfAlreadyAuthenticated' to type-safe config
     add 37e390c  ISIS-2086: deletes Slf4jLogger
     add b5e437b  ISIS-2086: refactors 'isis.viewer.restfulobjects.honorUiHints' to type-safe config
     add b817f98  ISIS-2086: refactors 'isis.viewer.restfulobjects.XXX' (7 more of them) to type-safe config
     new 3269440  Merge pull request #148 from apache/ISIS-2086

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:
 .../org/apache/isis/config/IsisConfiguration.java  | 31 ++++----
 .../DomainServiceFacetAnnotationFactory.java       |  4 +-
 ...jectSpecIdFacetDerivedFromClassNameFactory.java |  2 +-
 .../isis/jdo/persistence/PersistenceSession5.java  |  2 +-
 .../persistence/objectstore/Slf4jLogger.java       | 90 ----------------------
 .../shiro/authentication/ShiroAuthenticator.java   | 13 ++--
 .../restfulobjects/server/ResourceContext.java     | 27 ++-----
 7 files changed, 36 insertions(+), 133 deletions(-)
 delete mode 100644 core/runtime/src/main/java/org/apache/isis/runtime/persistence/objectstore/Slf4jLogger.java


[isis] 01/01: Merge pull request #148 from apache/ISIS-2086

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

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

commit 3269440c575182025e0f254df5ed0bca9393616c
Merge: 32bde33 b817f98
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Sep 30 21:05:17 2019 +0200

    Merge pull request #148 from apache/ISIS-2086
    
    more work on config beans

 .../org/apache/isis/config/IsisConfiguration.java  | 31 ++++----
 .../DomainServiceFacetAnnotationFactory.java       |  4 +-
 ...jectSpecIdFacetDerivedFromClassNameFactory.java |  2 +-
 .../isis/jdo/persistence/PersistenceSession5.java  |  2 +-
 .../persistence/objectstore/Slf4jLogger.java       | 90 ----------------------
 .../shiro/authentication/ShiroAuthenticator.java   | 13 ++--
 .../restfulobjects/server/ResourceContext.java     | 27 ++-----
 7 files changed, 36 insertions(+), 133 deletions(-)