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:51:10 UTC

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

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 6ac2cf9  reconciling jpa with jdo branch
     add 4262c65  fixes up flyway for JDO
     add 1647e89  reconciling jdo with jpa branch
     new da2c76a  Merge branch 'jdo' into jpa

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:
 webapp/src/main/resources/application.yml | 5 +++++
 1 file changed, 5 insertions(+)


[isis-app-simpleapp] 01/01: Merge branch 'jdo' into jpa

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

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

commit da2c76a2aa85aba05172e5393976fd219fb0815f
Merge: 6ac2cf9 1647e89
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 15 09:46:16 2021 +0000

    Merge branch 'jdo' into jpa

 webapp/src/main/resources/application.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --cc webapp/src/main/resources/application.yml
index a48a7f5,3f7a592..deb1d70
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@@ -67,6 -67,20 +67,11 @@@ isis
          show-drop-down-on-footer: true
  
  
 -# note that properties under 'datanucleus' must use camelCase rather than kebab-case
 -datanucleus:
 -  schema:
 -    validateTables: true
 -    validateConstraints: true
 -
 -  persistenceByReachabilityAtCommit: false
 -  identifier:
 -    case: MixedCase
 -
 -  cache:
 -    level2:
 -      type: none
 -      mode: ENABLE_SELECTIVE
++  persistence:
++    schema:
++      auto-create-schemas: SIMPLE
++      create-schema-sql-template: "CREATE SCHEMA IF NOT EXISTS %S"
++
  
  resteasy:
    jaxrs: