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

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


The following commit(s) were added to refs/heads/v2 by this push:
     new c7c5e6c  static weaving safeguard config stub
c7c5e6c is described below

commit c7c5e6c4c3a97214c3ebc9e6b7275f02f79b5c59
Author: andi-huber <[email protected]>
AuthorDate: Mon Feb 23 08:34:31 2026 +0100

    static weaving safeguard config stub
---
 domain/src/main/resources/application.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/domain/src/main/resources/application.yml 
b/domain/src/main/resources/application.yml
index 65cc430..2c05275 100644
--- a/domain/src/main/resources/application.yml
+++ b/domain/src/main/resources/application.yml
@@ -118,7 +118,9 @@ causeway:
   # schema auto creation etc. ...
   persistence:
     schema:
-       autoCreateSchemas: 
causewayExtSecman,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog,causewayExtAuditTrail,demo
+      autoCreateSchemas: 
causewayExtSecman,causewayExtCommandLog,causewayExtExecutionLog,causewayExtExecutionOutbox,causewayExtSessionLog,causewayExtAuditTrail,demo
+    #weaving:
+      #safeguardMode: REQUIRE_WEAVED
 
   extensions:
     secman:
@@ -158,6 +160,9 @@ datanucleus:
       type: none
       mode: ENABLE_SELECTIVE
 
+eclipselink:
+  weaving: static
+      
 resteasy:
   jaxrs:
     app:

Reply via email to