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/05/22 11:53:29 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated (e2a235c -> 5622265)

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

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


    from e2a235c  updates parent pom to 2.0.0-M5.20210516-0435-8f068035
     new 4a80224  removes test due to removed system mixin
     new ae48b21  bumps version
     new 1d31843  updates parent pom to 2.0.0-M5.20210522-0434-fb17f373
     new 5622265  removes commented out <version> from pom.xml

The 4 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:
 .../simple/integtests/tests/SimpleObject_IntegTest.java     | 13 -------------
 pom.xml                                                     |  5 +----
 2 files changed, 1 insertion(+), 17 deletions(-)

[isis-app-simpleapp] 02/04: bumps version

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ae48b2106b1147086ecbfd42db80dde593ebf307
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat May 22 09:16:20 2021 +0100

    bumps version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0f728f..05babf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,9 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M5.20210516-0435-8f068035</version>
+        <version>2.0.0-SNAPSHOT</version>
 <!--
-        <version>2.0.0-M5.20210423-0430-569e4464</version>
+        <version>2.0.0-M5.20210516-0435-8f068035</version>
 -->
         <relativePath/>
     </parent>

[isis-app-simpleapp] 03/04: updates parent pom to 2.0.0-M5.20210522-0434-fb17f373

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1d31843234603100fe7fdcbd6ee486b644e201cc
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat May 22 09:16:56 2021 +0100

    updates parent pom to 2.0.0-M5.20210522-0434-fb17f373
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05babf6..982348c 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-SNAPSHOT</version>
+        <version>2.0.0-M5.20210522-0434-fb17f373</version>
 <!--
         <version>2.0.0-M5.20210516-0435-8f068035</version>
 -->

[isis-app-simpleapp] 01/04: removes test due to removed system mixin

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4a80224ef72bdd16361b00007a5270d3e36c658d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat May 22 09:16:11 2021 +0100

    removes test due to removed system mixin
---
 .../simple/integtests/tests/SimpleObject_IntegTest.java     | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/module-simple-tests/src/test/java/domainapp/modules/simple/integtests/tests/SimpleObject_IntegTest.java b/module-simple-tests/src/test/java/domainapp/modules/simple/integtests/tests/SimpleObject_IntegTest.java
index c87098c..1c2a331 100644
--- a/module-simple-tests/src/test/java/domainapp/modules/simple/integtests/tests/SimpleObject_IntegTest.java
+++ b/module-simple-tests/src/test/java/domainapp/modules/simple/integtests/tests/SimpleObject_IntegTest.java
@@ -16,7 +16,6 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
 import org.apache.isis.applib.annotation.DomainService;
 import org.apache.isis.applib.services.wrapper.DisabledException;
 import org.apache.isis.applib.services.wrapper.InvalidException;
-import org.apache.isis.persistence.jdo.datanucleus.mixins.Persistable_datanucleusIdLong;
 
 import lombok.Getter;
 
@@ -88,16 +87,4 @@ public class SimpleObject_IntegTest extends SimpleModuleIntegTestAbstract {
         }
     }
 
-    public static class dataNucleusId extends SimpleObject_IntegTest {
-
-        @Test
-        public void should_be_populated() {
-            // when
-            final Long id = mixin(Persistable_datanucleusIdLong.class, simpleObject).prop();
-
-            // then
-            assertThat(id).isGreaterThanOrEqualTo(0);
-        }
-    }
-
 }

[isis-app-simpleapp] 04/04: removes commented out from pom.xml

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 562226512a06b4066261ea036b8786f6941a8b75
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat May 22 12:53:04 2021 +0100

    removes commented out <version> from pom.xml
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 982348c..a9bc64a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,6 @@
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
         <version>2.0.0-M5.20210522-0434-fb17f373</version>
-<!--
-        <version>2.0.0-M5.20210516-0435-8f068035</version>
--->
         <relativePath/>
     </parent>