This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch new410 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 09a82e8dc2637cf86b1eb3489f28217145e548b0 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Feb 8 10:34:12 2025 +0100 Blog whats new 4.10. WIP --- .../blog/2025/02/camel410-whatsnew/featured.png | Bin 0 -> 243818 bytes content/blog/2025/02/camel410-whatsnew/index.md | 64 +++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/content/blog/2025/02/camel410-whatsnew/featured.png b/content/blog/2025/02/camel410-whatsnew/featured.png new file mode 100644 index 00000000..a9a95d3b Binary files /dev/null and b/content/blog/2025/02/camel410-whatsnew/featured.png differ diff --git a/content/blog/2025/02/camel410-whatsnew/index.md b/content/blog/2025/02/camel410-whatsnew/index.md new file mode 100644 index 00000000..996c9db4 --- /dev/null +++ b/content/blog/2025/02/camel410-whatsnew/index.md @@ -0,0 +1,64 @@ +--- +title: "Apache Camel 4.10 What's New" +date: 2025-02-12 +authors: [davsclaus] +categories: ["Releases"] +preview: Details of what we have done in the Camel 4.10 release. +--- + +Apache Camel 4.10 LTS has just been [released](/blog/2025/02/RELEASE-4.10.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +TODO: + +## Camel JBang + +TODO: + +### Camel JBang Kubernetes + +TODO: + +## Camel Spring Boot + +The `camel-spring-boot` is upgraded to latest Spring Boot 3.4.2 release. + +### Camel Spring Boot Platform HTTP + +TODO: + +## 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-kserve` - Provide access to AI model servers with the KServe standard to run inference +- `camel-neo4j` - Perform operations on the Neo4j Graph Database +- `camel-tensorflow-serving` - Provide access to TensorFlow Serving model servers to run inference with TensorFlow saved models remotely + +## Upgrading + +Make sure to read the [upgrade guide](/manual/camel-4x-upgrade-guide-4_10.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.10](/releases/release-4.10.0/) + +## Roadmap + +The following 4.11 release is planned for Apr 2025. +
