You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/14 18:14:37 UTC

[camel-website] branch main updated: Add Camel 4.0.x LTS docs to website (#1057)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 633bef05 Add Camel 4.0.x LTS docs to website (#1057)
633bef05 is described below

commit 633bef059ad67c233b313e34ef0615c9b0576dd9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 14 20:14:31 2023 +0200

    Add Camel 4.0.x LTS docs to website (#1057)
    
    * Add Camel 4.0.x LTS docs to website
    * Remove CEQ 3.0.x from docs (its only RC builds that are EOL)
    * Disable camel-karaf checks as camel-karaf is discontinued
---
 antora-playbook-snippets/antora-playbook.yml |  3 ++-
 tests/redirect.sh                            | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml
index cf698c9b..981a5e99 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -17,6 +17,7 @@ content:
     - url: https://github.com/apache/camel.git
       branches:
         - main
+        - camel-4.0.x
         - camel-3.21.x
         - camel-3.20.x
         - camel-3.19.x
@@ -63,7 +64,6 @@ content:
     - url: https://github.com/apache/camel-quarkus.git
       branches:
         - main
-        - 3.0.x
         - 2.16.x
         - 2.15.x
         - 2.14.x
@@ -85,6 +85,7 @@ content:
     - url: https://github.com/apache/camel-spring-boot.git
       branches:
         - main
+        - camel-spring-boot-4.0.x
         - camel-spring-boot-3.21.x
         - camel-spring-boot-3.20.x
         - camel-spring-boot-3.19.x
diff --git a/tests/redirect.sh b/tests/redirect.sh
index a12ef22f..afbc7302 100755
--- a/tests/redirect.sh
+++ b/tests/redirect.sh
@@ -180,16 +180,16 @@ test "$BASE_URL/camel-k/latest/traits/master.html" 302 "$BASE_URL/camel-k/${CAME
 test "$BASE_URL/camel-k/${CAMEL_K_VERSION}/traits/master.html" 200
 test "$BASE_URL/camel-k/next/traits/master.html" 200
 
-test "$BASE_URL/camel-karaf" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/next" 301 "$BASE_URL/camel-karaf/next/"
-test "$BASE_URL/camel-karaf/next/" 200
-test "$BASE_URL/camel-karaf/latest" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}"
-test "$BASE_URL/camel-karaf/latest/" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
-test "$BASE_URL/camel-karaf/latest/components.html" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
-test "$BASE_URL/camel-karaf/latest/components.html" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
-test "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html" 200
-test "$BASE_URL/camel-karaf/next/components.html" 200
+#test "$BASE_URL/camel-karaf" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/next" 301 "$BASE_URL/camel-karaf/next/"
+#test "$BASE_URL/camel-karaf/next/" 200
+#test "$BASE_URL/camel-karaf/latest" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}"
+#test "$BASE_URL/camel-karaf/latest/" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/"
+#test "$BASE_URL/camel-karaf/latest/components.html" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
+#test "$BASE_URL/camel-karaf/latest/components.html" 302 "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html"
+#test "$BASE_URL/camel-karaf/${COMPONENTS_VERSION}/components.html" 200
+#test "$BASE_URL/camel-karaf/next/components.html" 200
 
 test "$BASE_URL/camel-kafka-connector" 302 "$BASE_URL/camel-kafka-connector/${CAMEL_KAFKA_CONNECTOR_VERSION}/"
 test "$BASE_URL/camel-kafka-connector/" 302 "$BASE_URL/camel-kafka-connector/${CAMEL_KAFKA_CONNECTOR_VERSION}/"