This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v4-jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
from 2f039fc upstream changes
add 7666b11 updates to use static weaving, cleans up README
add edd09b8 removes timeline config
add 4a906ce Bump com.microsoft.sqlserver:mssql-jdbc in /webapp
add 3d1849d adds build.sh and run.sh
add 2aa2211 adds static weave run config for IntelliJ
add 3d299a9 removes java agent call (now static weaving)
add d70c873 updates to 4.0.0-M2
add ab7311c refactors integ tests, to support junit nested classes
properly
add 8f113e8 more work on integ tests
add d10de84 CAUSEWAY-3990: fixes for static weaving
new db82f3d updates v4-jpa snapshot to 4.0.0-M2
The 1 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 (jpa).run.xml | 3 +-
...p-jpa-module-simple [eclipselink_weave].run.xml | 32 ++++
README.adoc | 56 +------
build.sh | 1 +
lib/spring-instrument.jar | Bin 7454 -> 0 bytes
module-simple-tests/pom.xml | 20 +--
.../simple}/SimpleModuleIntegTestAbstract.java | 4 +-
.../simple/dom}/SimpleObject_IntegTest.java | 26 ++-
.../simple/dom}/SimpleObjects_IntegTest.java | 21 ++-
.../resources/application-test.yml | 0
module-simple/pom.xml | 18 +-
pom.xml | 184 ++++++++++++++++++++-
run.sh | 1 +
serve-timeline.sh | 38 -----
update-to-latest-nightly.sh | 15 --
webapp-tests/pom.xml | 17 +-
.../domainapp/webapp}/WebAppIntegTestAbstract.java | 2 +-
.../webapp}/metamodel/SwaggerExport_IntegTest.java | 4 +-
.../metamodel/ValidateDomainModel_IntegTest.java | 5 +-
.../domainapp/webapp}/smoke/Smoke_IntegTest.java | 8 +-
.../resources/application-test.properties | 0
.../resources/application-test.yml | 0
webapp/pom.xml | 9 +-
webapp/src/main/resources/application.yml | 7 +-
24 files changed, 269 insertions(+), 202 deletions(-)
create mode 100644 .run/simpleapp-jpa-module-simple [eclipselink_weave].run.xml
create mode 100755 build.sh
delete mode 100644 lib/spring-instrument.jar
rename module-simple-tests/src/{test/java/domainapp/modules/simple/integtests
=> test-integ/java/domainapp/modules/simple}/SimpleModuleIntegTestAbstract.java
(95%)
rename
module-simple-tests/src/{test/java/domainapp/modules/simple/integtests/tests =>
test-integ/java/domainapp/modules/simple/dom}/SimpleObject_IntegTest.java (74%)
rename
module-simple-tests/src/{test/java/domainapp/modules/simple/integtests/tests =>
test-integ/java/domainapp/modules/simple/dom}/SimpleObjects_IntegTest.java (86%)
rename module-simple-tests/src/{test =>
test-integ}/resources/application-test.yml (100%)
create mode 100755 run.sh
delete mode 100644 serve-timeline.sh
delete mode 100644 update-to-latest-nightly.sh
rename webapp-tests/src/{test/java/domainapp/webapp/integtests =>
test-integ/java/domainapp/webapp}/WebAppIntegTestAbstract.java (98%)
rename webapp-tests/src/{test/java/domainapp/webapp/integtests =>
test-integ/java/domainapp/webapp}/metamodel/SwaggerExport_IntegTest.java (90%)
rename webapp-tests/src/{test/java/domainapp/webapp/integtests =>
test-integ/java/domainapp/webapp}/metamodel/ValidateDomainModel_IntegTest.java
(80%)
rename webapp-tests/src/{test/java/domainapp/webapp/integtests =>
test-integ/java/domainapp/webapp}/smoke/Smoke_IntegTest.java (93%)
rename webapp-tests/src/{test =>
test-integ}/resources/application-test.properties (100%)
rename webapp-tests/src/{test => test-integ}/resources/application-test.yml
(100%)