You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/06 11:44:56 UTC

[isis] branch master updated: ISIS-2599: removal of legacy (adoc)

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 5f48070  ISIS-2599: removal of legacy (adoc)
5f48070 is described below

commit 5f48070e1f0249f7cdee3509fdfdaad229f392e0
Author: ahuber@apache.org <ah...@luna>
AuthorDate: Tue Apr 6 13:44:19 2021 +0200

    ISIS-2599: removal of legacy (adoc)
---
 antora/playbooks/site-legacy.yml                   | 97 ----------------------
 antora/playbooks/site.yml                          | 23 -----
 isis-tooling.yml                                   |  2 -
 .../modules/tooling-cli/examples/isis-tooling.yml  |  3 -
 .../apache/isis/tooling/cli/test/isis-tooling.yml  |  1 -
 5 files changed, 126 deletions(-)

diff --git a/antora/playbooks/site-legacy.yml b/antora/playbooks/site-legacy.yml
deleted file mode 100644
index 0c1a66c..0000000
--- a/antora/playbooks/site-legacy.yml
+++ /dev/null
@@ -1,97 +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.
-
-site:
-  title: Apache Isis
-  url: https://isis.apache.org/
-  start_page: docs:ROOT:about.adoc
-
-content:
-  sources:
-
-# antora
-    - url: .
-      start_path: antora/components/docs # docs
-      branches: HEAD
-# examples
-    - url: .
-      start_path: examples/demo/domain/src/main/adoc # docs
-      branches: HEAD
-
-# legacy
-    - url: .
-      start_path: legacy/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/applib/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/commons/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/metamodel/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/runtime/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/mappings/restclient/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/subdomains/servletapi/adoc # legacy
-      branches: HEAD
-
-# mavendeps
-    - url: .
-      start_path: mavendeps/adoc # docs
-      branches: HEAD
-
-# starters
-    - url: .
-      start_path: starters/adoc # docs
-      branches: HEAD
-
-
-ui:
-  bundle:
-    url: ../isis-antora/build/ui-bundle.zip
-#    url: https://github.com/apache/isis-antora/blob/master/build/ui-bundle.zip?raw=true
-    #url: ./antora/theme/ui-bundle.zip
-    snapshot: true
-  supplemental_files: antora/supplemental-ui
-
-asciidoc:
-  extensions:
-    - asciidoctor-kroki # requires: npm i ... @asciidoctor/core@2.2.0 asciidoctor-kroki
-#    - asciidoctor-plantuml # requires: npm i ... asciidoctor-plantuml@1.5.0
-    - ./antora/lib/lorem
-    - ./antora/lib/jira-issue
-  attributes:
-    experimental: ""
-    idprefix: ""
-    idseparator: "-"
-    # kroki
-    # for more options see https://github.com/Mogztter/asciidoctor-kroki
-    kroki-default-format: svg # (default)
-    kroki-default-options: interactive # only available for SVG
-    kroki-fetch-diagram: true
-    kroki-server-url: https://kroki.io # (default)
-    page-isisprev: "2.0.0-M5"
-    page-isisrel: "2.0.0-M6"
-
-output:
-  dir: antora/target/site
diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 2aa54ff..615508e 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -167,29 +167,6 @@ content:
       start_path: incubator/mappings/microprofile/src/main/adoc # incubator
       branches: HEAD
 
-# legacy
-    - url: .
-      start_path: legacy/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/applib/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/commons/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/metamodel/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/extensions/core/runtime/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/mappings/restclient/src/main/adoc # legacy
-      branches: HEAD
-    - url: .
-      start_path: legacy/subdomains/servletapi/src/main/adoc # legacy
-      branches: HEAD
-
 # mappings
     - url: .
       start_path: mappings/adoc # mappings
diff --git a/isis-tooling.yml b/isis-tooling.yml
index 67e5e2e..7ce44dd 100644
--- a/isis-tooling.yml
+++ b/isis-tooling.yml
@@ -93,8 +93,6 @@ commands:
       "JavaFX Viewer": "org.apache.isis.incubator.viewer:isis-viewer-javafx.*"
       "Vaadin Viewer": "org.apache.isis.incubator.viewer:isis-viewer-vaadin.*"
 
-      Legacy: org.apache.isis.legacy.*
-
   index:
 
     namespacePartsSkipCount: 3
diff --git a/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml b/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml
index b3aa3fc..b838b0c 100644
--- a/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml
+++ b/tooling/cli/adoc/modules/tooling-cli/examples/isis-tooling.yml
@@ -91,9 +91,6 @@ global:
     "JavaFX Viewer": "org.apache.isis.incubator.viewer:isis-viewer-javafx.*"
     "Vaadin Viewer": "org.apache.isis.incubator.viewer:isis-viewer-vaadin.*"
 
-    Legacy: org.apache.isis.legacy.*
-
-
 commands:
   overview:
     description: "These tables summarize all Maven artifacts available with _Apache Isis_."
diff --git a/tooling/cli/src/test/resources/org/apache/isis/tooling/cli/test/isis-tooling.yml b/tooling/cli/src/test/resources/org/apache/isis/tooling/cli/test/isis-tooling.yml
index 9af9c57..9ec71a5 100644
--- a/tooling/cli/src/test/resources/org/apache/isis/tooling/cli/test/isis-tooling.yml
+++ b/tooling/cli/src/test/resources/org/apache/isis/tooling/cli/test/isis-tooling.yml
@@ -93,7 +93,6 @@ commands:
       "JavaFX Viewer": "org.apache.isis.incubator.viewer:isis-viewer-javafx.*"
       "Vaadin Viewer": "org.apache.isis.incubator.viewer:isis-viewer-vaadin.*"
 
-      Legacy: org.apache.isis.legacy.*
 
   index: