You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/05/30 20:18:44 UTC

[isis] branch master updated (801802d -> 643cdd8)

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

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


    from 801802d  ISIS-2706: add mignotes
     add 2329561  ISIS-2699: deprecates SecmanConfiguration in favour of config properties
     add 0abc75f  ISIS-2699: adds config props for PermissionsEvaluationService also
     add b5facd3  ISIS-2699: updates docs for secman
     new 643cdd8  Merge pull request #569 from apache/ISIS-2699

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:
 .../apache/isis/core/config/IsisConfiguration.java | 187 +++++++++++++++++++++
 .../adoc/modules/secman/pages/setting-up.adoc      | 109 ++++++------
 .../secman/applib/IsisModuleExtSecmanApplib.java   |  16 +-
 .../secman/applib/SecmanAutoConfiguration.java     |  53 ++++++
 .../secman/applib/SecmanConfiguration.java         | 137 +++++----------
 ...PermissionsEvaluationServiceAllowBeatsVeto.java |   3 +
 ...PermissionsEvaluationServiceVetoBeatsAllow.java |   3 +
 .../src/main/resources/META-INF/spring.factories   |   2 +
 8 files changed, 355 insertions(+), 155 deletions(-)
 create mode 100644 extensions/security/secman/applib/src/main/java/org/apache/isis/extensions/secman/applib/SecmanAutoConfiguration.java
 create mode 100644 extensions/security/secman/applib/src/main/resources/META-INF/spring.factories

[isis] 01/01: Merge pull request #569 from apache/ISIS-2699

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

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

commit 643cdd8525bd166e781a3003e773df11e612a5ba
Merge: 801802d b5facd3
Author: Dan Haywood <da...@apache.org>
AuthorDate: Sun May 30 21:18:34 2021 +0100

    Merge pull request #569 from apache/ISIS-2699
    
    Isis 2699: adds config props to allow SecmanConfiguration and PermissionsEvaluationService to be defined using config properties

 .../apache/isis/core/config/IsisConfiguration.java | 187 +++++++++++++++++++++
 .../adoc/modules/secman/pages/setting-up.adoc      | 109 ++++++------
 .../secman/applib/IsisModuleExtSecmanApplib.java   |  16 +-
 .../secman/applib/SecmanAutoConfiguration.java     |  53 ++++++
 .../secman/applib/SecmanConfiguration.java         | 137 +++++----------
 ...PermissionsEvaluationServiceAllowBeatsVeto.java |   3 +
 ...PermissionsEvaluationServiceVetoBeatsAllow.java |   3 +
 .../src/main/resources/META-INF/spring.factories   |   2 +
 8 files changed, 355 insertions(+), 155 deletions(-)