You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/22 09:29:19 UTC

[isis-app-simpleapp] branch jdo updated (9a908cf -> f1d87a6)

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

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


    from 9a908cf  fixes tests for jdo
     add ddf5559  fixes webapp launch with build against current Apache Isis 'master'
     add c392af1  fixes tests
     add 3e21ec0  Merge branch 'jdo' into v2.0.0-jdo-SNAPSHOT
     new f1d87a6  Merge pull request #3 from apache/v2.0.0-jdo-SNAPSHOT

The 1 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:
 .../domainapp/modules/simple/SimpleModule.java     |  8 ++--
 .../modules/simple/dom/so/SimpleObject.java        |  4 +-
 .../integtests/SimpleModuleIntegTestAbstract.java  | 29 +----------
 .../SimpleModuleTestConfiguration_usingJdo.java    | 56 ++++++++++++++++++++++
 webapp/pom.xml                                     |  8 ++++
 .../main/java/domainapp/webapp/AppManifest.java    |  5 +-
 .../integtests/ApplicationIntegTestAbstract.java   | 41 +++-------------
 .../metamodel/SwaggerExport_IntegTest.java         | 12 ++---
 8 files changed, 85 insertions(+), 78 deletions(-)
 create mode 100644 module-simple/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration_usingJdo.java


[isis-app-simpleapp] 01/01: Merge pull request #3 from apache/v2.0.0-jdo-SNAPSHOT

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

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

commit f1d87a6fc3f4038a2975c2e56d6a6b4f2e1f74ad
Merge: 9a908cf 3e21ec0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 22 10:29:01 2021 +0100

    Merge pull request #3 from apache/v2.0.0-jdo-SNAPSHOT
    
    V2.0.0 jdo snapshot

 .../domainapp/modules/simple/SimpleModule.java     |  8 ++--
 .../modules/simple/dom/so/SimpleObject.java        |  4 +-
 .../integtests/SimpleModuleIntegTestAbstract.java  | 29 +----------
 .../SimpleModuleTestConfiguration_usingJdo.java    | 56 ++++++++++++++++++++++
 webapp/pom.xml                                     |  8 ++++
 .../main/java/domainapp/webapp/AppManifest.java    |  5 +-
 .../integtests/ApplicationIntegTestAbstract.java   | 41 +++-------------
 .../metamodel/SwaggerExport_IntegTest.java         | 12 ++---
 8 files changed, 85 insertions(+), 78 deletions(-)