You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/26 13:24:41 UTC

[causeway-app-simpleapp] branch jpa updated (efa89a0 -> 324ea9c)

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/causeway-app-simpleapp.git


    from efa89a0  ISIS-3248 - updates to 2.0.0-M9 (jpa)
     add 7b985fd  reverts to 2.0.0-SNAPSHOT
     add f3c9192  framework-rename: batch rename isis->causeway
     add ef7f19f  framework-rename: update banner
     add d230178  deactivate weaving in application.properties
     add 28ed4d0  update banner (better font)
     add c4d469a  revert renaming of docker.io/apache... (causeway -> isis)
     add 9fe65d4  config was restructured (framework)
     add ffe33c7  resteasy artifact was renamed
     add a6117da  ISIS-3329: upstream changes to DomainObjectLayout#tableDecoration
     add 2f4da45  adds help menu entry
     add 3ee7cc2  downloadMetaModelXml was renamed
     add d5e3d68  DocumentationMenu was relocated to ext.docgen
     add aea6e8b  adds .editorconfig
     add bc59033  reorganizes imports
     add e65523a  reorg imports
     add 0816206  CAUSEWAT-3359 : updates to use apache/causeway-app-simpleapp dockerhub image
     add 0fda59b  fixes typo
     add b984895  updates logo
     add ab59be0  more updates of logo
     add e128395  CAUSEWAY-3360 : updates .layout.xml files to new https: scheme
     add e3495fe  further updates
     add 9271ad3  update causeway links http -> https
     add 6d0f8fc  changes upstream (Try type)
     add 63163ea  updates pdf module reference
     add b458acc  updates menubars, fixes objectType for REST API actions
     add 1115b96  updates logo
     add f4bf3cb  adds PageRenderLogger debug
     add f336679  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 03ed2d8  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 3ca8517  updates banner.txt
     add bddf4b6  removes redundant layouts
     add 324ea9c  updates banner.txt

No new revisions were added by this update.

Summary of changes:
 .editorconfig                                      | 365 +++++++++++++++++++++
 .gitignore                                         |   2 +-
 .../{SimpleApp.run.xml => SimpleApp (jpa).run.xml} |   6 +-
 README.adoc                                        |  14 +-
 module-simple-tests/pom.xml                        |  24 +-
 .../modules/simple/dom/so/SimpleObject_Test.java   |   8 +-
 .../modules/simple/dom/so/SimpleObjects_Test.java  |   4 +-
 .../integtests/SimpleModuleIntegTestAbstract.java  |  26 +-
 .../integtests/tests/SimpleObject_IntegTest.java   |   7 +-
 .../integtests/tests/SimpleObjects_IntegTest.java  |  18 +-
 .../src/test/resources/application-test.yml        |   2 +-
 module-simple/pom.xml                              |  30 +-
 .../domainapp/modules/simple/SimpleModule.java     |  22 +-
 .../modules/simple/dom/so/SimpleObject.java        |  70 ++--
 .../modules/simple/dom/so/SimpleObject.layout.xml  |  19 +-
 .../modules/simple/dom/so/SimpleObjects.java       |  33 +-
 .../simple/fixture/SimpleObject_persona.java       |  21 +-
 .../java/domainapp/modules/simple/types/Name.java  |   6 +-
 .../java/domainapp/modules/simple/types/Notes.java |  12 +-
 pom.xml                                            |  12 +-
 update-parent.sh                                   |   6 +-
 webapp-tests/log4j2-test.xml                       |   4 +-
 webapp-tests/pom.xml                               |  16 +-
 .../webapp/integtests/WebAppIntegTestAbstract.java |  26 +-
 .../metamodel/SwaggerExport_IntegTest.java         |  13 +-
 .../metamodel/ValidateDomainModel_IntegTest.java   |   4 +-
 .../webapp/integtests/smoke/Smoke_IntegTest.java   |  11 +-
 .../src/test/resources/application-test.yml        |   2 +-
 webapp/pom.xml                                     |  77 +++--
 .../main/java/domainapp/webapp/AppManifest.java    |  92 +++---
 .../src/main/java/domainapp/webapp/SimpleApp.java  |   4 +-
 .../fixture/scenarios/DomainAppDemo.java           |   4 +-
 .../application/seed/CustomRolesAndUsers.java      |  22 +-
 .../application/seed/SeedSecurityService.java      |  15 +-
 .../services/health/HealthCheckServiceImpl.java    |   4 +-
 .../services/homepage/HomePageViewModel.java       |  20 +-
 .../services/homepage/HomePageViewModel.layout.xml |  30 +-
 .../webapp/custom/restapi/CustomController.java    |   8 +-
 .../java/domainapp/webapp/quartz/QuartzModule.java |   1 +
 .../domainapp/webapp/quartz/job/SampleJob.java     |   9 +-
 webapp/src/main/resources/application.yml          |  34 +-
 webapp/src/main/resources/banner.txt               |  14 +-
 .../config/application-SQLSERVER.properties        |   4 +-
 .../main/resources/config/application.properties   |  16 +-
 webapp/src/main/resources/log4j2-spring.xml        |  33 +-
 webapp/src/main/resources/menubars.layout.xml      | 112 ++++---
 webapp/src/main/resources/shiro.ini                |  20 +-
 .../static/images/apache-causeway/logo-65x48.png   | Bin 0 -> 2198 bytes
 .../images/apache-causeway/logo-banner-591x120.png | Bin 0 -> 6143 bytes
 .../static/images/apache-causeway/logo.png         | Bin 0 -> 9155 bytes
 .../static/images/apache-isis/logo-48x48.png       | Bin 2622 -> 0 bytes
 .../resources/static/images/apache-isis/logo.png   | Bin 14160 -> 0 bytes
 .../src/main/resources/static/images/favicon.png   | Bin 2143 -> 1599 bytes
 webapp/src/main/resources/static/index.html        |   8 +-
 webapp/src/main/resources/templates/error.html     |   4 +-
 55 files changed, 842 insertions(+), 472 deletions(-)
 create mode 100644 .editorconfig
 rename .run/{SimpleApp.run.xml => SimpleApp (jpa).run.xml} (52%)
 create mode 100644 webapp/src/main/resources/static/images/apache-causeway/logo-65x48.png
 create mode 100644 webapp/src/main/resources/static/images/apache-causeway/logo-banner-591x120.png
 create mode 100644 webapp/src/main/resources/static/images/apache-causeway/logo.png
 delete mode 100644 webapp/src/main/resources/static/images/apache-isis/logo-48x48.png
 delete mode 100644 webapp/src/main/resources/static/images/apache-isis/logo.png