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

ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new e73b06a  deactivate weaving in application.properties
e73b06a is described below

commit e73b06a7cb6c3a93bf9d221be0aea8b2fbab5512
Author: Andi Huber <[email protected]>
AuthorDate: Mon Oct 24 20:02:00 2022 +0200

    deactivate weaving in application.properties
---
 src/main/resources/config/application.properties | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/config/application.properties 
b/src/main/resources/config/application.properties
index aaccddf..a944c09 100644
--- a/src/main/resources/config/application.properties
+++ b/src/main/resources/config/application.properties
@@ -7,7 +7,6 @@
 # See also /application.yml
 #
 
-
 spring.flyway.enabled=false
 
 spring.sql.init.platform=h2
@@ -17,10 +16,10 @@ spring.datasource.driver-class-name=org.h2.Driver
 causeway.persistence.schema.create-schema-sql-template=CREATE SCHEMA IF NOT 
EXISTS %s
 causeway.persistence.schema.auto-create-schemas=hello
 
-eclipselink.weaving=true
-eclipselink.weaving.changetracking=true
-eclipselink.weaving.internal=true
-eclipselink.weaving.lazy=true
+#eclipselink.weaving=true
+#eclipselink.weaving.changetracking=true
+#eclipselink.weaving.internal=true
+#eclipselink.weaving.lazy=true
 
 eclipselink.deploy-on-startup=true
 eclipselink.ddl-generation.output-mode=both

Reply via email to