This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
from 3edbb35 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
new 6160057 enables secman
new 39c7788 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
new 2ee93c4 fixes menubars
new ab7806d Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
The 4 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:
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