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 300fab9 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add 0dc2c14 ISIS-2965 - updates to 2.0.0-M8 (jpa)
add 5419b18 resets back to 2.0.0-SNAPSHOT
add 956f58e adds extensions (but not fully tested)
add fb0c168 hacking...
add 58cfca5 cleans up.
add 11113fb updates to run using dynamic weaving.
add a084864 updates docs, for running in IDE.
new bde58b4 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
new cf71005 minor doc improvements
new 9674161 adds in wicket viewer applib mixins (clearHint)
new 3edbb35 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:
.run/SimpleApp.run.xml | 4 +-
README.adoc | 57 +++++++++++++++++---
.../domainapp/modules/simple/SimpleModule.java | 4 +-
.../modules/simple/dom/so/SimpleObject.java | 13 +++--
.../modules/simple/dom/so/SimpleObjects.java | 3 --
.../src/test/resources/application-test.properties | 1 +
webapp/pom.xml | 43 +++++++++++++++-
.../main/java/domainapp/webapp/AppManifest.java | 23 +++++++++
.../services/homepage/HomePageViewModel.java | 15 ++++--
webapp/src/main/resources/application.yml | 4 ++
.../main/resources/config/application.properties | 4 +-
webapp/src/main/resources/menubars.layout.xml | 60 ++++++++++++++++++++++
12 files changed, 203 insertions(+), 28 deletions(-)
create mode 100644 webapp-tests/src/test/resources/application-test.properties