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/15 06:34:57 UTC

[isis-app-simpleapp] branch jpa-SNAPSHOT updated (2e6b201 -> 68f4fd0)

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 2e6b201  minor update for M5
     add 41377f8  updates for M5, resurrecting flyway config
     add 2a29eea  Merge branch 'jdo' into jpa
     add 186f4e3  fixes stale integ test
     add 68f4fd0  Merge branch 'jdo' into jpa

No new revisions were added by this update.

Summary of changes:
 .../integtests/SimpleModuleIntegTestAbstract.java  | 37 +++++++++++++-
 .../integtests/SimpleModuleTestConfiguration.java  | 59 ----------------------
 .../integtests/tests/SimpleObject_IntegTest.java   | 19 -------
 .../modules/simple/dom/so/SimpleObject.java        | 22 +++-----
 .../modules/simple/dom/so/SimpleObjects.java       | 10 ++--
 .../main/java/domainapp/webapp/AppManifest.java    |  2 -
 .../fixture/scenarios/DomainAppDemo.java           |  5 +-
 .../services/homepage/HomePageViewModel.java       |  4 +-
 .../webapp/custom/restapi/CustomController.java    |  4 +-
 webapp/src/main/resources/application.yml          |  2 +
 .../config/application-SQLSERVER.properties        | 40 +++++++++++++++
 .../config/todo~application-POSTGRESQL.properties  | 34 -------------
 .../config/todo~application-SQLSERVER.properties   | 34 -------------
 13 files changed, 97 insertions(+), 175 deletions(-)
 delete mode 100644 module-simple-tests/src/test/java/domainapp/modules/simple/integtests/SimpleModuleTestConfiguration.java
 create mode 100644 webapp/src/main/resources/config/application-SQLSERVER.properties
 delete mode 100644 webapp/src/main/resources/config/todo~application-POSTGRESQL.properties
 delete mode 100644 webapp/src/main/resources/config/todo~application-SQLSERVER.properties