This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch new411 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 8655d9aecef7fc392754d549adf55554bfe16467 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Mar 30 11:10:33 2025 +0700 Whats new 4.11 blog - WIP --- .../blog/2025/04/camel411-whatsnew/featured.png | Bin 0 -> 243818 bytes content/blog/2025/04/camel411-whatsnew/index.md | 59 +++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/content/blog/2025/04/camel411-whatsnew/featured.png b/content/blog/2025/04/camel411-whatsnew/featured.png new file mode 100644 index 00000000..a9a95d3b Binary files /dev/null and b/content/blog/2025/04/camel411-whatsnew/featured.png differ diff --git a/content/blog/2025/04/camel411-whatsnew/index.md b/content/blog/2025/04/camel411-whatsnew/index.md new file mode 100644 index 00000000..7facf049 --- /dev/null +++ b/content/blog/2025/04/camel411-whatsnew/index.md @@ -0,0 +1,59 @@ +--- +title: "Apache Camel 4.11 What's New" +date: 2025-04-12 +authors: [davsclaus] +categories: ["Releases"] +preview: Details of what we have done in the Camel 4.11 release. +--- + +Apache Camel 4.11 has just been [released](/blog/2025/04/RELEASE-4.11.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +## Camel JBang + +## Camel AI + +## Camel Micrometer + +## Camel Spring Boot + +The `camel-spring-boot` is upgraded to latest Spring Boot 3.4.4 release. + +## Miscellaneous + +Upgraded many third-party dependencies to the latest releases at the time of release. + +## New Components + +We have added a few new components: + +- `camel-dfdl` - Transforms fixed format data such as EDI message from/to XML using a Data Format Description Language (DFDL). +- `ibm-secrets-manager` - Manage secrets in IBM Secrets Manager Service +- `camel-oauth` - Camel OAuth +- `camel-opentelemetry2` - Implementation of Camel Opentelemetry based on the Camel Telemetry spec +- `camel-telemetry` - Distributed telemetry common interfaces +- `camel-telemetry-dev` - Basic implementation of Camel Telemetry useful for development purposes + +## Upgrading + +Make sure to read the [upgrade guide](/manual/camel-4x-upgrade-guide-4_11.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. + +The Camel Upgrade Recipes tool can also be used to automate upgrading. +See more at: 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.11](/releases/release-4.11.0/) + +## Roadmap + +The following 4.12 release is planned for July 2025. +