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/18 08:18:43 UTC

[isis-app-simpleapp] branch jpa updated (47d80bf -> e93cf21)

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

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


    from 47d80bf  IsisModuleJpaEclipseLink was renamed (upstream)
     add 402b748  attempting to get the integ tests to pass
     add e93cf21  fixes test bootstrapping/provisioning issues

No new revisions were added by this update.

Summary of changes:
 module-simple/pom.xml                              |  8 ++-
 .../SimpleModuleTestConfiguration_usingJpa.java    | 59 ++++++++++++++++++++++
 .../src/test/java/application.properties~not-used  |  5 ++
 .../integtests/SimpleModuleIntegTestAbstract.java  | 30 ++---------
 .../config/application-SQLSERVER.properties        |  1 +
 .../integtests/ApplicationIntegTestAbstract.java   | 41 +++------------
 .../metamodel/SwaggerExport_IntegTest.java         | 12 ++---
 7 files changed, 87 insertions(+), 69 deletions(-)
 create mode 100644 module-simple/src/main/java/domainapp/modules/simple/testing/SimpleModuleTestConfiguration_usingJpa.java
 create mode 100644 module-simple/src/test/java/application.properties~not-used