This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch whats430 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 4a92e5869c3a34c2e81f4355d8ce3ee23102b54b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Dec 14 13:27:12 2023 +0100 Camel 4.3 whats new WIP --- content/blog/2023/12/camel43-whatsnew/featured.png | Bin 0 -> 243818 bytes content/blog/2023/12/camel43-whatsnew/index.md | 60 +++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/content/blog/2023/12/camel43-whatsnew/featured.png b/content/blog/2023/12/camel43-whatsnew/featured.png new file mode 100644 index 00000000..a9a95d3b Binary files /dev/null and b/content/blog/2023/12/camel43-whatsnew/featured.png differ diff --git a/content/blog/2023/12/camel43-whatsnew/index.md b/content/blog/2023/12/camel43-whatsnew/index.md new file mode 100644 index 00000000..e3bcc045 --- /dev/null +++ b/content/blog/2023/12/camel43-whatsnew/index.md @@ -0,0 +1,60 @@ +--- +title: "Apache Camel 4.3 What's New" +date: 2023-12-18 +authors: [davsclaus,gzurowski,orpiske,apupier] +categories: ["Releases"] +preview: Details of what we have done in the Camel 4.3 release. +--- + +Apache Camel 4.3 (non LTS) has just been [released](/blog/2023/12/RELEASE-4.3.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +TODO: + +## Camel Main + +TODO: + +## DSL + +TODO: New EIPs + +## Camel JBang (Camel CLI) + +We have continued investing in Camel JBang, and this time ... + +TODO: + +## Spring and Spring Boot + +Upgraded to latest [Spring Boot 3.2.0](https://spring.io/blog/2023/11/23/spring-boot-3-2-0-available-now) release. + +## Miscellaneous + +TODO + +## New Components + +- `camel-aws-config` - Manage AWS Config service. +- `camel-elasticsearch-rest-client` - Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client). +- `camel-kubernetes-cronjob` - Perform operations on Kubernetes CronJob. +- `camel-micrometer-prometheus` - Camel Micrometer Prometheus for Camel Main +- `camel-smb` - Receive files from SMB (Server Message Block) shares. + +## Upgrading + +Make sure to read the [upgrade guide](/manual/camel-4x-upgrade-guide-4_3.html) if you are upgrading from a previous Camel version. + +## Release Notes + +You can find more information about this release in the list of JIRA tickets resolved in the release: + +- [Release notes 4.3](/releases/release-4.3.0/) + +## Roadmap + +The following 4.4 release (LTS) is planned for February 2024. +