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/12/27 09:43:09 UTC

(camel-website) branch main updated: Blog post about Camel 3.x have 1 year left (#1112)

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 2d4f8c2f Blog post about Camel 3.x have 1 year left (#1112)
2d4f8c2f is described below

commit 2d4f8c2f34756bc6b4f0ed283ced71ef025b3193
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 27 10:43:05 2023 +0100

    Blog post about Camel 3.x have 1 year left (#1112)
    
    Blog post about Camel 3.x have 1 year left
---
 content/blog/2023/12/camel3ending/featured.jpg | Bin 0 -> 31526 bytes
 content/blog/2023/12/camel3ending/index.md     |  28 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/content/blog/2023/12/camel3ending/featured.jpg b/content/blog/2023/12/camel3ending/featured.jpg
new file mode 100644
index 00000000..add37328
Binary files /dev/null and b/content/blog/2023/12/camel3ending/featured.jpg differ
diff --git a/content/blog/2023/12/camel3ending/index.md b/content/blog/2023/12/camel3ending/index.md
new file mode 100644
index 00000000..21e8b02c
--- /dev/null
+++ b/content/blog/2023/12/camel3ending/index.md
@@ -0,0 +1,28 @@
+---
+title: "Apache Camel 3 - Last year of support"
+date: 2023-12-27
+authors: [davsclaus,gzurowski]
+categories: ["Roadmap"]
+preview: Apache Camel 3 reaching end of life by end of 2024
+---
+
+We have just released Apache Camel 3.22 as the last new minor release of Camel 3.x.
+
+This marks the end of new development of Camel 3, and there are no more releases planned.
+
+Camel 3.14 and 3.20 reached end of life by end of 2023.
+And therefore, the only supported releases of Camel 3.x are as follows:
+
+| Version | Supported Until |
+|---------|-----------------|
+| 3.21.x  | Jun 2024        |
+| 3.22.x  | Dec 2024        |
+
+Camel 3.21.x is supported first half of 2024, and Camel 3.22.x until end of 2024.
+
+We will only do patch releases of Camel 3.x, and we plan to not do as many patch releases as usual,
+but only prioritize very important bug fixes and CVEs from Camel itself (not CVEs in 3rd party libraries).
+So expect only a few patch releases.
+
+There will not be any new minor releases of Camel 3.x, and users are encouraged to start new development
+on Camel 4, and plan to [migrate existing applications](/blog/2023/10/migrate4/) to Camel 4.x.