This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 4d6b381  config migration
4d6b381 is described below

commit 4d6b381152016cc743da9e645534b3f0348fd52d
Author: a.huber <[email protected]>
AuthorDate: Tue Sep 23 08:32:19 2025 +0200

    config migration
---
 domain/src/main/resources/application.yml | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/domain/src/main/resources/application.yml 
b/domain/src/main/resources/application.yml
index 0029d66..4036710 100644
--- a/domain/src/main/resources/application.yml
+++ b/domain/src/main/resources/application.yml
@@ -114,6 +114,9 @@ causeway:
       dialog-mode: sidebar
       dialog-mode-for-menu: modal
       disable-reason-explanation-in-prototyping-mode-enabled: false
+      
+    restfulobjects:
+      base-path: /restful
 
   # schema auto creation etc. ...
   persistence:
@@ -143,27 +146,6 @@ causeway:
         recreate: demoapp.dom._infra.fixtures.DemoFixtureScript
         run-script-default: demoapp.dom._infra.fixtures.DemoFixtureScript
 
-# note that properties under 'datanucleus' must use camelCase rather than 
kebab-case
-datanucleus:
-  schema:
-    validateTables: true
-    validateConstraints: true
-
-  persistenceByReachabilityAtCommit: false
-  identifier:
-    case: MixedCase
-
-  cache:
-    level2:
-      type: none
-      mode: ENABLE_SELECTIVE
-
-resteasy:
-  jaxrs:
-    app:
-      registration: beans
-    defaultPath: "/restful"
-
 server:
   http2:
     enabled: true
@@ -179,13 +161,6 @@ spring:
   quartz:
     job-store-type: memory
 
-vaadin:
-  compatibilityMode: false
-  whitelisted-packages: com.vaadin
-  urlMapping: "/vaadin/*"
-  servlet:
-      productionMode: true
-
 management:
   endpoint:
     health:

Reply via email to