This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
from 2139995 Merge branch 'release-2.0.0-RC3-RC1-jpa' into jpa
add e133cd9 Revert "2.0.0-SNAPSHOT -> 2.0.0-RC3"
add a4df561 themes
add 8ceaa87 themes
add 7319eca CAUSEWAY-3630: [Wicket Viewer] Simplified Tabular Data
Integration
add 0ba42a9 updates script to update to latest nightly
add cf749e3 fixes reference to layoutloaders
add ed5e9a2 adds @DirtiesContext as a workaround for MetaModelContext
being a singleton
add b5b4a92 adds back in calendar view for jpa manifest
add 7b0c88c enables actuator endpoint and build-info
add a6e50b0 CAUSEWAY-3627 - updates to 2.0.0-RC4 (jpa)
add cfb58fd CAUSEWAY-3627 - updates to 2.0.0-RC4 (jpa)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 36 ++++++++++
.gitignore | 2 +
module-simple-tests/pom.xml | 2 +-
.../integtests/tests/SimpleObjects_IntegTest.java | 6 +-
module-simple/pom.xml | 2 +-
pom.xml | 4 +-
update-parent.sh | 15 -----
update-to-latest-nightly.sh | 15 +++++
webapp-tests/pom.xml | 2 +-
.../metamodel/ValidateDomainModel_IntegTest.java | 3 +
.../webapp/integtests/smoke/Smoke_IntegTest.java | 2 +
webapp/pom.xml | 23 ++++++-
.../main/java/domainapp/webapp/AppManifest.java | 9 ++-
webapp/src/main/resources/application.yml | 76 +++++++++++++++++++++-
webapp/src/main/resources/config/.gitignore | 1 +
webapp/src/main/resources/menubars.layout.xml | 2 +
16 files changed, 169 insertions(+), 31 deletions(-)
create mode 100644 .asf.yaml
delete mode 100644 update-parent.sh
create mode 100644 update-to-latest-nightly.sh
create mode 100644 webapp/src/main/resources/config/.gitignore