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/04/05 09:49:44 UTC

[isis-app-simpleapp] branch jpa-SNAPSHOT updated (9befa5c -> 5b388c4)

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

danhaywood pushed a change to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git.


    from 9befa5c  Merge branch 'jdo' into jpa-SNAPSHOT
     new 7859a2c  bumps to latest nightly
     add cc07512  bumps to latest nightly
     new 43933e3  Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT
     new 5b388c4  removes workaround for ISIS-2583

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                   | 2 +-
 webapp/src/main/resources/application.yml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

[isis-app-simpleapp] 02/03: Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT

Posted by da...@apache.org.
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-simpleapp.git

commit 43933e363bb14cb3d751828ac80a930e4c43661d
Merge: 7859a2c cc07512
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Apr 4 12:00:15 2021 +0100

    Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT


[isis-app-simpleapp] 03/03: removes workaround for ISIS-2583

Posted by da...@apache.org.
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-simpleapp.git

commit 5b388c4427b5c06e575d19e148001f71ac59b1ce
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Apr 5 10:49:35 2021 +0100

    removes workaround for ISIS-2583
---
 webapp/src/main/resources/application.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/webapp/src/main/resources/application.yml b/webapp/src/main/resources/application.yml
index 1add5af..deb1d70 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -102,8 +102,3 @@ app:
           message: "'{character}' is invalid."
           prohibited-characters: "&%$!"
 
-# workaround for https://issues.apache.org/jira/browse/ISIS-2583: not used, but needed to prevent NPE
-datanucleus:
-  cache:
-    level2:
-      type: soft

[isis-app-simpleapp] 01/03: bumps to latest nightly

Posted by da...@apache.org.
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-simpleapp.git

commit 7859a2c2adb260147523b8418d41d2b2010045fd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Apr 4 11:55:30 2021 +0100

    bumps to latest nightly
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b23b02..ec0076c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M5</version>
+        <version>2.0.0-M5.20210403-0430-d1a7ac64</version>
         <relativePath/>
     </parent>