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/09 21:31:58 UTC

[isis] branch ISIS-2619 updated (9a943da -> 78801a3)

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

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


    from 9a943da  ISIS-2619: moves domain events from jdo/jpa to api, for ApplicationPermission
     add 28058d7  ISIS-2619: moves domain events from jdo/jpa to api, for ApplicationRole
     add 78801a3  ISIS-2619: adds additional meta-annotations for ApplicationUser

No new revisions were added by this update.

Summary of changes:
 .../secman/api/role/dom/ApplicationRole.java       |  6 +++++
 .../secman/api/user/dom/ApplicationUser.java       | 28 ++++++++++++++++++++++
 .../dom/ApplicationUserRepositoryAbstract.java     |  2 +-
 .../secman/jdo/role/dom/ApplicationRole.java       | 19 ++++-----------
 .../secman/jpa/role/dom/ApplicationRole.java       | 19 +++++----------
 5 files changed, 46 insertions(+), 28 deletions(-)