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

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


The following commit(s) were added to refs/heads/master by this push:
     new de07581  adds weaving config stub
de07581 is described below

commit de07581ec589ccf35345f1329bc72833ba881650
Author: andi-huber <[email protected]>
AuthorDate: Mon Feb 23 07:44:40 2026 +0100

    adds weaving config stub
---
 domain/src/main/resources/application.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/domain/src/main/resources/application.yml 
b/domain/src/main/resources/application.yml
index 7463683..2a709c0 100644
--- a/domain/src/main/resources/application.yml
+++ b/domain/src/main/resources/application.yml
@@ -121,7 +121,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:

Reply via email to