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 2022/10/06 13:25:00 UTC

[isis-app-helloworld] branch jdo updated (23fc411 -> a7d5386)

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

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


    from 23fc411  Merge branch 'release-2.0.0-M7-RC2-jpa' into release-2.0.0-M7-RC2-jdo
     add f36f6b3  updates nightly build repo
     add 5abba59  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add b51d9f0  updates to 2.0.0-SNAPSHOT
     add 0d31538  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add c86d10f  replaces to use 'datanucleus.schema.generate-database.mode'
     add 4366514  ISIS-2965: include applib mixins; cosmetics
     add 43d7a47  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add 61f3b02  updates wrt changes to layout constants
     add 766ae65  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add f56ba3d  enables load time weaving
     add 802c2d7  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add c9491cb  adds eclipselink.weaving properties
     add f5404d4  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add 906c072  ISIS-2965 - updates to 2.0.0-M8 (jdo)
     add 3c6563b  ISIS-2965 - updates to 2.0.0-M8 (jpa)
     add f7e745b  adds dependency on spring-instrument so available for spring-boot:run
     add 98b7d13  Merge branch 'release-2.0.0-M8-RC2-jpa' into release-2.0.0-M8-RC2-jdo
     add 6bb088c  Revert "ISIS-2965 - updates to 2.0.0-M8 (jdo)"
     add 0065c1d  ISIS-2965: changes artifactId/groupId order to reduce future conflict merges
     add a194049  Revert "ISIS-2965 - updates to 2.0.0-M8 (jpa)"
     add d9a8d66  ISIS-2965: changes artifactId/groupId order to reduce future conflict merges
     add f8b95e8  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add 899d787  ISIS-2965 - updates to 2.0.0-M8 (jdo)
     add 77bf53a  ISIS-2965 - updates to 2.0.0-M8 (jpa)
     add a7d5386  ISIS-2965 - merge in jpa

No new revisions were added by this update.

Summary of changes:
 .run/HelloWorldApp.run.xml                         | 10 +++++
 README.adoc                                        | 48 ++++++++++++++++++----
 pom.xml                                            | 24 ++++++++---
 .../hello/dom/hwo/HelloWorldObject.columnOrder.txt |  2 +
 .../modules/hello/dom/hwo/HelloWorldObject.java    | 32 +++++++++++----
 .../hello/dom/hwo/HelloWorldObject.layout.xml      |  2 +-
 .../modules/hello/dom/hwo/HelloWorldObjects.java   | 15 +++----
 src/main/java/domainapp/webapp/AppManifest.java    |  7 ++++
 src/main/resources/config/application.properties   |  3 +-
 src/main/resources/static/css/application.css      |  3 ++
 10 files changed, 114 insertions(+), 32 deletions(-)
 create mode 100644 .run/HelloWorldApp.run.xml
 create mode 100644 src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.columnOrder.txt