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/isis.git

commit 7816023711f2c299c5b03959541abdcf584248d2
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Oct 23 13:21:08 2022 +0100

    ISIS-3260: renames 'isis' -> 'causeway' (partial match) in all .adoc files 
(ignoring relnotes and mignote
---
 README.adoc                                        |  2 +-
 .../modules/ROOT/pages/cutting-a-release.adoc      | 12 +++----
 .../ROOT/pages/post-release-successful.adoc        | 42 +++++++++++-----------
 .../ROOT/pages/post-release-unsuccessful.adoc      | 14 ++++----
 .../modules/ROOT/pages/updating-the-website.adoc   |  4 +--
 .../modules/ROOT/partials/verify-process.adoc      |  2 +-
 .../components/docs/modules/ROOT/pages/about.adoc  | 10 +++---
 .../docs/modules/ROOT/pages/downloads/how-to.adoc  | 10 +++---
 .../what-is-apache-isis/screencasts-older.adoc     |  2 +-
 .../ROOT/partials/module-nav/framework.adoc        |  2 +-
 ...gurationViewService_020-examples-and-usage.adoc |  2 +-
 .../partials/UNUSED/faster-turnaround-times.adoc   |  2 +-
 .../further-business-logic-worked-examples.adoc    |  4 +--
 .../src/main/adoc/modules/config/pages/about.adoc  |  6 ++--
 .../secman/pages/setting-up-with-shiro.adoc        |  6 ++--
 .../adoc/modules/secman/pages/setting-up.adoc      |  8 ++---
 .../kroviz/adoc/modules/kroviz/pages/credits.adoc  |  4 +--
 .../setup-and-configure-dependencyManagement.adoc  |  4 +--
 .../jdo/adoc/modules/ROOT/pages/db-schemas.adoc    |  4 +--
 .../pages/hints-and-tips/jdoql-and-timestamps.adoc |  8 ++---
 .../hints-and-tips/overriding-jdo-annotations.adoc |  4 +--
 .../typesafe-queries-and-fetchgroups.adoc          |  4 +--
 .../jpa/adoc/modules/ROOT/pages/db-schemas.adoc    |  4 +--
 .../src/main/adoc/modules/shiro/pages/about.adoc   |  2 +-
 starters/adoc/modules/parent-pom/pages/about.adoc  |  2 +-
 .../adoc/modules/archtestsupport/pages/about.adoc  |  2 +-
 .../adoc/modules/fakedata/pages/about.adoc         |  2 +-
 .../pages/fixture-scripts/maven-configuration.adoc |  2 +-
 .../adoc/modules/h2console/pages/about.adoc        |  2 +-
 .../adoc/modules/hsqldbmgr/pages/about.adoc        |  2 +-
 .../adoc/modules/integtestsupport/pages/about.adoc |  6 ++--
 .../adoc/modules/specsupport/pages/about.adoc      |  2 +-
 .../adoc/modules/unittestsupport/pages/about.adoc  |  2 +-
 33 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/README.adoc b/README.adoc
index 600481f44f..a5e0a8f020 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@
 
 
image:https://maven-badges.herokuapp.com/maven-central/org.apache.causeway.core/causeway-applib/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://sonarcloud.io/api/project_badges/measure?project=apache_causeway&metric=alert_status[link="https://sonarcloud.io/dashboard?id=apache_causeway";]
 
image:https://github.com/apache-causeway-committers/causeway-nightly/workflows/Nightly/badge.svg[link="https://github.com/apache-causeway-committers/causeway-nightly/actions?query=workflow%3A%22Nightly%22";]
 
 _http://causeway.apache.org[Apache Causeway] software is a framework for 
rapidly developing domain-driven apps in Java. Write your business logic in 
entities, domain services and repositories, and the framework dynamically 
generates a representation of that domain model as a webapp or a RESTful API._
diff --git 
a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc 
b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index ce5b565f30..ac27ac2108 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -198,7 +198,7 @@ For example:
 ----
 export CAUSEWAYJIRA=CAUSEWAY-9999                           # <.>
 export CAUSEWAYTMP=/c/tmp                               # <.>
-export CAUSEWAYREL={page-isisrel}                             # <.>
+export CAUSEWAYREL={page-causewayrel}                             # <.>
 export CAUSEWAYRC=RC1                                   # <.>
 export CAUSEWAYBRANCH=release-$CAUSEWAYREL-$CAUSEWAYRC
 export CAUSEWAYART=causeway
@@ -213,7 +213,7 @@ env | grep CAUSEWAY | sort
 
 [IMPORTANT]
 ====
-The branch name is intentionally *not* the same as the eventual tag names (eg 
`causeway-{page-isisrel}`).
+The branch name is intentionally *not* the same as the eventual tag names (eg 
`causeway-{page-causewayrel}`).
 ====
 
 
@@ -504,7 +504,7 @@ See xref:comguide:ROOT:key-generation.adoc[Key Generation] 
for more details.
 [#reset-revision-property]
 === Reset `revision` property
 
-At the <<bump-code-to-isisrel,beginning>> of the release process we bumped the 
version to the release version, ie `$CAUSEWAYREL`.
+At the <<bump-code-to-causewayrel,beginning>> of the release process we bumped 
the version to the release version, ie `$CAUSEWAYREL`.
 With the release now deployed we now need to reset the revision back down to 
the base snapshot, ie `2.0.0-SNAPSHOT`.
 
 Therefore, still in the `bom` directory:
@@ -863,7 +863,7 @@ Use the following subject, eg:
 
 [source,subs="attributes+"]
 ----
-[VOTE] Apache Causeway Core release {page-isisrel} RC1
+[VOTE] Apache Causeway Core release {page-causewayrel} RC1
 ----
 
 And use the following body:
@@ -875,7 +875,7 @@ I've just cut a new release of the Apache Causeway 
Framework.
 The source code zip artifact has been uploaded to a staging repository on
 https://repository.apache.org, along with its corresponding .asc signature.
 
-In the source code repo the code has been tagged as 
causeway-{page-isisrel}-RC1;
+In the source code repo the code has been tagged as 
causeway-{page-causewayrel}-RC1;
 see https://github.com/apache/causeway/tags
 
 To verify the source code itself, you can use the following commands
@@ -901,7 +901,7 @@ The vote will be open for a minimum of 72 hours.
 
 Remember to update:
 
-* the version number (`{page-isisrel}` or whatever)
+* the version number (`{page-causewayrel}` or whatever)
 * the release candidate number (`RC1` or whatever)
 * the `NEXUSREPONUM` to the repository id as provided by Nexus earlier (`11xx` 
or whatever)
 
diff --git 
a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc 
b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
index 9c86ff7520..7851b00aa2 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -22,7 +22,7 @@ Post the results to the `[email protected]` mailing list:
 
 [source,subs="attributes+"]
 ----
-[RESULT] [VOTE] Apache Causeway Core release {page-isisrel}
+[RESULT] [VOTE] Apache Causeway Core release {page-causewayrel}
 ----
 
 using the body (alter last line as appropriate):
@@ -60,7 +60,7 @@ As we did for the cutting of the release, we set environment 
variables to parame
 ----
 export CAUSEWAYJIRA=CAUSEWAY-9999                           # <.>
 export CAUSEWAYTMP=/c/tmp                               # <.>
-export CAUSEWAYREL={page-isisrel}                           # <.>
+export CAUSEWAYREL={page-causewayrel}                           # <.>
 export CAUSEWAYRC=RC1                                   # <.>
 export CAUSEWAYBRANCH=release-$CAUSEWAYREL-$CAUSEWAYRC
 export CAUSEWAYART=causeway
@@ -162,7 +162,7 @@ Date of release, number of new features, improvements and 
bugs fixed.
 +
 To reference these release notes.
 
-* update the `doap_isis.rdf` file (which provides a machine-parseable 
description of the project) with details of the new release.
+* update the `doap_causeway.rdf` file (which provides a machine-parseable 
description of the project) with details of the new release.
 Validate using the http://www.w3.org/RDF/Validator/[W3C RDF Validator] service.
 +
 TIP: For more on DOAP files, see these 
link:http://projects.apache.org/doap.html[Apache policy docs].
@@ -174,7 +174,7 @@ TIP: For more on DOAP files, see these 
link:http://projects.apache.org/doap.html
 [source,bash,subs="attributes+"]
 ----
 git add .
-git commit -m "$CAUSEWAYJIRA: updates release notes, STATUS and doap_isis.rdf"
+git commit -m "$CAUSEWAYJIRA: updates release notes, STATUS and 
doap_causeway.rdf"
 ----
 
 == Release Source Zip
@@ -233,7 +233,7 @@ done
 
 [source,bash,subs="attributes+"]
 ----
-sh upd.sh{page-isisrel}
+sh upd.sh{page-causewayrel}
 ----
 
 The script downloads the artifacts from the Nexus release repository and adds 
the artifacts to subversion.
@@ -309,7 +309,7 @@ First, we update all versions in `antora.yml`:
 +
 [source,bash,subs="attributes+"]
 ----
-find . -name antora.yml -exec sed -i 's/latest/{page-isisrel}/g' {} \;
+find . -name antora.yml -exec sed -i 's/latest/{page-causewayrel}/g' {} \;
 ----
 
 * Commit all these changes:
@@ -322,14 +322,14 @@ git commit -m "$CAUSEWAYJIRA: bumps antora.yml versions 
to $CAUSEWAYREL"
 
 We now create a branch to reference in the `site.yml`, later on.
 
-* We create the `{page-isisrel}` branch.
+* We create the `{page-causewayrel}` branch.
 +
-This mirrors the "rel/causeway-{page-isisrel}" used for the formal (immutable) 
release tag, but is a branch because it allows us to move it, and must have 
this simplified name as it is used in the "edit page" link of the site template.
+This mirrors the "rel/causeway-{page-causewayrel}" used for the formal 
(immutable) release tag, but is a branch because it allows us to move it, and 
must have this simplified name as it is used in the "edit page" link of the 
site template.
 +
 [source,bash,subs="attributes+"]
 ----
-git branch {page-isisrel}
-git push origin {page-isisrel}
+git branch {page-causewayrel}
+git push origin {page-causewayrel}
 ----
 
 Finally, revert the last commit (backing out changes to `antora.yml` files):
@@ -344,7 +344,7 @@ git revert HEAD
 
 Lastly, we update `index.html` and then `site.yml`
 
-* With the home page of the website, `antora/supplemental-ui/index.html`, 
update any mention of `latest` -> `{page-isisrel}`
+* With the home page of the website, `antora/supplemental-ui/index.html`, 
update any mention of `latest` -> `{page-causewayrel}`
 +
 This should be in hyperlinks, `<a href="docs/...">`
 +
@@ -355,7 +355,7 @@ NOTE: that this isn't performed in the docs branch 
(xref:#create-doc-branch[prev
 This will reference the new branch, and any previous branches.
 Every content source needs to be updated:
 +
-** `branches: HEAD` -> `branches: [2.0.0-M5, 2.0.0-M6, ... , {page-isisrel}]`
+** `branches: HEAD` -> `branches: [2.0.0-M5, 2.0.0-M6, ... , 
{page-causewayrel}]`
 
 
 * commit this change, too (there's no need to push):
@@ -413,15 +413,15 @@ In the `causeway` repo ():
 RC=RC1                                                <.>
 git checkout master
 git pull
-git merge release-{page-isisrel}-$RC
-git push origin --delete release-{page-isisrel}-$RC
-git branch -d release-{page-isisrel}-$RC
+git merge release-{page-causewayrel}-$RC
+git push origin --delete release-{page-causewayrel}-$RC
+git branch -d release-{page-causewayrel}-$RC
 ----
 <.> adjust RC number as required
 
-== Bump \{page-isisrel} in `site.yml`
+== Bump \{page-causewayrel} in `site.yml`
 
-In `site.yml` file, bump the version of `\{page-isisrel}` and also 
`\{page-isisprev}`, and commit.
+In `site.yml` file, bump the version of `\{page-causewayrel}` and also 
`\{page-causewayprev}`, and commit.
 
 == Update starter projects
 
@@ -457,14 +457,14 @@ For example, for a release of Apache Causeway Core, use 
the following subject:
 
 [source,subs="attributes+"]
 ----
-[ANN] Apache Causeway version {page-isisrel} Released
+[ANN] Apache Causeway version {page-causewayrel} Released
 ----
 
 And use the following body (summarizing the main points as required):
 
 [source,subs="attributes+"]
 ----
-The Apache Causeway team is pleased to announce the release of Apache Causeway 
{page-isisrel}.
+The Apache Causeway team is pleased to announce the release of Apache Causeway 
{page-causewayrel}.
 
 New features in this release include:
 
@@ -479,9 +479,9 @@ Enjoy!
 
 --The Apache Causeway team
 
-[1] https://causeway.apache.org/relnotes/{page-isisrel}/about.html
+[1] https://causeway.apache.org/relnotes/{page-causewayrel}/about.html
 [2] https://search.maven.org
-[3] https://causeway.apache.org/docs/{page-isisrel}/downloads/how-to.html
+[3] https://causeway.apache.org/docs/{page-causewayrel}/downloads/how-to.html
 ----
 
 == Blog post
diff --git 
a/antora/components/comguide/modules/ROOT/pages/post-release-unsuccessful.adoc 
b/antora/components/comguide/modules/ROOT/pages/post-release-unsuccessful.adoc
index 8a7ce3139d..d7d733aac2 100644
--- 
a/antora/components/comguide/modules/ROOT/pages/post-release-unsuccessful.adoc
+++ 
b/antora/components/comguide/modules/ROOT/pages/post-release-unsuccessful.adoc
@@ -22,7 +22,7 @@ For example, use the following subject for a vote on Apache 
Causeway Core:
 
 [source,bash,subs="attributes+"]
 ----
-[RESULT] [VOTE] Apache Causeway Core release {page-isisrel}
+[RESULT] [VOTE] Apache Causeway Core release {page-causewayrel}
 ----
 
 using the body (alter last line as appropriate):
@@ -49,10 +49,10 @@ Branches and tags need to be removed for three repos:
 +
 [source,bash,subs="attributes+"]
 ----
-git push --delete origin release-{page-isisrel}-RC1     # <.>
-git push --delete origin causeway-{page-isisrel}-RC1        # <.>
-git tag -d causeway-{page-isisrel}                          # <.>
-git tag -d causeway-{page-isisrel}-RC1
+git push --delete origin release-{page-causewayrel}-RC1     # <.>
+git push --delete origin causeway-{page-causewayrel}-RC1        # <.>
+git tag -d causeway-{page-causewayrel}                          # <.>
+git tag -d causeway-{page-causewayrel}-RC1
 ----
 <.> deletes the remote branch (update `RCn` as necessary)
 <.> deletes the remote origin server's tag (update `RCn` as necessary)
@@ -62,14 +62,14 @@ git tag -d causeway-{page-isisrel}-RC1
 +
 [source,bash,subs="attributes+"]
 ----
-git push --delete origin release-{page-isisrel}-RC1     # <.>
+git push --delete origin release-{page-causewayrel}-RC1     # <.>
 ----
 
 * For simpleapp starter app, similarly:
 +
 [source,bash,subs="attributes+"]
 ----
-git push --delete origin release-{page-isisrel}-RC1     # <.>
+git push --delete origin release-{page-causewayrel}-RC1     # <.>
 ----
 
 
diff --git 
a/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc 
b/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
index 8f54a1df21..5d58cf379a 100644
--- a/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/updating-the-website.adoc
@@ -4,7 +4,7 @@
 :page-partial:
 
 As part of the release process we 
xref:post-release-successful.adoc#generate-website[generate] and publish the 
website.
-An (intentional) side-effect of this process is to create a branch for the 
release (that is, `{page-isisrel}`).
+An (intentional) side-effect of this process is to create a branch for the 
release (that is, `{page-causewayrel}`).
 This branch can then be used for documentation updates.
 
 == Update docs
@@ -15,7 +15,7 @@ In the regular `causeway` repo:
 +
 [source,bash,subs="attributes+"]
 ----
-git checkout {page-isisrel}
+git checkout {page-causewayrel}
 ----
 
 * make documentation updates, and commit changes
diff --git 
a/antora/components/comguide/modules/ROOT/partials/verify-process.adoc 
b/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
index 9a44dea384..a1afe2ba8e 100644
--- a/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
+++ b/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
@@ -1,4 +1,4 @@
-VERSION={page-isisrel}
+VERSION={page-causewayrel}
 RC=RC1
 NEXUSREPONUM=11xx
 
diff --git a/antora/components/docs/modules/ROOT/pages/about.adoc 
b/antora/components/docs/modules/ROOT/pages/about.adoc
index 4391efa2d9..d19a9c5f93 100644
--- a/antora/components/docs/modules/ROOT/pages/about.adoc
+++ b/antora/components/docs/modules/ROOT/pages/about.adoc
@@ -134,7 +134,7 @@ _Process_
 
 _Automated Analysis_
 
-* link:https://sonarcloud.io/dashboard?id=apache_isis[SonarCloud.io]
+* link:https://sonarcloud.io/dashboard?id=apache_causeway[SonarCloud.io]
 * link:https://fisheye.apache.org/browse/~br=master/causeway-git/[ASF Fisheye]
 
 _Development_
@@ -180,13 +180,13 @@ _Academia_
 //_Example Apps_
 
 //* https://github.com/apache/causeway-app-todoapp[TodoApp]
-//* https://github.com/isisaddons/causeway-app-kitchensink[Kitchensink]
-//* https://github.com/isisaddons/causeway-app-quickstart[Quickstart]
+//* https://github.com/causewayaddons/causeway-app-kitchensink[Kitchensink]
+//* https://github.com/causewayaddons/causeway-app-quickstart[Quickstart]
 
 //_Experiments_
 //
-//* https://github.com/isisaddons/causeway-app-neoapp[Neo4J Example]
-//* https://github.com/isisaddons/causeway-app-simpledsl[Causeway DSL Example]
+//* https://github.com/causewayaddons/causeway-app-neoapp[Neo4J Example]
+//* https://github.com/causewayaddons/causeway-app-simpledsl[Causeway DSL 
Example]
 
 
 //|
diff --git a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc 
b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
index 68e3110962..ddf674d6d2 100644
--- a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
+++ b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
@@ -21,7 +21,7 @@ If you just want to get going quickly, we suggest using our 
xref:docs:starters:h
 
 If you want to build Apache Causeway from formally released source tarballs, 
you can download from here:
 
-* 
https://www.apache.org/dyn/closer.cgi/causeway/causeway-core/causeway-{page-isisrel}-source-release.zip[causeway-{page-isisrel}]
 
(https://www.apache.org/dist/causeway/causeway-core/causeway-{page-isisrel}-source-release.zip.asc[asc],
 
https://www.apache.org/dist/causeway/causeway-core/causeway-{page-isisrel}-source-release.zip.md5[md5])
+* 
https://www.apache.org/dyn/closer.cgi/causeway/causeway-core/causeway-{page-causewayrel}-source-release.zip[causeway-{page-causewayrel}]
 
(https://www.apache.org/dist/causeway/causeway-core/causeway-{page-causewayrel}-source-release.zip.asc[asc],
 
https://www.apache.org/dist/causeway/causeway-core/causeway-{page-causewayrel}-source-release.zip.md5[md5])
 
 
 
@@ -39,7 +39,7 @@ Then verify the signatures using a command such as:
 [source,bash,subs="attributes+"]
 ----
 pgpk -a KEYS
-pgpv causeway-{page-isisrel}-source-release.zip.asc 
causeway-{page-isisrel}-source-release.zip
+pgpv causeway-{page-causewayrel}-source-release.zip.asc 
causeway-{page-causewayrel}-source-release.zip
 ----
 
 or
@@ -47,7 +47,7 @@ or
 [source,bash,subs="attributes+"]
 ----
 pgp -ka KEYS
-pgp causeway-{page-isisrel}-source-release.zip.asc 
causeway-{page-isisrel}-source-release.zip
+pgp causeway-{page-causewayrel}-source-release.zip.asc 
causeway-{page-causewayrel}-source-release.zip
 ----
 
 or
@@ -55,7 +55,7 @@ or
 [source,bash,subs="attributes+"]
 ----
 gpg --import KEYS
-gpg -verify causeway-{page-isisrel}-source-release.zip.asc 
causeway-{page-isisrel}-source-release.zip
+gpg -verify causeway-{page-causewayrel}-source-release.zip.asc 
causeway-{page-causewayrel}-source-release.zip
 ----
 
 
@@ -90,7 +90,7 @@ See link:https://gitbox.apache.org/setup/[gitbox setup] for 
more details on how
 
 == DOAP RDF File
 
-The http://projects.apache.org/doap.html[description of a project] RDF file 
for Apache Causeway can be downloaded 
link:https://causeway.apache.org/doap_isis.rdf[here].
+The http://projects.apache.org/doap.html[description of a project] RDF file 
for Apache Causeway can be downloaded 
link:https://causeway.apache.org/doap_causeway.rdf[here].
 
 
 
diff --git 
a/antora/components/docs/modules/ROOT/pages/what-is-apache-isis/screencasts-older.adoc
 
b/antora/components/docs/modules/ROOT/pages/what-is-apache-isis/screencasts-older.adoc
index 46599329cc..a4bd8c0f3a 100644
--- 
a/antora/components/docs/modules/ROOT/pages/what-is-apache-isis/screencasts-older.adoc
+++ 
b/antora/components/docs/modules/ROOT/pages/what-is-apache-isis/screencasts-older.adoc
@@ -101,7 +101,7 @@ Learn more at the (non-ASF) 
link:https://platform.incode.org[Incode Platform^]'s
 
 _A run-through of the command (profiling) service, auditing service, 
publishing service.  Also shows how commands can be run in the background 
either explicitly by scheduling through the background service or implicitly by 
way of a framework annotation._ +
 
-Learn more at the (non-ASF) link:https://platform.incode.org[Incode 
Platform^]'s command and audit modules (also the obsolete 
http://github.com/isisaddons-legacy/causeway-module-publishing[publishing] 
modules).
+Learn more at the (non-ASF) link:https://platform.incode.org[Incode 
Platform^]'s command and audit modules (also the obsolete 
http://github.com/causewayaddons-legacy/causeway-module-publishing[publishing] 
modules).
 
 |video::tqXUZkPB3EI[youtube,width="420px",height="210px"]
 
diff --git 
a/antora/components/docs/modules/ROOT/partials/module-nav/framework.adoc 
b/antora/components/docs/modules/ROOT/partials/module-nav/framework.adoc
index a19d3feeb0..59bfad038b 100644
--- a/antora/components/docs/modules/ROOT/partials/module-nav/framework.adoc
+++ b/antora/components/docs/modules/ROOT/partials/module-nav/framework.adoc
@@ -10,7 +10,7 @@
 *** xref:tooling:ROOT:about.adoc[Tooling]
 
 ** Automated Analysis
-*** link:https://sonarcloud.io/dashboard?id=apache_isis[SonarCloud.io]
+*** link:https://sonarcloud.io/dashboard?id=apache_causeway[SonarCloud.io]
 *** link:https://fisheye.apache.org/browse/~br=master/causeway-git/[ASF 
Fisheye]
 
 
diff --git 
a/antora/components/refguide-index/modules/applib/pages/index/services/confview/hooks/ConfigurationViewService_020-examples-and-usage.adoc
 
b/antora/components/refguide-index/modules/applib/pages/index/services/confview/hooks/ConfigurationViewService_020-examples-and-usage.adoc
index 59e8961fe0..ab5fed87e2 100644
--- 
a/antora/components/refguide-index/modules/applib/pages/index/services/confview/hooks/ConfigurationViewService_020-examples-and-usage.adoc
+++ 
b/antora/components/refguide-index/modules/applib/pages/index/services/confview/hooks/ConfigurationViewService_020-examples-and-usage.adoc
@@ -4,7 +4,7 @@
 
 == Related Services
 
-* The configuration properties for Apache Causeway can also be obtained from 
the 
xref:refguide:config:about.adoc#isisconfiguration-domain-service[CausewayConfiguration]
 domain service.
+* The configuration properties for Apache Causeway can also be obtained from 
the 
xref:refguide:config:about.adoc#causewayconfiguration-domain-service[CausewayConfiguration]
 domain service.
 These provide 
link:https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-typesafe-configuration-properties[type-safe]
 access to all `causeway.*` configuration properties.
 +
 [NOTE]
diff --git 
a/antora/components/setupguide/modules/intellij/partials/UNUSED/faster-turnaround-times.adoc
 
b/antora/components/setupguide/modules/intellij/partials/UNUSED/faster-turnaround-times.adoc
index efd2c0c8c4..62fb43d8b2 100644
--- 
a/antora/components/setupguide/modules/intellij/partials/UNUSED/faster-turnaround-times.adoc
+++ 
b/antora/components/setupguide/modules/intellij/partials/UNUSED/faster-turnaround-times.adoc
@@ -190,7 +190,7 @@ 
image::070-advanced/040-dcevm-run-configuration.png[width="600px"]
 
 == Setting up JRebel
 
-See the repo for the (non-ASF) 
link:https://github.com/isisaddons/causeway-jrebel-plugin[Causeway JRebel] 
plugin.
+See the repo for the (non-ASF) 
link:https://github.com/causewayaddons/causeway-jrebel-plugin[Causeway JRebel] 
plugin.
 
 Note that JRebel is a commercial product, requiring a license.
 At the time of writing there is also currently a non-commercial free license 
(though note this comes with some usage conditions).
diff --git 
a/antora/components/tutorials/modules/petclinic/pages/further-business-logic-worked-examples.adoc
 
b/antora/components/tutorials/modules/petclinic/pages/further-business-logic-worked-examples.adoc
index 77d31bb02a..d61bc3758d 100644
--- 
a/antora/components/tutorials/modules/petclinic/pages/further-business-logic-worked-examples.adoc
+++ 
b/antora/components/tutorials/modules/petclinic/pages/further-business-logic-worked-examples.adoc
@@ -192,7 +192,7 @@ CAUTION: TODO
 //----
 //@Programmatic
 //public java.util.List<Visit> findNotPaid() {
-//    TypesafeQuery<Visit> q = isisJdoSupport.newTypesafeQuery(Visit.class);
+//    TypesafeQuery<Visit> q = 
causewayJdoSupport.newTypesafeQuery(Visit.class);
 //    final QVisit cand = QVisit.candidate();
 //    q = q.filter(
 //            cand.paidOn.eq(q.parameter("paidOn", LocalDateTime.class)
@@ -583,7 +583,7 @@ CAUTION: TODO
 //----
 //@Programmatic
 //public java.util.List<Visit> findNotPaidBy(Owner owner) {
-//    TypesafeQuery<Visit> q = isisJdoSupport.newTypesafeQuery(Visit.class);
+//    TypesafeQuery<Visit> q = 
causewayJdoSupport.newTypesafeQuery(Visit.class);
 //    final QVisit cand = QVisit.candidate();
 //    q = q.filter(
 //            cand.paidOn.eq(q.parameter("paidOn", LocalDateTime.class)
diff --git a/core/config/src/main/adoc/modules/config/pages/about.adoc 
b/core/config/src/main/adoc/modules/config/pages/about.adoc
index 9373d3e77d..90ad077d75 100644
--- a/core/config/src/main/adoc/modules/config/pages/about.adoc
+++ b/core/config/src/main/adoc/modules/config/pages/about.adoc
@@ -65,7 +65,7 @@ export PROTOTYPING=true
 +
 [source,bash]
 ----
--Disis.deploymentType=PROTOTYPING
+-Dcauseway.deploymentType=PROTOTYPING
 ----
 
 It is also possible to explicitly specify production mode:
@@ -81,7 +81,7 @@ It is also possible to explicitly specify production mode:
 +
 [source,bash]
 ----
--Disis.deploymentType=PRODUCTION
+-Dcauseway.deploymentType=PRODUCTION
 ----
 
 If (by a combination of mechanisms) both prototyping and production modes are 
specified, then production mode wins.
@@ -169,7 +169,7 @@ So do some of the xref:extensions::about.adoc[extensions] 
and xref:valuetypes:RO
 
 The remainder of this guide lists the various configuration properties 
available, broken out into logical sections.
 
-[#isisconfiguration-domain-service]
+[#causewayconfiguration-domain-service]
 === IsisConfiguration domain service
 
 Applications can discover the current configuration properties for the 
framework (under the `causeway` top-level key) by injecting the 
`IsisConfiguration` domain service.
diff --git 
a/extensions/security/secman/adoc/modules/secman/pages/setting-up-with-shiro.adoc
 
b/extensions/security/secman/adoc/modules/secman/pages/setting-up-with-shiro.adoc
index 3c5e5688a3..9ccc92966b 100644
--- 
a/extensions/security/secman/adoc/modules/secman/pages/setting-up-with-shiro.adoc
+++ 
b/extensions/security/secman/adoc/modules/secman/pages/setting-up-with-shiro.adoc
@@ -116,10 +116,10 @@ The following sets up Shiro _without_ delegation:
 [main]
 
 
authenticationStrategy=org.apache.causeway.extensions.secman.delegated.shiro.realm.AuthenticationStrategyForSecMan
-isisModuleSecurityRealm=org.apache.causeway.extensions.secman.delegated.shiro.realm.IsisModuleExtSecmanShiroRealm
+causewayModuleSecurityRealm=org.apache.causeway.extensions.secman.delegated.shiro.realm.IsisModuleExtSecmanShiroRealm
 
 securityManager.authenticator.authenticationStrategy = $authenticationStrategy
-securityManager.realms = $isisModuleSecurityRealm
+securityManager.realms = $causewayModuleSecurityRealm
 
 [users]
 [roles]
@@ -144,7 +144,7 @@ 
ldapRealm=org.apache.causeway.extensions.shirorealmldap.realm.impl.IsisLdapRealm
 ldapRealm.xxx=...                                                            
#<.>
 ldapRealm.yyy=...
 
-isisModuleSecurityRealm.delegateAuthenticationRealm=$ldapRealm               
#<.>
+causewayModuleSecurityRealm.delegateAuthenticationRealm=$ldapRealm             
  #<.>
 
 ...
 ----
diff --git 
a/extensions/security/secman/adoc/modules/secman/pages/setting-up.adoc 
b/extensions/security/secman/adoc/modules/secman/pages/setting-up.adoc
index 35dc242475..e0c418eb82 100644
--- a/extensions/security/secman/adoc/modules/secman/pages/setting-up.adoc
+++ b/extensions/security/secman/adoc/modules/secman/pages/setting-up.adoc
@@ -25,7 +25,7 @@ In addition, add a section for secman's own BOM:
             <artifactId>causeway-extensions-secman</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
@@ -100,7 +100,7 @@ Add the database schema used by the SecMan entities to the 
configuration file:
 causeway:
   persistence:
     schema:
-      auto-create-schemas: isisExtSecman
+      auto-create-schemas: causewayExtSecman
 ----
 
 Optionally, modify the configuration properties for Secman itself:
@@ -308,11 +308,11 @@ public class SeedSecurityService {
 
     private final FixtureScripts fixtureScripts;
     private final TransactionService transactionService;
-    private final IsisSystemEnvironment isisSystemEnvironment;
+    private final IsisSystemEnvironment causewaySystemEnvironment;
 
     @EventListener(MetamodelEvent.class)
     public void onMetamodelEvent(final MetamodelEvent event) {
-        if (event.isPostMetamodel() && isisSystemEnvironment.isPrototyping()) {
+        if (event.isPostMetamodel() && 
causewaySystemEnvironment.isPrototyping()) {
             runScripts();
             transactionService.flushTransaction();
         }
diff --git a/incubator/clients/kroviz/adoc/modules/kroviz/pages/credits.adoc 
b/incubator/clients/kroviz/adoc/modules/kroviz/pages/credits.adoc
index be1f7d9acf..1f9080097e 100644
--- a/incubator/clients/kroviz/adoc/modules/kroviz/pages/credits.adoc
+++ b/incubator/clients/kroviz/adoc/modules/kroviz/pages/credits.adoc
@@ -16,11 +16,11 @@ by Henry Salomé le 06/12/2006
 Create banner image:
 
 ----
-convert.exe WheatFieldWithCrows.jpg -channel all isis_clut.png -clut 
WheatFieldWithCrows.png
+convert.exe WheatFieldWithCrows.jpg -channel all causeway_clut.png -clut 
WheatFieldWithCrows.png
 ----
 
 ----
-convert.exe WheatFieldWithCrows.jpg -separate -normalize -combine 
isis_clut.png -clut WheatFieldWithCrows.png
+convert.exe WheatFieldWithCrows.jpg -separate -normalize -combine 
causeway_clut.png -clut WheatFieldWithCrows.png
 ----
 
 == Apache Causeway colors
diff --git 
a/mavendeps/adoc/modules/mavendeps/partials/setup-and-configure-dependencyManagement.adoc
 
b/mavendeps/adoc/modules/mavendeps/partials/setup-and-configure-dependencyManagement.adoc
index 8712eaef06..88bf3ed09f 100644
--- 
a/mavendeps/adoc/modules/mavendeps/partials/setup-and-configure-dependencyManagement.adoc
+++ 
b/mavendeps/adoc/modules/mavendeps/partials/setup-and-configure-dependencyManagement.adoc
@@ -13,7 +13,7 @@ If your application inherits from the Apache Causeway starter 
app (`org.apache.c
 <parent>
     <groupId>org.apache.causeway.app</groupId>
     <artifactId>causeway-app-starter-parent</artifactId>
-    <version>{page-isisrel}</version>
+    <version>{page-causewayrel}</version>
     <relativePath/>
 </parent>
 ----
@@ -29,7 +29,7 @@ This is usually done in the top-level parent pom of your 
application:
         <dependency>
             <groupId>org.apache.causeway.core</groupId>
             <artifactId>causeway-core</artifactId>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
             <scope>import</scope>
             <type>pom</type>
         </dependency>
diff --git a/persistence/jdo/adoc/modules/ROOT/pages/db-schemas.adoc 
b/persistence/jdo/adoc/modules/ROOT/pages/db-schemas.adoc
index 18e9ad8840..e03873630d 100644
--- a/persistence/jdo/adoc/modules/ROOT/pages/db-schemas.adoc
+++ b/persistence/jdo/adoc/modules/ROOT/pages/db-schemas.adoc
@@ -18,7 +18,7 @@ Its `ApplicationUser` entity is defined as:
 import javax.jdo.annotations.PersistenceCapable;
 
 @PersistenceCapable(
-        schema = "isisExtSecman",
+        schema = "causewayExtSecman",
         table = "ApplicationUser",
         ...
 )
@@ -29,7 +29,7 @@ which results in a `CREATE TABLE` statement of:
 
 [source,sql]
 ----
-CREATE TABLE isisExtSecman."ApplicationUser" (
+CREATE TABLE causewayExtSecman."ApplicationUser" (
     ...
 )
 ----
diff --git 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/jdoql-and-timestamps.adoc
 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/jdoql-and-timestamps.adoc
index 733105e4e2..c5e6bed630 100644
--- 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/jdoql-and-timestamps.adoc
+++ 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/jdoql-and-timestamps.adoc
@@ -14,7 +14,7 @@ This defines a query using JDOQL:
 [source,java]
 ----
 SELECT
-FROM org.isisaddons.module.command.dom.CommandJdo
+FROM org.causewayaddons.module.command.dom.CommandJdo
 WHERE executeIn == 'FOREGROUND'
    && timestamp > :timestamp
    && startedAt != null
@@ -31,7 +31,7 @@ Running SQL Profiler showed the underlying SQL as:
 [source,sql]
 ----
 exec sp_prepexec @p1 output,N'@P0 datetime2',
-N'SELECT ''org.isisaddons.module.command.dom.CommandJdo'' AS NUCLEUS_TYPE,
+N'SELECT ''org.causewayaddons.module.command.dom.CommandJdo'' AS NUCLEUS_TYPE,
   A0.arguments,
   ...,
   A0.target,
@@ -39,7 +39,7 @@ N'SELECT ''org.isisaddons.module.command.dom.CommandJdo'' AS 
NUCLEUS_TYPE,
   A0.transactionId,
   A0."user",
   ''2018-01-24 17:29:18.3'' AS NUCORDER0    // <1>
-FROM isiscommand.Command A0
+FROM causewaycommand.Command A0
 WHERE A0.executeIn = ''FOREGROUND''
   AND A0."timestamp" > @P0
   AND A0.startedAt IS NOT NULL
@@ -63,7 +63,7 @@ My fix was to change the JDOQL to be:
 [source,sql]
 ----
 SELECT
-FROM org.isisaddons.module.command.dom.CommandJdo
+FROM org.causewayaddons.module.command.dom.CommandJdo
 WHERE executeIn == 'FOREGROUND'
    && timestamp > :timestamp
    && startedAt != null
diff --git 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/overriding-jdo-annotations.adoc
 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/overriding-jdo-annotations.adoc
index 044fade10d..8dd5d3e069 100644
--- 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/overriding-jdo-annotations.adoc
+++ 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/overriding-jdo-annotations.adoc
@@ -58,9 +58,9 @@ For example:
      xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/jdo/orm
         http://xmlns.jcp.org/xml/ns/jdo/orm_3_0.xsd";>
 
-    <package name="org.isisaddons.module.audit.dom">
+    <package name="org.causewayaddons.module.audit.dom">
         <class name="AuditEntry"
-               schema="isisaudit"
+               schema="causewayaudit"
                table="AuditEntry">
         </class>
     </package>
diff --git 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/typesafe-queries-and-fetchgroups.adoc
 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/typesafe-queries-and-fetchgroups.adoc
index 039511d29d..963af83d44 100644
--- 
a/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/typesafe-queries-and-fetchgroups.adoc
+++ 
b/persistence/jdo/adoc/modules/ROOT/pages/hints-and-tips/typesafe-queries-and-fetchgroups.adoc
@@ -51,7 +51,7 @@ public List<IncomingInvoice> 
findCompletedOrLaterWithItemsByReportedDate(final L
     final QIncomingInvoiceItem iii = QIncomingInvoiceItem.variable("iii");
 
     final TypesafeQuery<IncomingInvoice> q =
-        isisJdoSupport.newTypesafeQuery(IncomingInvoice.class);
+        causewayJdoSupport.newTypesafeQuery(IncomingInvoice.class);
 
     q.filter(
             ii.items.contains(iii)
@@ -92,7 +92,7 @@ public List<IncomingInvoice> 
findCompletedOrLaterWithItemsByReportedDate(final L
     final QIncomingInvoiceItem iii = QIncomingInvoiceItem.variable("iii");
 
     final TypesafeQuery<IncomingInvoice> q =
-        isisJdoSupport.newTypesafeQuery(IncomingInvoice.class);
+        causewayJdoSupport.newTypesafeQuery(IncomingInvoice.class);
 
     q.getFetchPlan().addGroup("seller_buyer_property_bankAccount");     // <1>
 
diff --git a/persistence/jpa/adoc/modules/ROOT/pages/db-schemas.adoc 
b/persistence/jpa/adoc/modules/ROOT/pages/db-schemas.adoc
index f632cc35a8..e7c84779e1 100644
--- a/persistence/jpa/adoc/modules/ROOT/pages/db-schemas.adoc
+++ b/persistence/jpa/adoc/modules/ROOT/pages/db-schemas.adoc
@@ -17,7 +17,7 @@ Its `ApplicationUser` entity is defined as:
 ----
 @Entity
 @Table(
-        schema = "isisExtSecman",
+        schema = "causewayExtSecman",
         name = "ApplicationUser",
         ...
 )
@@ -28,7 +28,7 @@ which results in a `CREATE TABLE` statement of:
 
 [source,sql]
 ----
-CREATE TABLE isisExtSecman."ApplicationUser" (
+CREATE TABLE causewayExtSecman."ApplicationUser" (
     ...
 )
 ----
diff --git a/security/shiro/src/main/adoc/modules/shiro/pages/about.adoc 
b/security/shiro/src/main/adoc/modules/shiro/pages/about.adoc
index 9dd7c6effb..28c83fbdfd 100644
--- a/security/shiro/src/main/adoc/modules/shiro/pages/about.adoc
+++ b/security/shiro/src/main/adoc/modules/shiro/pages/about.adoc
@@ -339,7 +339,7 @@ To configure Apache Causeway' extended permission support 
requires that a custom
 permissionResolver = 
org.apache.causeway.security.shiro.authorization.IsisPermissionResolver
 myRealm.permissionResolver = $permissionResolver  # <.>
 ----
-<.> `myRealm` is the handle to the configured realm, eg `$iniRealm` or 
`$isisLdapRealm` etc.
+<.> `myRealm` is the handle to the configured realm, eg `$iniRealm` or 
`$causewayLdapRealm` etc.
 
 
 
diff --git a/starters/adoc/modules/parent-pom/pages/about.adoc 
b/starters/adoc/modules/parent-pom/pages/about.adoc
index 2a73e27fe0..5516285a3d 100644
--- a/starters/adoc/modules/parent-pom/pages/about.adoc
+++ b/starters/adoc/modules/parent-pom/pages/about.adoc
@@ -16,7 +16,7 @@ To use it, just add:
 <parent>
     <groupId>org.apache.causeway.app</groupId>
     <artifactId>causeway-app-starter-parent</artifactId>
-    <version>{page-isisrel}</version>                    <!--.-->
+    <version>{page-causewayrel}</version>                    <!--.-->
 </parent>
 ----
 <.> update as required for new versions of the framework.
diff --git 
a/testing/archtestsupport/adoc/modules/archtestsupport/pages/about.adoc 
b/testing/archtestsupport/adoc/modules/archtestsupport/pages/about.adoc
index d811b380bd..c2d51bb756 100644
--- a/testing/archtestsupport/adoc/modules/archtestsupport/pages/about.adoc
+++ b/testing/archtestsupport/adoc/modules/archtestsupport/pages/about.adoc
@@ -22,7 +22,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git a/testing/fakedata/adoc/modules/fakedata/pages/about.adoc 
b/testing/fakedata/adoc/modules/fakedata/pages/about.adoc
index 7273b5998c..1f18c2bb15 100644
--- a/testing/fakedata/adoc/modules/fakedata/pages/about.adoc
+++ b/testing/fakedata/adoc/modules/fakedata/pages/about.adoc
@@ -40,7 +40,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git 
a/testing/fixtures/adoc/modules/fixtures/pages/fixture-scripts/maven-configuration.adoc
 
b/testing/fixtures/adoc/modules/fixtures/pages/fixture-scripts/maven-configuration.adoc
index d1cd472ee7..f727c04c8c 100644
--- 
a/testing/fixtures/adoc/modules/fixtures/pages/fixture-scripts/maven-configuration.adoc
+++ 
b/testing/fixtures/adoc/modules/fixtures/pages/fixture-scripts/maven-configuration.adoc
@@ -16,7 +16,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git a/testing/h2console/adoc/modules/h2console/pages/about.adoc 
b/testing/h2console/adoc/modules/h2console/pages/about.adoc
index f7b20499fc..2e2eeefd0c 100644
--- a/testing/h2console/adoc/modules/h2console/pages/about.adoc
+++ b/testing/h2console/adoc/modules/h2console/pages/about.adoc
@@ -25,7 +25,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git a/testing/hsqldbmgr/adoc/modules/hsqldbmgr/pages/about.adoc 
b/testing/hsqldbmgr/adoc/modules/hsqldbmgr/pages/about.adoc
index ed2e2c4d88..12a0b9f5c7 100644
--- a/testing/hsqldbmgr/adoc/modules/hsqldbmgr/pages/about.adoc
+++ b/testing/hsqldbmgr/adoc/modules/hsqldbmgr/pages/about.adoc
@@ -27,7 +27,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git 
a/testing/integtestsupport/adoc/modules/integtestsupport/pages/about.adoc 
b/testing/integtestsupport/adoc/modules/integtestsupport/pages/about.adoc
index e879101490..c4d9283d4f 100644
--- a/testing/integtestsupport/adoc/modules/integtestsupport/pages/about.adoc
+++ b/testing/integtestsupport/adoc/modules/integtestsupport/pages/about.adoc
@@ -29,7 +29,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
@@ -514,12 +514,12 @@ Customer wrappedCustomer = ...;
 Customer customer = wrapperFactory.unwrap(wrappedCustomer);
 ----
 
-If you prefer, you also can get the underlying object from the wrapper itself, 
by downcasting to `WrappingObject` and calling `__isis_wrapped()` method:
+If you prefer, you also can get the underlying object from the wrapper itself, 
by downcasting to `WrappingObject` and calling `__causeway_wrapped()` method:
 
 [source,java]
 ----
 Customer wrappedCustomer = ...;
-Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__isis_wrapped());
+Customer customer = 
(Customer)((WrappingObject)wrappedCustomer).__causeway_wrapped());
 ----
 
 We're not sure that's any easier (in fact we're certain it looks rather 
obscure).  Stick with calling `unwrap(...)`!
diff --git a/testing/specsupport/adoc/modules/specsupport/pages/about.adoc 
b/testing/specsupport/adoc/modules/specsupport/pages/about.adoc
index 88d5da2c93..11a62c6eb4 100644
--- a/testing/specsupport/adoc/modules/specsupport/pages/about.adoc
+++ b/testing/specsupport/adoc/modules/specsupport/pages/about.adoc
@@ -49,7 +49,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>
diff --git 
a/testing/unittestsupport/adoc/modules/unittestsupport/pages/about.adoc 
b/testing/unittestsupport/adoc/modules/unittestsupport/pages/about.adoc
index 303b948902..6d6d6599c6 100644
--- a/testing/unittestsupport/adoc/modules/unittestsupport/pages/about.adoc
+++ b/testing/unittestsupport/adoc/modules/unittestsupport/pages/about.adoc
@@ -21,7 +21,7 @@ In addition, add a section for the BOM of all the testing 
support libraries:
                <artifactId>causeway-testing</artifactId>
             <scope>import</scope>
             <type>pom</type>
-            <version>{page-isisrel}</version>
+            <version>{page-causewayrel}</version>
         </dependency>
     </dependencies>
 </dependencyManagement>


Reply via email to