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/04/22 10:03:00 UTC

[isis] branch master updated (5cbc173 -> 0411cae)

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 5cbc173  ISIS-2620: command-log ext.: prepare a jpa variant (stub)
     add 658d594  ISIS-2614 : cleans up secman imports and references
     new 0411cae  Merge pull request #488 from apache/ISIS-2614

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:
 .../secman/api/role/ApplicationRoleRepository.java |  5 ++++
 .../secman/api/user/ApplicationUserRepository.java |  8 ++++++
 .../secman/model/IsisModuleExtSecmanModel.java     | 30 +++++++++++++++++---
 .../dom/feature/ApplicationFeatureViewModel.java   | 25 +++++++----------
 .../model/dom/feature/ApplicationTypeMember.java   |  7 ++---
 .../secman/model/dom/role/ApplicationRoleMenu.java | 10 ++++---
 extensions/security/secman/persistence-jdo/pom.xml | 23 ++++++++--------
 .../jdo/IsisModuleExtSecmanPersistenceJdo.java     | 32 ++++++++++++++++++----
 .../jdo/dom/role/ApplicationRoleRepository.java    | 28 +++++++++++--------
 .../AbstractRoleAndPermissionsFixtureScript.java   | 14 ++++------
 extensions/security/secman/persistence-jpa/pom.xml | 29 +++++++++-----------
 .../jpa/IsisModuleExtSecmanPersistenceJpa.java     | 17 ++++++++----
 12 files changed, 143 insertions(+), 85 deletions(-)

[isis] 01/01: Merge pull request #488 from apache/ISIS-2614

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 0411cae6a9f6b4465e2645883cfbf8615a68e049
Merge: 5cbc173 658d594
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Apr 22 12:02:44 2021 +0200

    Merge pull request #488 from apache/ISIS-2614
    
    ISIS-2614 : cleans up secman imports and references

 .../secman/api/role/ApplicationRoleRepository.java |  5 ++++
 .../secman/api/user/ApplicationUserRepository.java |  8 ++++++
 .../secman/model/IsisModuleExtSecmanModel.java     | 30 +++++++++++++++++---
 .../dom/feature/ApplicationFeatureViewModel.java   | 25 +++++++----------
 .../model/dom/feature/ApplicationTypeMember.java   |  7 ++---
 .../secman/model/dom/role/ApplicationRoleMenu.java | 10 ++++---
 extensions/security/secman/persistence-jdo/pom.xml | 23 ++++++++--------
 .../jdo/IsisModuleExtSecmanPersistenceJdo.java     | 32 ++++++++++++++++++----
 .../jdo/dom/role/ApplicationRoleRepository.java    | 28 +++++++++++--------
 .../AbstractRoleAndPermissionsFixtureScript.java   | 14 ++++------
 extensions/security/secman/persistence-jpa/pom.xml | 29 +++++++++-----------
 .../jpa/IsisModuleExtSecmanPersistenceJpa.java     | 17 ++++++++----
 12 files changed, 143 insertions(+), 85 deletions(-)