This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel3ending in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit b8eac2a850431b337c531dc84f225f590548246a Author: Claus Ibsen <[email protected]> AuthorDate: Sun Dec 24 11:05:09 2023 +0100 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..b4b225d4 --- /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-31 +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 frequent patch releases as usual, +but only prioritize 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 more new releases of Camel 3.x, and users are encouraged to start new development +on Camel 4, and plan to migrate from Camel 3.x to 4.x.
