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 d8594f5 changes h2 config, ignore case; add p6spy logging.
add 0dc2c14 ISIS-2965 - updates to 2.0.0-M8 (jpa)
new 5419b18 resets back to 2.0.0-SNAPSHOT
new 956f58e adds extensions (but not fully tested)
new fb0c168 hacking...
new 58cfca5 cleans up.
new 11113fb updates to run using dynamic weaving.
new a084864 updates docs, for running in IDE.
The 6 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 | 1 +
README.adoc | 57 +++++++++++++++++---
lib/README.txt | 3 --
lib/spring-instrument-5.3.8.jar | Bin 7429 -> 0 bytes
lib/spring-instrument.jar | Bin 0 -> 7454 bytes
.../modules/simple/dom/so/SimpleObject.java | 9 ++--
.../modules/simple/dom/so/SimpleObjects.java | 3 --
.../src/test/resources/application-test.properties | 4 ++
.../src/test/resources/application-test.yml | 1 +
webapp/pom.xml | 37 +++++++++++++
.../main/java/domainapp/webapp/AppManifest.java | 19 +++++++
.../services/homepage/HomePageViewModel.java | 15 ++++--
webapp/src/main/resources/application.yml | 4 ++
.../main/resources/config/application.properties | 10 +++-
webapp/src/main/resources/menubars.layout.xml | 60 +++++++++++++++++++++
15 files changed, 198 insertions(+), 25 deletions(-)
delete mode 100644 lib/README.txt
delete mode 100644 lib/spring-instrument-5.3.8.jar
create mode 100644 lib/spring-instrument.jar
create mode 100644 webapp-tests/src/test/resources/application-test.properties