This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
from 554503f Merge branch 'jpa' into jdo
add 8ad5866 Revert "2.0.0-SNAPSHOT -> 2.0.0-RC3"
add e133cd9 Revert "2.0.0-SNAPSHOT -> 2.0.0-RC3"
add 916c829 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add a4df561 themes
add 8ceaa87 themes
add 7319eca CAUSEWAY-3630: [Wicket Viewer] Simplified Tabular Data
Integration
add 995061b CAUSEWAY-3630: [Wicket Viewer] Simplified Tabular Data
Integration
add 0ba42a9 updates script to update to latest nightly
add cf749e3 fixes reference to layoutloaders
add 0af1c53 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add ed5e9a2 adds @DirtiesContext as a workaround for MetaModelContext
being a singleton
add e22ada1 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add b5b4a92 adds back in calendar view for jpa manifest
add 9f48676 Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add 7b0c88c enables actuator endpoint and build-info
add 3ffec9b Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
add f08bd1e CAUSEWAY-3627 - updates to 2.0.0-RC4 (jdo)
add a6e50b0 CAUSEWAY-3627 - updates to 2.0.0-RC4 (jpa)
add cfb58fd CAUSEWAY-3627 - updates to 2.0.0-RC4 (jpa)
add a0cb6f6 CAUSEWAY-3627 - merges jpa branch to jdo, resolve conflicts
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 | 1 +
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 | 8 ++-
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, 167 insertions(+), 27 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