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/24 15:51:19 UTC

[causeway-app-simpleapp] branch release-2.0.0-RC1-RC1-jdo updated (9283757 -> 86811cd)

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

danhaywood pushed a change to branch release-2.0.0-RC1-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


    from 9283757  Merge branch 'jpa-SNAPSHOT' into release-2.0.0-RC1-RC1-jdo
     add 03ed2d8  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 3ca8517  updates banner.txt
     new bddf4b6  removes redundant layouts
     new 324ea9c  updates banner.txt
     new 86811cd  Merge branch 'release-2.0.0-RC1-RC1-jpa' into release-2.0.0-RC1-RC1-jdo

The 3 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/banner.txt          |  4 ++--
 webapp/src/main/resources/menubars.layout.xml | 20 +++++++++-----------
 2 files changed, 11 insertions(+), 13 deletions(-)


[causeway-app-simpleapp] 03/03: Merge branch 'release-2.0.0-RC1-RC1-jpa' into release-2.0.0-RC1-RC1-jdo

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

danhaywood pushed a commit to branch release-2.0.0-RC1-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git

commit 86811cd437f1c71ac20744e50a2d63a90a2ac477
Merge: 9283757 324ea9c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 24 15:49:45 2023 +0000

    Merge branch 'release-2.0.0-RC1-RC1-jpa' into release-2.0.0-RC1-RC1-jdo

 webapp/src/main/resources/banner.txt          |  4 ++--
 webapp/src/main/resources/menubars.layout.xml | 20 +++++++++-----------
 2 files changed, 11 insertions(+), 13 deletions(-)



[causeway-app-simpleapp] 01/03: removes redundant layouts

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

danhaywood pushed a commit to branch release-2.0.0-RC1-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git

commit bddf4b6aafe3a9c49b82c41ba20d213b53d3fe79
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 24 15:45:51 2023 +0000

    removes redundant layouts
---
 webapp/src/main/resources/menubars.layout.xml | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/webapp/src/main/resources/menubars.layout.xml b/webapp/src/main/resources/menubars.layout.xml
index 5b51c18..0cd0fce 100644
--- a/webapp/src/main/resources/menubars.layout.xml
+++ b/webapp/src/main/resources/menubars.layout.xml
@@ -34,8 +34,6 @@
             <mb3:section>
                 <mb3:named>Meta Model and Features</mb3:named>
                 <mb3:serviceAction objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModel"/>
-                <mb3:serviceAction objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelCsv"/>
-                <mb3:serviceAction objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelAscii"/>
                 <mb3:serviceAction objectType="causeway.applib.MetaModelServiceMenu" id="downloadMetaModelDiff"/>
                 <mb3:serviceAction objectType="causeway.feat.ApplicationFeatureMenu" id="allNamespaces"/>
                 <mb3:serviceAction objectType="causeway.feat.ApplicationFeatureMenu" id="allTypes"/>
@@ -63,7 +61,7 @@
             </mb3:section>
             <mb3:section>
                 <mb3:named>Manual Testing</mb3:named>
-                <mb3:serviceAction id="downloadSitemap" objectType="causeway.applib.SitemapServiceMenu">
+                <mb3:serviceAction objectType="causeway.applib.SitemapServiceMenu" id="downloadSitemap" >
                     <cpt:named>Download Site-Map Template (Adoc)</cpt:named>
                 </mb3:serviceAction>
             </mb3:section>
@@ -104,23 +102,23 @@
             <mb3:named>Security</mb3:named>
             <mb3:section>
                 <mb3:named>Users</mb3:named>
-                <mb3:serviceAction id="userManager" objectType="causeway.ext.secman.ApplicationUserMenu"/>
-                <mb3:serviceAction id="findUsers" objectType="causeway.ext.secman.ApplicationUserMenu"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationUserMenu" id="userManager"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationUserMenu" id="findUsers"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Roles</mb3:named>
-                <mb3:serviceAction id="roleManager" objectType="causeway.ext.secman.ApplicationRoleMenu"/>
-                <mb3:serviceAction id="findRoles" objectType="causeway.ext.secman.ApplicationRoleMenu"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationRoleMenu" id="roleManager"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationRoleMenu" id="findRoles"/>
             </mb3:section>
             <mb3:section>
                 <mb3:named>Permissions</mb3:named>
-                <mb3:serviceAction id="allPermissions" objectType="causeway.ext.secman.ApplicationPermissionMenu"/>
-                <mb3:serviceAction id="findOrphanedPermissions" objectType="causeway.ext.secman.ApplicationPermissionMenu"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationPermissionMenu" id="allPermissions" />
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationPermissionMenu" id="findOrphanedPermissions" />
             </mb3:section>
             <mb3:section>
                 <mb3:named>Tenancies</mb3:named>
-                <mb3:serviceAction id="tenancyManager" objectType="causeway.ext.secman.ApplicationTenancyMenu"/>
-                <mb3:serviceAction id="findTenancies" objectType="causeway.ext.secman.ApplicationTenancyMenu"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationTenancyMenu" id="tenancyManager"/>
+                <mb3:serviceAction objectType="causeway.ext.secman.ApplicationTenancyMenu" id="findTenancies"/>
             </mb3:section>
         </mb3:menu>
     </mb3:secondary>


[causeway-app-simpleapp] 02/03: updates banner.txt

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

danhaywood pushed a commit to branch release-2.0.0-RC1-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git

commit 324ea9c170327eb64ec415f2e5a1489bf5b84804
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 24 15:48:27 2023 +0000

    updates banner.txt
---
 webapp/src/main/resources/banner.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapp/src/main/resources/banner.txt b/webapp/src/main/resources/banner.txt
index 1c24498..e2a0bb7 100644
--- a/webapp/src/main/resources/banner.txt
+++ b/webapp/src/main/resources/banner.txt
@@ -1,8 +1,8 @@
              __
-           / _|
+           / _|                  powered by Spring Boot ${spring-boot.version}
    __ _ ___| |_    ___ __ _ _   _ ___  _____      ____ _ _   _
   / _` / __|  _|  / __/ _` | | | / __|/ _ \ \ /\ / / _` | | | |
  | (_| \__ \ |   | (_| (_| | |_| \__ \  __/\ V  V / (_| | |_| |
   \__,_|___/_|    \___\__,_|\__,_|___/\___| \_/\_/ \__,_|\__, |
                                                           __/ |
-  === powered by Spring Boot ${spring-boot.version} ===  |___/
+                                                         |___/