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 2022/08/29 10:45:25 UTC

[isis-app-simpleapp] branch jpa-SNAPSHOT updated (9674161 -> 2ee93c4)

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

danhaywood pushed a change to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


    from 9674161  adds in wicket viewer applib mixins (clearHint)
     add 6160057  enables secman
     add 2ee93c4  fixes menubars

No new revisions were added by this update.

Summary of changes:
 README.adoc                                        | 22 ++++--
 webapp/pom.xml                                     | 14 ++--
 .../main/java/domainapp/webapp/AppManifest.java    |  6 +-
 .../application/seed/CustomRolesAndUsers.java      | 61 +++++++++++++++++
 .../application/seed/SeedSecurityService.java      | 38 ++++++++++
 webapp/src/main/resources/application.yml          | 14 ++++
 .../main/resources/config/application.properties   |  3 +-
 webapp/src/main/resources/menubars.layout.xml      | 80 ++++++++++------------
 8 files changed, 182 insertions(+), 56 deletions(-)
 create mode 100644 webapp/src/main/java/domainapp/webapp/application/seed/CustomRolesAndUsers.java
 create mode 100644 webapp/src/main/java/domainapp/webapp/application/seed/SeedSecurityService.java