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/12 18:10:40 UTC

[causeway] 03/04: CAUSEWAY-3260 : updates remaining 'isis' -> 'causeway' renames in docs

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 2935c634d6a0d424a4798fdc49ac68a9f681852d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 12 13:29:40 2023 +0000

    CAUSEWAY-3260 : updates remaining 'isis' -> 'causeway' renames in docs
---
 README.adoc                                        |  2 +-
 .../modules/ROOT/pages/nightly-deploys.adoc        | 26 +++++++++++-----------
 .../adoc/modules/commandlog/pages/about.adoc       |  8 +++----
 .../adoc/modules/executionlog/pages/about.adoc     |  6 ++---
 .../adoc/modules/executionoutbox/pages/about.adoc  |  4 ++--
 .../adoc/modules/audittrail/pages/about.adoc       |  6 ++---
 .../adoc/modules/sessionlog/pages/about.adoc       |  4 ++--
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/README.adoc b/README.adoc
index 6327356614..e367957103 100644
--- a/README.adoc
+++ b/README.adoc
@@ -4,7 +4,7 @@
 :toc-placement!:
 
 image:https://maven-badges.herokuapp.com/maven-central/org.apache.causeway.core/causeway-applib/badge.svg[]
-image:https://github.com/apache/isis/workflows/Build%20and%20Test%20(w/%20Maven)/badge.svg[]
+image:https://github.com/apache/causeway/workflows/Build%20and%20Test%20(w/%20Maven)/badge.svg[]
 image:https://sonarcloud.io/api/project_badges/measure?project=apache_isis&metric=alert_status[link="https://sonarcloud.io/dashboard?id=apache_isis"]
 image:https://github.com/apache-causeway-committers/causeway-nightly/actions/workflows/apache-causeway-ci-nightly.yml/badge.svg[link="https://github.com/apache-causeway-committers/causeway-nightly/actions/workflows/apache-causeway-ci-nightly.yml"]
 
diff --git a/antora/components/comguide/modules/ROOT/pages/nightly-deploys.adoc b/antora/components/comguide/modules/ROOT/pages/nightly-deploys.adoc
index 4528f21e4f..e5afe39b4c 100644
--- a/antora/components/comguide/modules/ROOT/pages/nightly-deploys.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/nightly-deploys.adoc
@@ -155,14 +155,14 @@ Container Apps environment created. To deploy a container app, use: az container
 We will create a container app manually.
 Later, in the <<#automation,automation>> section, we will simply update the container (replacing the image with a new one).
 
-We'll start with the link:https://hub.docker.com/repository/docker/apacheisis/demo-wicket-jpa[apacheisis/demo-wicket-jpa] Docker image:
+We'll start with the link:https://hub.docker.com/repository/docker/apache/causeway-app-demo-jpa[apache/causeway-app-demo-jpa] Docker image:
 
 * set further environment variables:
 +
 [source,bash]
 ----
 APP_NAME="demo-wicket-jpa"
-IMAGE_NAME="apacheisis/demo-wicket-jpa"
+IMAGE_NAME="apache/causeway-demo-jpa"
 IMAGE_VERSION="2.0.0-M9.20221018-1911-d3980668"
 ----
 
@@ -291,7 +291,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="demo-wicket-jpa-snapshot"
-IMAGE_NAME="apacheisis/demo-wicket-jpa"
+IMAGE_NAME="apache/causeway-demo-jpa"
 IMAGE_VERSION="latest"
 ----
 
@@ -319,7 +319,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="demo-wicket-jdo"
-IMAGE_NAME="apacheisis/demo-wicket-jdo"
+IMAGE_NAME="apache/causeway-demo-jdo"
 IMAGE_VERSION="2.0.0-M9.20221018-1911-d3980668"
 ----
 
@@ -345,7 +345,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="demo-wicket-jdo-snapshot"
-IMAGE_NAME="apacheisis/demo-wicket-jdo"
+IMAGE_NAME="apache//causeway-demo-jdo"
 IMAGE_VERSION="latest"
 ----
 
@@ -371,7 +371,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="simpleapp-jpa"
-IMAGE_NAME="apacheisis/simpleapp"
+IMAGE_NAME="apache/causeway-app-simpleapp"
 IMAGE_VERSION="jpa"
 ----
 
