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 f6a287c0 Remove 4.4 docs (#1312)
f6a287c0 is described below

commit f6a287c02a715fb7064f5a3ff4e12a4a5b8efbdb
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 20 18:46:01 2025 +0000

    Remove 4.4 docs (#1312)
    
    * Remove 4.4 docs
---
 antora-playbook-snippets/antora-playbook.yml          | 3 ---
 content/blog/2024/02/camel44-whatsnew/index.md        | 2 +-
 content/blog/2024/09/data-extraction-example/index.md | 6 +++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index 90e03ac9..15cf0b3c 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -19,7 +19,6 @@ content:
         - main
         - camel-4.10.x
         - camel-4.8.x
-        - camel-4.4.x
         - camel-3.22.x
       start_paths:
         # eip
@@ -47,7 +46,6 @@ content:
       branches:
         - main
         - 3.15.x
-        - 3.8.x
       start_path: docs
 
     - url: https://github.com/apache/camel-quarkus-examples.git
@@ -67,7 +65,6 @@ content:
         - main
         - camel-spring-boot-4.10.x
         - camel-spring-boot-4.8.x
-        - camel-spring-boot-4.4.x
         - camel-spring-boot-3.22.x
       start_paths:
         - components-starter
diff --git a/content/blog/2024/02/camel44-whatsnew/index.md 
b/content/blog/2024/02/camel44-whatsnew/index.md
index 20ef7770..67049973 100644
--- a/content/blog/2024/02/camel44-whatsnew/index.md
+++ b/content/blog/2024/02/camel44-whatsnew/index.md
@@ -139,7 +139,7 @@ Upgraded to latest Spring Boot 3.2.2 release.
 
 ## Kotlin API
 
-We have introduced new experimental [Kotlin 
API](/components/4.4.x/others/kotlin-api.html)
+We have introduced new experimental Kotlin API
 for defining Camel routes in Kotlin with the `camel-kotlin-api` JAR.
 This provides Kotlin type-safe builders as building blocks of Camel entities.
 
diff --git a/content/blog/2024/09/data-extraction-example/index.md 
b/content/blog/2024/09/data-extraction-example/index.md
index 44b8d109..bbc40e16 100644
--- a/content/blog/2024/09/data-extraction-example/index.md
+++ b/content/blog/2024/09/data-extraction-example/index.md
@@ -7,7 +7,7 @@ categories: ["Camel", "AI"]
 preview: "Detail a concrete example of how to turn unstructured data into 
structured data with Camel Quarkus and Quarkus LangChain4j."
 ---
 
-This blog post shows a concrete example of transforming raw unstructured text 
into structured Java objects with [Camel 
Quarkus](/camel-quarkus/3.8.x/index.html) and [Quarkus 
LangChain4j](https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html).
+This blog post shows a concrete example of transforming raw unstructured text 
into structured Java objects with Camel Quarkus and [Quarkus 
LangChain4j](https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html).
 
 # Introduction
 
@@ -142,6 +142,6 @@ Told that way, it seems Apache Camel routes doing data 
extraction could become a
 
 That said, this example only demonstrates a working prototype.
 It would be very interesting to see a concrete larger scale experiment with 
actual data from a true organization.
-It should possible to learn what accuracy is achievable from 100 raw texts 
with their corresponding expected JSON output.
+It should be possible to learn what accuracy is achievable from 100 raw texts 
with their corresponding expected JSON output.
 Having access to some GPUs could speed up the inference computation that takes 
quite some time to be honest.
-If any reader would be interested in such a larger scale experiment, feel 
welcome to ping us.
+If any reader were interested in such a larger scale experiment, feel welcome 
to ping us.

Reply via email to