This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch new49 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit c928e45e769e7be0d2fb0e5defdf8b67cd1266e8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Dec 2 16:27:52 2024 +0100 Blog - whats new 4.9. WIP --- content/blog/2024/12/camel49-whatsnew/featured.png | Bin 0 -> 243818 bytes content/blog/2024/12/camel49-whatsnew/index.md | 60 +++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/content/blog/2024/12/camel49-whatsnew/featured.png b/content/blog/2024/12/camel49-whatsnew/featured.png new file mode 100644 index 00000000..a9a95d3b Binary files /dev/null and b/content/blog/2024/12/camel49-whatsnew/featured.png differ diff --git a/content/blog/2024/12/camel49-whatsnew/index.md b/content/blog/2024/12/camel49-whatsnew/index.md new file mode 100644 index 00000000..310fce90 --- /dev/null +++ b/content/blog/2024/12/camel49-whatsnew/index.md @@ -0,0 +1,60 @@ +--- +title: "Apache Camel 4.9 What's New" +date: 2024-12-06 +authors: [davsclaus] +categories: ["Releases"] +preview: Details of what we have done in the Camel 4.9 release. +--- + +Apache Camel 4.9 has just been [released](/blog/2024/12/RELEASE-4.9.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +TODO: stuff here + +## Camel JBang + +TODO: stuff here + +## ???? + +TODO: stuff here + +## Miscellaneous + +Upgraded many third-party dependencies to the latest releases at the time of release. + +The `camel-spring-boot` is upgraded to latest Spring Boot 3.4.0 release. + + +## New Components + +We have added a few new components: + +- `camel-clickup` - Receives events from ClickUp +- `camel-flowable` - Send and receive messages from the Flowable BPMN and CMMN engines. +- `camel-fury` - Serialize and deserialize messages using Apache Fury +- `camel-smooks` - Added smooks also as a data format + +## Upgrading + +Make sure to read the [upgrade guide](/manual/camel-4x-upgrade-guide-4_9.html) if you are upgrading from a previous Camel version. + +If you are upgrading from, for example, 4.4 to 4.8, then make sure to follow the upgrade guides for each release in-between, i.e. +4.4 -> 4.5, 4.5 -> 4.6, and so forth. + +TODO: Upgrade recipes +https://github.com/apache/camel-upgrade-recipes + +## Release Notes + +You can find more information about this release in the list of JIRA tickets resolved in the release: + +- [Release notes 4.9](/releases/release-4.9.0/) + +## Roadmap + +The following 4.10 release is planned for Feb 2025. +