@@ -396,7 +396,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="simpleapp-jpa-snapshot"
-IMAGE_NAME="apacheisis/simpleapp"
+IMAGE_NAME="apache/causeway-app-simpleapp"
 IMAGE_VERSION="jpa-SNAPSHOT"
 ----
 
@@ -422,7 +422,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="simpleapp-jdo"
-IMAGE_NAME="apacheisis/simpleapp"
+IMAGE_NAME="apache/causeway-app-simpleapp"
 IMAGE_VERSION="jdo"
 ----
 
@@ -447,7 +447,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="simpleapp-jdo-snapshot"
-IMAGE_NAME="apacheisis/simpleapp"
+IMAGE_NAME="apache/causeway-app-simpleapp"
 IMAGE_VERSION="jdo-SNAPSHOT"
 ----
 
@@ -472,7 +472,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="helloworld-jpa"
-IMAGE_NAME="apacheisis/helloworld"
+IMAGE_NAME="apache/causeway-app-helloworld"
 IMAGE_VERSION="jpa"
 ----
 
@@ -497,7 +497,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="helloworld-jpa-snapshot"
-IMAGE_NAME="apacheisis/helloworld"
+IMAGE_NAME="apache/causeway-app-helloworld"
 IMAGE_VERSION="jpa-SNAPSHOT"
 ----
 
@@ -523,7 +523,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="helloworld-jdo"
-IMAGE_NAME="apacheisis/helloworld"
+IMAGE_NAME="apache/causeway-app-helloworld"
 IMAGE_VERSION="jdo"
 ----
 
@@ -548,7 +548,7 @@ Steps:
 [source,bash]
 ----
 APP_NAME="helloworld-jdo-snapshot"
-IMAGE_NAME="apacheisis/helloworld"
+IMAGE_NAME="apache/causeway-app-helloworld"
 IMAGE_VERSION="jdo-SNAPSHOT"
 ----
 
diff --git a/extensions/core/commandlog/adoc/modules/commandlog/pages/about.adoc b/extensions/core/commandlog/adoc/modules/commandlog/pages/about.adoc
index 9257b66648..0695bc8a67 100644
--- a/extensions/core/commandlog/adoc/modules/commandlog/pages/about.adoc
+++ b/extensions/core/commandlog/adoc/modules/commandlog/pages/about.adoc
@@ -126,10 +126,10 @@ To get you started, the following fragment adds all of the actions to an "Activi
         ...
         <mb3:section>
             <mb3:named>Commands</mb3:named>
-            <mb3:serviceAction id="activeCommands" objectType="isis.ext.commandLog.CommandLogMenu"/>
-            <mb3:serviceAction id="findMostRecent" objectType="isis.ext.commandLog.CommandLogMenu"/>
-            <mb3:serviceAction id="findCommands" objectType="isis.ext.commandLog.CommandLogMenu"/>
-            <mb3:serviceAction id="findAll" objectType="isis.ext.commandLog.CommandLogMenu"/>
+            <mb3:serviceAction id="activeCommands" objectType="causeway.ext.commandLog.CommandLogMenu"/>
+            <mb3:serviceAction id="findMostRecent" objectType="causeway.ext.commandLog.CommandLogMenu"/>
+            <mb3:serviceAction id="findCommands" objectType="causeway.ext.commandLog.CommandLogMenu"/>
+            <mb3:serviceAction id="findAll" objectType="causeway.ext.commandLog.CommandLogMenu"/>
         </mb3:section>
         ...
     </mb3:menu>
diff --git a/extensions/core/executionlog/adoc/modules/executionlog/pages/about.adoc b/extensions/core/executionlog/adoc/modules/executionlog/pages/about.adoc
index b3886a6611..a6a3557f78 100644
--- a/extensions/core/executionlog/adoc/modules/executionlog/pages/about.adoc
+++ b/extensions/core/executionlog/adoc/modules/executionlog/pages/about.adoc
@@ -110,9 +110,9 @@ To get you started, the following fragment adds all of the actions to an "Activi
         ...
         <mb3:section>
             <mb3:named>Execution Log</mb3:named>
-            <mb3:serviceAction id="findMostRecent" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
-            <mb3:serviceAction id="findExecutions" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
-            <mb3:serviceAction id="findAll" objectType="isis.ext.executionLog.ExecutionLogMenu"/>
+            <mb3:serviceAction id="findMostRecent" objectType="causeway.ext.executionLog.ExecutionLogMenu"/>
+            <mb3:serviceAction id="findExecutions" objectType="causeway.ext.executionLog.ExecutionLogMenu"/>
+            <mb3:serviceAction id="findAll" objectType="causeway.ext.executionLog.ExecutionLogMenu"/>
         </mb3:section>
         ...
     </mb3:menu>
diff --git a/extensions/core/executionoutbox/adoc/modules/executionoutbox/pages/about.adoc b/extensions/core/executionoutbox/adoc/modules/executionoutbox/pages/about.adoc
index a0cc67d4b9..f4acf938b0 100644
--- a/extensions/core/executionoutbox/adoc/modules/executionoutbox/pages/about.adoc
+++ b/extensions/core/executionoutbox/adoc/modules/executionoutbox/pages/about.adoc
@@ -183,8 +183,8 @@ To get you started, the following fragment adds all of the actions to an "Activi
         ...
         <mb3:section>
             <mb3:named>Execution Outbox</mb3:named>
-            <mb3:serviceAction id="findOldest" objectType="isis.ext.executionOutbox.ExecutionOutboxMenu"/>
-            <mb3:serviceAction id="findAll" objectType="isis.ext.executionOutbox.ExecutionOutboxMenu"/>
+            <mb3:serviceAction id="findOldest" objectType="causeway.ext.executionOutbox.ExecutionOutboxMenu"/>
+            <mb3:serviceAction id="findAll" objectType="causeway.ext.executionOutbox.ExecutionOutboxMenu"/>
         </mb3:section>
         ...
     </mb3:menu>
diff --git a/extensions/security/audittrail/adoc/modules/audittrail/pages/about.adoc b/extensions/security/audittrail/adoc/modules/audittrail/pages/about.adoc
index 76d20fbdff..ed9c0d903f 100644
--- a/extensions/security/audittrail/adoc/modules/audittrail/pages/about.adoc
+++ b/extensions/security/audittrail/adoc/modules/audittrail/pages/about.adoc
@@ -31,9 +31,9 @@ To get you started, the following fragment adds all of the actions to an "Activi
         ...
         <mb3:section>
             <mb3:named>Audit Trail</mb3:named>
-            <mb3:serviceAction id="findMostRecent" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
-            <mb3:serviceAction id="findAuditEntries" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
-            <mb3:serviceAction id="findAll" objectType="isis.ext.auditTrail.AuditTrailMenu"/>
+            <mb3:serviceAction id="findMostRecent" objectType="causeway.ext.auditTrail.AuditTrailMenu"/>
+            <mb3:serviceAction id="findAuditEntries" objectType="causeway.ext.auditTrail.AuditTrailMenu"/>
+            <mb3:serviceAction id="findAll" objectType="causeway.ext.auditTrail.AuditTrailMenu"/>
         </mb3:section>
         ...
     </mb3:menu>
diff --git a/extensions/security/sessionlog/adoc/modules/sessionlog/pages/about.adoc b/extensions/security/sessionlog/adoc/modules/sessionlog/pages/about.adoc
index e3e11b4206..e6cfb0dcb4 100644
--- a/extensions/security/sessionlog/adoc/modules/sessionlog/pages/about.adoc
+++ b/extensions/security/sessionlog/adoc/modules/sessionlog/pages/about.adoc
@@ -26,8 +26,8 @@ To get you started, the following fragment adds all of the actions to an "Activi
         ...
         <mb3:section>
             <mb3:named>Sessions</mb3:named>
-            <mb3:serviceAction id="activeSessions" objectType="isis.ext.sessionLog.SessionLogMenu"/>
-            <mb3:serviceAction id="findSessions" objectType="isis.ext.sessionLog.SessionLogMenu"/>
+            <mb3:serviceAction id="activeSessions" objectType="causeway.ext.sessionLog.SessionLogMenu"/>
+            <mb3:serviceAction id="findSessions" objectType="causeway.ext.sessionLog.SessionLogMenu"/>
         </mb3:section>
         ...
     </mb3:menu>