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 f0ae9cb4 Remove EOL docs for Camel 4.8.x and other older releases
(#1378)
f0ae9cb4 is described below
commit f0ae9cb4b3e5cd82f8cdad33ccf7daedc11ebe35
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 21 11:33:33 2025 +0200
Remove EOL docs for Camel 4.8.x and other older releases (#1378)
* Remove EOL docs for Camel 4.8.x and other older releases
* chore: keep 2.5 until 2.8 is released
* chore(blog): remove non existing link
---------
Co-authored-by: Pasquale Congiusti <[email protected]>
---
antora-playbook-snippets/antora-playbook.yml | 6 ------
content/blog/2024/12/kaoto-release-2.3.0/index.md | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/antora-playbook-snippets/antora-playbook.yml
b/antora-playbook-snippets/antora-playbook.yml
index e7013b21..aed286d7 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -19,7 +19,6 @@ content:
- main
- camel-4.14.x
- camel-4.10.x
- - camel-4.8.x
- camel-3.22.x
start_paths:
# eip
@@ -40,13 +39,11 @@ content:
branches:
- main
- 4.10.x
- - 4.8.x
start_path: docs
- url: https://github.com/apache/camel-quarkus.git
branches:
- main
- - 3.15.x
- 3.20.x
start_path: docs
@@ -57,7 +54,6 @@ content:
- url: https://github.com/apache/camel-kafka-connector.git
branches:
- main
- - camel-kafka-connector-4.10.x
start_paths:
- docs
- connectors
@@ -67,7 +63,6 @@ content:
- main
- camel-spring-boot-4.14.x
- camel-spring-boot-4.10.x
- - camel-spring-boot-4.8.x
- camel-spring-boot-3.22.x
start_paths:
- components-starter
@@ -78,7 +73,6 @@ content:
- url: https://github.com/apache/camel-karaf.git
branches:
- main
- - camel-karaf-4.8.x
- camel-karaf-3.22.x
start_path: docs
diff --git a/content/blog/2024/12/kaoto-release-2.3.0/index.md
b/content/blog/2024/12/kaoto-release-2.3.0/index.md
index f95a12ed..ba7b196a 100644
--- a/content/blog/2024/12/kaoto-release-2.3.0/index.md
+++ b/content/blog/2024/12/kaoto-release-2.3.0/index.md
@@ -135,7 +135,7 @@ The Consumer and Producer properties are now displayed
appropriately in the Conf
Kamelets are now sorted alphabetically for easier discovery and navigation.
### Support for the new tokenizer EIP
-[The new Tokenizer EIP](/components/4.8.x/others/langchain4j-tokenizer.html)
is now supported in the Canvas, allowing you to tokenize (chunk) larger blocks
of texts into text segments that can be used when interacting with LLMs.
+The new Tokenizer EIP is now supported in the Canvas, allowing you to tokenize
(chunk) larger blocks of texts into text segments that can be used when
interacting with LLMs.
### Catalog ranked search
The catalog now supports ranked search, providing more relevant results when
searching for components.