This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch CAUSEWAY-3662 in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit 367bfedc796ab5c203a3c2bca28c31f79c42b722 Merge: fbae160 7252a2a Author: Andi Huber <[email protected]> AuthorDate: Thu Mar 14 18:09:30 2024 +0100 merge from JPA branch .editorconfig | 10 +++++++++- .../domainapp/modules/simple/dom/so/SimpleObjects.java | 3 +-- webapp/pom.xml | 5 +++++ webapp/src/main/java/domainapp/webapp/AppManifest.java | 6 ++++++ .../domainapp/webapp/custom/restapi/CustomController.java | 8 +++++--- .../main/java/domainapp/webapp/quartz/job/SampleJob.java | 6 ++++-- webapp/src/main/resources/application.yml | 14 ++++++++++++++ webapp/src/main/resources/config/application.properties | 4 ++++ webapp/src/main/resources/static/index.html | 12 +++++++++++- 9 files changed, 59 insertions(+), 9 deletions(-) diff --cc webapp/pom.xml index d7355a1,9e67d66..511ef6d --- a/webapp/pom.xml +++ b/webapp/pom.xml @@@ -181,9 -184,14 +181,14 @@@ <dependency> <groupId>org.apache.causeway.extensions</groupId> - <artifactId>causeway-extensions-executionoutbox-persistence-jpa</artifactId> + <artifactId>causeway-extensions-executionoutbox-persistence-jdo</artifactId> </dependency> + <dependency> + <groupId>org.apache.causeway.viewer</groupId> + <artifactId>causeway-viewer-graphql-viewer</artifactId> + </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-actuator-autoconfigure</artifactId>
