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 2021/03/20 15:00:04 UTC

[isis-app-helloworld] branch jpa-SNAPSHOT updated: workaround for ISIS-2583

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 a7fdc3d  workaround for ISIS-2583
a7fdc3d is described below

commit a7fdc3d359639e8db0b4a1f3a8a8113dce5a5254
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 20 14:59:51 2021 +0000

    workaround for ISIS-2583
---
 src/main/resources/application.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c1a8fde..21b0664 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -48,6 +48,12 @@ isis:
       auto-create-schemas: hello
       create-schema-sql-template: "CREATE SCHEMA IF NOT EXISTS %S"
 
+# workaround for https://issues.apache.org/jira/browse/ISIS-2583: not used, but needed to prevent NPE
+datanucleus:
+  cache:
+    level2:
+      type: soft
+
 resteasy:
   jaxrs:
     app: