This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 378c2dcc4a ISIS-3272: mignotes on proj. rename and new config structure
378c2dcc4a is described below
commit 378c2dcc4a90f92b68950886f03e1bbeee626137
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 4 13:09:00 2022 +0100
ISIS-3272: mignotes on proj. rename and new config structure
---
.../ROOT/pages/2022/2.0.0-RC1/mignotes.adoc | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git
a/antora/components/relnotes/modules/ROOT/pages/2022/2.0.0-RC1/mignotes.adoc
b/antora/components/relnotes/modules/ROOT/pages/2022/2.0.0-RC1/mignotes.adoc
index 997e5a91de..27295bf1e5 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2022/2.0.0-RC1/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2022/2.0.0-RC1/mignotes.adoc
@@ -5,4 +5,34 @@
This page will be added to as development progresses.
+== Project Rename
+Any occurrences of `isis` within source code, including configuration
resources,
+have been replaced with `causeway` while keeping variants:
+* lower-case `isis` -> `causeway`
+* upper-case `ISIS` -> `CAUSEWAY`
+* or capital case `Isis` -> `Causeway`
+
+== Configuration
+
+The following changed:
+[cols="2a,3a", options="header"]
+
+|===
+
+| previously
+| new
+
+| causeway.viewer.wicket.application.css
+| causeway.viewer.wicket.css
+
+| causeway.viewer.wicket.application.js
+| causeway.viewer.wicket.js
+
+| causeway.viewer.wicket.application
+| causeway.viewer.common.application
+
+| causeway.viewer.wicket.credit
+| causeway.viewer.common.credit
+
+|===