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:24:33 UTC

[isis-app-helloworld] branch jpa updated (1ef7f0b -> 77bf53a)

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-helloworld.git


    from 1ef7f0b  removes association of 'delete' action with 'name' property
     add f36f6b3  updates nightly build repo
     add b51d9f0  updates to 2.0.0-SNAPSHOT
     add 4366514  ISIS-2965: include applib mixins; cosmetics
     add 61f3b02  updates wrt changes to layout constants
     add f56ba3d  enables load time weaving
     add c9491cb  adds eclipselink.weaving properties
     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 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 77bf53a  ISIS-2965 - updates to 2.0.0-M8 (jpa)

No new revisions were added by this update.

Summary of changes:
 .run/HelloWorldApp.run.xml                         |  11 +++++
 README.adoc                                        |  50 ++++++++++++++++---
 lib/README.txt                                     |   3 --
 lib/spring-instrument-5.3.5.jar                    | Bin 7429 -> 0 bytes
 lib/spring-instrument.jar                          | Bin 0 -> 7454 bytes
 pom.xml                                            |  32 +++++++++---
 .../hello/dom/hwo/HelloWorldObject.columnOrder.txt |   2 +
 .../modules/hello/dom/hwo/HelloWorldObject.java    |  54 ++++++++++++++-------
 .../hello/dom/hwo/HelloWorldObject.layout.xml      |   2 +-
 .../modules/hello/dom/hwo/HelloWorldObjects.java   |  13 +++--
 src/main/java/domainapp/webapp/AppManifest.java    |   7 +++
 src/main/resources/config/application.properties   |   5 ++
 src/main/resources/static/css/application.css      |   3 ++
 13 files changed, 142 insertions(+), 40 deletions(-)
 create mode 100644 .run/HelloWorldApp.run.xml
 delete mode 100644 lib/README.txt
 delete mode 100644 lib/spring-instrument-5.3.5.jar
 create mode 100644 lib/spring-instrument.jar
 create mode 100644 src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.columnOrder.txt