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 09:44:19 UTC

[isis-app-simpleapp] branch jpa updated (f5045d5 -> 6ac2cf9)

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

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


    from f5045d5  getting JPA to run under flyway
     add 6ac2cf9  reconciling jpa with jdo branch

No new revisions were added by this update.

Summary of changes:
 .../integtests/tests/SimpleObjects_IntegTest.java  |  5 ++---
 .../domainapp/modules/simple/SimpleModule.java     |  2 +-
 .../modules/simple/dom/so/SimpleObject.java        | 10 ++++++----
 .../modules/simple/dom/so/SimpleObjects.java       |  4 ++++
 pom.xml                                            |  2 ++
 webapp/pom.xml                                     |  1 -
 .../main/java/domainapp/webapp/AppManifest.java    |  1 -
 webapp/src/main/resources/application.yml          |  4 ----
 .../config/application-SQLSERVER.properties        | 23 ++++++++--------------
 .../main/resources/config/application.properties   |  9 ++++++++-
 10 files changed, 31 insertions(+), 30 deletions(-)