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
commit d13818af6aceacea5a0eb0b103a546f330710b17 Author: Andi Huber <[email protected]> AuthorDate: Fri Oct 21 11:48:26 2022 +0200 ISIS-3142: renaming: batch process all .yaml/.yml files (except antora/*) --- causeway-tooling.yml | 88 ++++++++++++++++++++++ .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 10 +-- .../src/test/resources/application-test.yml | 10 +-- .../src/test/resources/application-test.yml | 4 +- .../src/test/resources/application-test.yml | 4 +- .../viewer/src/test/resources/application-test.yml | 2 +- isis-tooling.yml | 88 ---------------------- .../src/test/resources/application-test.yml | 12 +-- .../src/test/resources/application-test.yml | 12 +-- .../stable/src/main/resources/application.yml | 8 +- .../tooling-cli/examples/causeway-tooling.yml | 88 ++++++++++++++++++++++ .../modules/tooling-cli/examples/isis-tooling.yml | 88 ---------------------- 21 files changed, 225 insertions(+), 225 deletions(-) diff --git a/causeway-tooling.yml b/causeway-tooling.yml new file mode 100644 index 0000000000..2741318a9f --- /dev/null +++ b/causeway-tooling.yml @@ -0,0 +1,88 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + + +commands: + overview: + description: "These tables summarize all Maven artifacts available with _Apache Causeway_." + + sections: + App: org.apache.causeway.app.* + Mavendeps: org.apache.causeway.mavendeps.* + Testing: org.apache.causeway.testing.* + Examples: org.apache.causeway.examples.* + + Root: org.apache.causeway + Commons: org.apache.causeway.commons.* + + Core: org.apache.causeway.core.* + + Persistence: org.apache.causeway.persistence + JDO: "org.apache.causeway.persistence:causeway-persistence-jdo.*" + JPA: "org.apache.causeway.persistence:causeway-persistence-jpa.*" + + Security: org.apache.causeway.security + Bypass: "org.apache.causeway.security:causeway-security-bypass.*" + Keycloak: "org.apache.causeway.security:causeway-security-keycloak.*" + Shiro: "org.apache.causeway.security:causeway-security-shiro.*" + Spring: "org.apache.causeway.security:causeway-security-spring.*" + + Viewer: org.apache.causeway.viewer + "Common": "org.apache.causeway.viewer:causeway-viewer-common.*" + "Restful Objects": "org.apache.causeway.viewer:causeway-viewer-restfulobjects.*" + Wicket: "org.apache.causeway.viewer:causeway-viewer-wicket.*" + + Valuetypes: org.apache.causeway.valuetypes.* + "Asciidoc": "org.apache.causeway.valuetypes:causeway-valuetypes-asciidoc.*" + "Markdown": "org.apache.causeway.valuetypes:causeway-valuetypes-markdown.*" + "SSE": "org.apache.causeway.valuetypes:causeway-valuetypes-sse.*" + + Extensions: org.apache.causeway.extensions + "Applib: Excel": "org.apache.causeway.extensions:causeway-extensions-excel.*" + "Core: Command Log": "org.apache.causeway.extensions:causeway-extensions-commandlog.*" + "Core: Command Replay": "org.apache.causeway.extensions:causeway-extensions-commandreplay.*" + #"Core: Flyway": "org.apache.causeway.extensions:causeway-extensions-flyway.*" + "Core: Quartz": "org.apache.causeway.extensions:causeway-extensions-quartz.*" + #"Security: Audit Trail": "org.apache.causeway.security:causeway-extensions-audittrail.*" + "Security: Secman": "org.apache.causeway.security:causeway-extensions-secman.*" + #"Security: Session Log": "org.apache.causeway.security:causeway-extensions-sessionlog.*" + "Security: Shiro LDAP Realm": "org.apache.causeway.security:causeway-extensions-shiro-realm-ldap.*" + "RO Viewer: CORS": "org.apache.causeway.security:causeway-extensions-cors.*" + "Wicket Viewer: Excel Download": "org.apache.causeway.security:causeway-extensions-exceldownload.*" + "Wicket Viewer: Full Calendar": "org.apache.causeway.security:causeway-extensions-fullcalendar.*" + #"Wicket Viewer: Gmap3": "org.apache.causeway.security:causeway-extensions-gmap3.*" + "Wicket Viewer: Pdf.js": "org.apache.causeway.security:causeway-extensions-fullcalendar.*" + + "Tooling": org.apache.causeway.tooling.* + "Regression Tests": org.apache.causeway.regressiontests.* + + Incubator: org.apache.causeway.incubator + "Kroviz Client": "org.apache.causeway.incubator.clients:causeway-client-kroviz.*" + "GraphQL Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-graphql.*" + "Vaadin Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-vaadin.*" + "JavaFX Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-javafx.*" + + index: + + namespacePartsSkipCount: 3 + + fixOrphanedAdocIncludeStatements: false + skipTitleHeader: false + formatter: JAVA_SOURCES_WITH_SECTIONS + diff --git a/extensions/core/commandlog/persistence-jdo/src/test/resources/application-test.yml b/extensions/core/commandlog/persistence-jdo/src/test/resources/application-test.yml index 687b1e4360..509e02a4af 100644 --- a/extensions/core/commandlog/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/core/commandlog/persistence-jdo/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTCOMMANDLOG" + auto-create-schemas: "CAUSEWAYEXTCOMMANDLOG" datanucleus: diff --git a/extensions/core/commandlog/persistence-jpa/src/test/resources/application-test.yml b/extensions/core/commandlog/persistence-jpa/src/test/resources/application-test.yml index 4edf0c2667..2be05dddaf 100644 --- a/extensions/core/commandlog/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/core/commandlog/persistence-jpa/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTCOMMANDLOG" + auto-create-schemas: "CAUSEWAYEXTCOMMANDLOG" extensions: session-log: diff --git a/extensions/core/executionlog/persistence-jdo/src/test/resources/application-test.yml b/extensions/core/executionlog/persistence-jdo/src/test/resources/application-test.yml index 872b17d60b..5ef6c5da86 100644 --- a/extensions/core/executionlog/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/core/executionlog/persistence-jdo/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTEXECUTIONLOG" + auto-create-schemas: "CAUSEWAYEXTEXECUTIONLOG" datanucleus: diff --git a/extensions/core/executionlog/persistence-jpa/src/test/resources/application-test.yml b/extensions/core/executionlog/persistence-jpa/src/test/resources/application-test.yml index c6eb91ebc2..c638ff2eef 100644 --- a/extensions/core/executionlog/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/core/executionlog/persistence-jpa/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTEXECUTIONLOG" + auto-create-schemas: "CAUSEWAYEXTEXECUTIONLOG" extensions: session-log: diff --git a/extensions/core/executionoutbox/persistence-jdo/src/test/resources/application-test.yml b/extensions/core/executionoutbox/persistence-jdo/src/test/resources/application-test.yml index 0cbe27e296..9bfaa9a4f7 100644 --- a/extensions/core/executionoutbox/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/core/executionoutbox/persistence-jdo/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTEXECUTIONOUTBOX" + auto-create-schemas: "CAUSEWAYEXTEXECUTIONOUTBOX" datanucleus: diff --git a/extensions/core/executionoutbox/persistence-jpa/src/test/resources/application-test.yml b/extensions/core/executionoutbox/persistence-jpa/src/test/resources/application-test.yml index 3ba2c8b52d..cd878b3753 100644 --- a/extensions/core/executionoutbox/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/core/executionoutbox/persistence-jpa/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTEXECUTIONOUTBOX" + auto-create-schemas: "CAUSEWAYEXTEXECUTIONOUTBOX" extensions: session-log: diff --git a/extensions/core/executionoutbox/restclient/src/test/resources/application-test.yml b/extensions/core/executionoutbox/restclient/src/test/resources/application-test.yml index 86abfedc85..72dbe85409 100644 --- a/extensions/core/executionoutbox/restclient/src/test/resources/application-test.yml +++ b/extensions/core/executionoutbox/restclient/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTEXECUTIONOUTBOX" + auto-create-schemas: "CAUSEWAYEXTEXECUTIONOUTBOX" extensions: session-log: diff --git a/extensions/security/audittrail/persistence-jdo/src/test/resources/application-test.yml b/extensions/security/audittrail/persistence-jdo/src/test/resources/application-test.yml index 8f81a2a0d4..65c380910f 100644 --- a/extensions/security/audittrail/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/security/audittrail/persistence-jdo/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTAUDITTRAIL" + auto-create-schemas: "CAUSEWAYEXTAUDITTRAIL" datanucleus: diff --git a/extensions/security/audittrail/persistence-jpa/src/test/resources/application-test.yml b/extensions/security/audittrail/persistence-jpa/src/test/resources/application-test.yml index 01cf42f46f..59d30260ed 100644 --- a/extensions/security/audittrail/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/security/audittrail/persistence-jpa/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTAUDITTRAIL" + auto-create-schemas: "CAUSEWAYEXTAUDITTRAIL" extensions: session-log: diff --git a/extensions/security/secman/persistence-jdo/src/test/resources/application-test.yml b/extensions/security/secman/persistence-jdo/src/test/resources/application-test.yml index ec055a18a8..4f8150ef96 100644 --- a/extensions/security/secman/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/security/secman/persistence-jdo/src/test/resources/application-test.yml @@ -14,25 +14,25 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: extensions: secman: seed: admin: user-name: "sven" password: "pass" - role-name: "isis-ext-secman-admin" + role-name: "causeway-ext-secman-admin" namespace-permissions: - sticky: "isis" + sticky: "causeway" additional: "mmm" regular-user: - role-name: "isis-ext-secman-user" + role-name: "causeway-ext-secman-user" permissionsEvaluationPolicy: "ALLOW_BEATS_VETO" persistence: schema: - auto-create-schemas: "ISISEXTSECMAN" + auto-create-schemas: "CAUSEWAYEXTSECMAN" spring: diff --git a/extensions/security/secman/persistence-jpa/src/test/resources/application-test.yml b/extensions/security/secman/persistence-jpa/src/test/resources/application-test.yml index 266c79be9b..bdfbd1e836 100644 --- a/extensions/security/secman/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/security/secman/persistence-jpa/src/test/resources/application-test.yml @@ -14,25 +14,25 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: extensions: secman: seed: admin: user-name: "sven" password: "pass" - role-name: "isis-ext-secman-admin" + role-name: "causeway-ext-secman-admin" namespace-permissions: - sticky: "isis" + sticky: "causeway" additional: "mmm" regular-user: - role-name: "isis-ext-secman-user" + role-name: "causeway-ext-secman-user" permissionsEvaluationPolicy: "ALLOW_BEATS_VETO" persistence: schema: - auto-create-schemas: "ISISEXTSECMAN" + auto-create-schemas: "CAUSEWAYEXTSECMAN" spring: diff --git a/extensions/security/sessionlog/persistence-jdo/src/test/resources/application-test.yml b/extensions/security/sessionlog/persistence-jdo/src/test/resources/application-test.yml index 7300d77584..6147d87615 100644 --- a/extensions/security/sessionlog/persistence-jdo/src/test/resources/application-test.yml +++ b/extensions/security/sessionlog/persistence-jdo/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTSESSIONLOG" + auto-create-schemas: "CAUSEWAYEXTSESSIONLOG" datanucleus: diff --git a/extensions/security/sessionlog/persistence-jpa/src/test/resources/application-test.yml b/extensions/security/sessionlog/persistence-jpa/src/test/resources/application-test.yml index 22324a031a..2cfc399d35 100644 --- a/extensions/security/sessionlog/persistence-jpa/src/test/resources/application-test.yml +++ b/extensions/security/sessionlog/persistence-jpa/src/test/resources/application-test.yml @@ -14,10 +14,10 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: - auto-create-schemas: "ISISEXTSESSIONLOG" + auto-create-schemas: "CAUSEWAYEXTSESSIONLOG" extensions: session-log: diff --git a/incubator/viewers/graphql/viewer/src/test/resources/application-test.yml b/incubator/viewers/graphql/viewer/src/test/resources/application-test.yml index 6614ebb7c4..d1eea1f9ff 100644 --- a/incubator/viewers/graphql/viewer/src/test/resources/application-test.yml +++ b/incubator/viewers/graphql/viewer/src/test/resources/application-test.yml @@ -1,4 +1,4 @@ -isis: +causeway: persistence: schema: auto-create-schemas: "demo" diff --git a/isis-tooling.yml b/isis-tooling.yml deleted file mode 100644 index 988cb1dbbd..0000000000 --- a/isis-tooling.yml +++ /dev/null @@ -1,88 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - - -commands: - overview: - description: "These tables summarize all Maven artifacts available with _Apache Isis_." - - sections: - App: org.apache.isis.app.* - Mavendeps: org.apache.isis.mavendeps.* - Testing: org.apache.isis.testing.* - Examples: org.apache.isis.examples.* - - Root: org.apache.isis - Commons: org.apache.isis.commons.* - - Core: org.apache.isis.core.* - - Persistence: org.apache.isis.persistence - JDO: "org.apache.isis.persistence:isis-persistence-jdo.*" - JPA: "org.apache.isis.persistence:isis-persistence-jpa.*" - - Security: org.apache.isis.security - Bypass: "org.apache.isis.security:isis-security-bypass.*" - Keycloak: "org.apache.isis.security:isis-security-keycloak.*" - Shiro: "org.apache.isis.security:isis-security-shiro.*" - Spring: "org.apache.isis.security:isis-security-spring.*" - - Viewer: org.apache.isis.viewer - "Common": "org.apache.isis.viewer:isis-viewer-common.*" - "Restful Objects": "org.apache.isis.viewer:isis-viewer-restfulobjects.*" - Wicket: "org.apache.isis.viewer:isis-viewer-wicket.*" - - Valuetypes: org.apache.isis.valuetypes.* - "Asciidoc": "org.apache.isis.valuetypes:isis-valuetypes-asciidoc.*" - "Markdown": "org.apache.isis.valuetypes:isis-valuetypes-markdown.*" - "SSE": "org.apache.isis.valuetypes:isis-valuetypes-sse.*" - - Extensions: org.apache.isis.extensions - "Applib: Excel": "org.apache.isis.extensions:isis-extensions-excel.*" - "Core: Command Log": "org.apache.isis.extensions:isis-extensions-commandlog.*" - "Core: Command Replay": "org.apache.isis.extensions:isis-extensions-commandreplay.*" - #"Core: Flyway": "org.apache.isis.extensions:isis-extensions-flyway.*" - "Core: Quartz": "org.apache.isis.extensions:isis-extensions-quartz.*" - #"Security: Audit Trail": "org.apache.isis.security:isis-extensions-audittrail.*" - "Security: Secman": "org.apache.isis.security:isis-extensions-secman.*" - #"Security: Session Log": "org.apache.isis.security:isis-extensions-sessionlog.*" - "Security: Shiro LDAP Realm": "org.apache.isis.security:isis-extensions-shiro-realm-ldap.*" - "RO Viewer: CORS": "org.apache.isis.security:isis-extensions-cors.*" - "Wicket Viewer: Excel Download": "org.apache.isis.security:isis-extensions-exceldownload.*" - "Wicket Viewer: Full Calendar": "org.apache.isis.security:isis-extensions-fullcalendar.*" - #"Wicket Viewer: Gmap3": "org.apache.isis.security:isis-extensions-gmap3.*" - "Wicket Viewer: Pdf.js": "org.apache.isis.security:isis-extensions-fullcalendar.*" - - "Tooling": org.apache.isis.tooling.* - "Regression Tests": org.apache.isis.regressiontests.* - - Incubator: org.apache.isis.incubator - "Kroviz Client": "org.apache.isis.incubator.clients:isis-client-kroviz.*" - "GraphQL Viewer": "org.apache.isis.incubator.viewer:isis-viewer-graphql.*" - "Vaadin Viewer": "org.apache.isis.incubator.viewer:isis-viewer-vaadin.*" - "JavaFX Viewer": "org.apache.isis.incubator.viewer:isis-viewer-javafx.*" - - index: - - namespacePartsSkipCount: 3 - - fixOrphanedAdocIncludeStatements: false - skipTitleHeader: false - formatter: JAVA_SOURCES_WITH_SECTIONS - diff --git a/regressiontests/stable-cmdexecauditsess/persistence-jdo/src/test/resources/application-test.yml b/regressiontests/stable-cmdexecauditsess/persistence-jdo/src/test/resources/application-test.yml index 6dd87766f0..de014e45b8 100644 --- a/regressiontests/stable-cmdexecauditsess/persistence-jdo/src/test/resources/application-test.yml +++ b/regressiontests/stable-cmdexecauditsess/persistence-jdo/src/test/resources/application-test.yml @@ -14,15 +14,15 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: auto-create-schemas: - - "ISISEXTCOMMANDLOG" - - "ISISEXTEXECUTIONLOG" - - "ISISEXTEXECUTIONOUTBOX" - - "ISISEXTAUDITTRAIL" - - "ISISEXTSESSIONLOG" + - "CAUSEWAYEXTCOMMANDLOG" + - "CAUSEWAYEXTEXECUTIONLOG" + - "CAUSEWAYEXTEXECUTIONOUTBOX" + - "CAUSEWAYEXTAUDITTRAIL" + - "CAUSEWAYEXTSESSIONLOG" datanucleus: diff --git a/regressiontests/stable-cmdexecauditsess/persistence-jpa/src/test/resources/application-test.yml b/regressiontests/stable-cmdexecauditsess/persistence-jpa/src/test/resources/application-test.yml index 67eec1b7ba..1bc8ee102a 100644 --- a/regressiontests/stable-cmdexecauditsess/persistence-jpa/src/test/resources/application-test.yml +++ b/regressiontests/stable-cmdexecauditsess/persistence-jpa/src/test/resources/application-test.yml @@ -14,15 +14,15 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -isis: +causeway: persistence: schema: auto-create-schemas: - - "ISISEXTCOMMANDLOG" - - "ISISEXTEXECUTIONLOG" - - "ISISEXTEXECUTIONOUTBOX" - - "ISISEXTAUDITTRAIL" - - "ISISEXTSESSIONLOG" + - "CAUSEWAYEXTCOMMANDLOG" + - "CAUSEWAYEXTEXECUTIONLOG" + - "CAUSEWAYEXTEXECUTIONOUTBOX" + - "CAUSEWAYEXTAUDITTRAIL" + - "CAUSEWAYEXTSESSIONLOG" extensions: session-log: diff --git a/regressiontests/stable/src/main/resources/application.yml b/regressiontests/stable/src/main/resources/application.yml index 3984ef17bf..04c2929e2a 100644 --- a/regressiontests/stable/src/main/resources/application.yml +++ b/regressiontests/stable/src/main/resources/application.yml @@ -17,7 +17,7 @@ # under the License. # -isis: +causeway: applib: annotation: @@ -58,9 +58,9 @@ isis: about: Smoke Tests credit: - - url: http://isis.apache.org - image: images/apache-isis/logo-48x48.png - name: Apache Isis + - url: http://causeway.apache.org + image: images/apache-causeway/logo-48x48.png + name: Apache Causeway themes: initial: Flatly diff --git a/tooling/cli/adoc/modules/tooling-cli/examples/causeway-tooling.yml b/tooling/cli/adoc/modules/tooling-cli/examples/causeway-tooling.yml new file mode 100644 index 0000000000..2741318a9f --- /dev/null +++ b/tooling/cli/adoc/modules/tooling-cli/examples/causeway-tooling.yml @@ -0,0 +1,88 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + + +commands: + overview: + description: "These tables summarize all Maven artifacts available with _Apache Causeway_." + + sections: + App: org.apache.causeway.app.* + Mavendeps: org.apache.causeway.mavendeps.* + Testing: org.apache.causeway.testing.* + Examples: org.apache.causeway.examples.* + + Root: org.apache.causeway + Commons: org.apache.causeway.commons.* + + Core: org.apache.causeway.core.* + + Persistence: org.apache.causeway.persistence + JDO: "org.apache.causeway.persistence:causeway-persistence-jdo.*" + JPA: "org.apache.causeway.persistence:causeway-persistence-jpa.*" + + Security: org.apache.causeway.security + Bypass: "org.apache.causeway.security:causeway-security-bypass.*" + Keycloak: "org.apache.causeway.security:causeway-security-keycloak.*" + Shiro: "org.apache.causeway.security:causeway-security-shiro.*" + Spring: "org.apache.causeway.security:causeway-security-spring.*" + + Viewer: org.apache.causeway.viewer + "Common": "org.apache.causeway.viewer:causeway-viewer-common.*" + "Restful Objects": "org.apache.causeway.viewer:causeway-viewer-restfulobjects.*" + Wicket: "org.apache.causeway.viewer:causeway-viewer-wicket.*" + + Valuetypes: org.apache.causeway.valuetypes.* + "Asciidoc": "org.apache.causeway.valuetypes:causeway-valuetypes-asciidoc.*" + "Markdown": "org.apache.causeway.valuetypes:causeway-valuetypes-markdown.*" + "SSE": "org.apache.causeway.valuetypes:causeway-valuetypes-sse.*" + + Extensions: org.apache.causeway.extensions + "Applib: Excel": "org.apache.causeway.extensions:causeway-extensions-excel.*" + "Core: Command Log": "org.apache.causeway.extensions:causeway-extensions-commandlog.*" + "Core: Command Replay": "org.apache.causeway.extensions:causeway-extensions-commandreplay.*" + #"Core: Flyway": "org.apache.causeway.extensions:causeway-extensions-flyway.*" + "Core: Quartz": "org.apache.causeway.extensions:causeway-extensions-quartz.*" + #"Security: Audit Trail": "org.apache.causeway.security:causeway-extensions-audittrail.*" + "Security: Secman": "org.apache.causeway.security:causeway-extensions-secman.*" + #"Security: Session Log": "org.apache.causeway.security:causeway-extensions-sessionlog.*" + "Security: Shiro LDAP Realm": "org.apache.causeway.security:causeway-extensions-shiro-realm-ldap.*" + "RO Viewer: CORS": "org.apache.causeway.security:causeway-extensions-cors.*" + "Wicket Viewer: Excel Download": "org.apache.causeway.security:causeway-extensions-exceldownload.*" + "Wicket Viewer: Full Calendar": "org.apache.causeway.security:causeway-extensions-fullcalendar.*" + #"Wicket Viewer: Gmap3": "org.apache.causeway.security:causeway-extensions-gmap3.*" + "Wicket Viewer: Pdf.js": "org.apache.causeway.security:causeway-extensions-fullcalendar.*" + + "Tooling": org.apache.causeway.tooling.* + "Regression Tests": org.apache.causeway.regressiontests.* + + Incubator: org.apache.causeway.incubator + "Kroviz Client": "org.apache.causeway.incubator.clients:causeway-client-kroviz.*" + "GraphQL Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-graphql.*" + "Vaadin Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-vaadin.*" + "JavaFX Viewer": "org.apache.causeway.incubator.viewer:causeway-viewer-javafx.*" + + index: + + namespacePartsSkipCount: 3 + + fixOrphanedAdocIncludeStatements: false + skipTitleHeader: false + formatter: JAVA_SOURCES_WITH_SECTIONS + diff --git a/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml b/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml deleted file mode 100644 index 184debe10e..0000000000 --- a/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml +++ /dev/null @@ -1,88 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - - -commands: - overview: - description: "These tables summarize all Maven artifacts available with _Apache Isis_." - - sections: - App: org.apache.isis.app.* - Mavendeps: org.apache.isis.mavendeps.* - Testing: org.apache.isis.testing.* - Examples: org.apache.isis.examples.* - - Root: org.apache.isis - Commons: org.apache.causeway.commons.* - - Core: org.apache.isis.core.* - - Persistence: org.apache.isis.persistence - JDO: "org.apache.isis.persistence:isis-persistence-jdo.*" - JPA: "org.apache.isis.persistence:isis-persistence-jpa.*" - - Security: org.apache.isis.security - Bypass: "org.apache.isis.security:isis-security-bypass.*" - Keycloak: "org.apache.isis.security:isis-security-keycloak.*" - Shiro: "org.apache.isis.security:isis-security-shiro.*" - Spring: "org.apache.isis.security:isis-security-spring.*" - - Viewer: org.apache.isis.viewer - "Common": "org.apache.isis.viewer:isis-viewer-common.*" - "Restful Objects": "org.apache.isis.viewer:isis-viewer-restfulobjects.*" - Wicket: "org.apache.isis.viewer:isis-viewer-wicket.*" - - Valuetypes: org.apache.isis.valuetypes.* - "Asciidoc": "org.apache.isis.valuetypes:isis-valuetypes-asciidoc.*" - "Markdown": "org.apache.isis.valuetypes:isis-valuetypes-markdown.*" - "SSE": "org.apache.isis.valuetypes:isis-valuetypes-sse.*" - - Extensions: org.apache.isis.extensions - "Applib: Excel": "org.apache.isis.extensions:isis-extensions-excel.*" - "Core: Command Log": "org.apache.isis.extensions:isis-extensions-commandlog.*" - "Core: Command Replay": "org.apache.isis.extensions:isis-extensions-commandreplay.*" - #"Core: Flyway": "org.apache.isis.extensions:isis-extensions-flyway.*" - "Core: Quartz": "org.apache.isis.extensions:isis-extensions-quartz.*" - #"Security: Audit Trail": "org.apache.isis.security:isis-extensions-audittrail.*" - "Security: Secman": "org.apache.isis.security:isis-extensions-secman.*" - #"Security: Session Log": "org.apache.isis.security:isis-extensions-sessionlog.*" - "Security: Shiro LDAP Realm": "org.apache.isis.security:isis-extensions-shiro-realm-ldap.*" - "RO Viewer: CORS": "org.apache.isis.security:isis-extensions-cors.*" - "Wicket Viewer: Excel Download": "org.apache.isis.security:isis-extensions-exceldownload.*" - "Wicket Viewer: Full Calendar": "org.apache.isis.security:isis-extensions-fullcalendar.*" - #"Wicket Viewer: Gmap3": "org.apache.isis.security:isis-extensions-gmap3.*" - "Wicket Viewer: Pdf.js": "org.apache.isis.security:isis-extensions-fullcalendar.*" - - "Tooling": org.apache.isis.tooling.* - "Regression Tests": org.apache.isis.regressiontests.* - - Incubator: org.apache.isis.incubator - "Kroviz Client": "org.apache.isis.incubator.clients:isis-client-kroviz.*" - "GraphQL Viewer": "org.apache.isis.incubator.viewer:isis-viewer-graphql.*" - "Vaadin Viewer": "org.apache.isis.incubator.viewer:isis-viewer-vaadin.*" - "JavaFX Viewer": "org.apache.isis.incubator.viewer:isis-viewer-javafx.*" - - index: - - namespacePartsSkipCount: 3 - - fixOrphanedAdocIncludeStatements: false - skipTitleHeader: false - formatter: JAVA_SOURCES_WITH_SECTIONS -
