You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/08/26 13:27:15 UTC

[isis-app-helloworld] branch jpa-SNAPSHOT updated: adds eclipselink.weaving properties

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

danhaywood 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 c9491cb  adds eclipselink.weaving properties
c9491cb is described below

commit c9491cb4e3fe377aaaec6f499ccf3069719f278b
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Aug 26 14:27:07 2022 +0100

    adds eclipselink.weaving properties
---
 src/main/resources/config/application.properties | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties
index 7e5b73b..9100e3a 100644
--- a/src/main/resources/config/application.properties
+++ b/src/main/resources/config/application.properties
@@ -17,6 +17,11 @@ spring.datasource.driver-class-name=org.h2.Driver
 isis.persistence.schema.create-schema-sql-template=CREATE SCHEMA IF NOT EXISTS %s
 isis.persistence.schema.auto-create-schemas=hello
 
+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
 eclipselink.ddl-generation=create-tables