This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch new412
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/new412 by this push:
     new 08cc0f4e Blog - Whats new 4.12 WIP
08cc0f4e is described below

commit 08cc0f4e53fa2691408433c1d72c630fd377d861
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue May 27 14:22:30 2025 +0200

    Blog - Whats new 4.12 WIP
---
 .../blog/2025/05/camel412-whatsnew/featured.png    | Bin 0 -> 243818 bytes
 content/blog/2025/05/camel412-whatsnew/index.md    |  55 +++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/content/blog/2025/05/camel412-whatsnew/featured.png 
b/content/blog/2025/05/camel412-whatsnew/featured.png
new file mode 100644
index 00000000..a9a95d3b
Binary files /dev/null and 
b/content/blog/2025/05/camel412-whatsnew/featured.png differ
diff --git a/content/blog/2025/05/camel412-whatsnew/index.md 
b/content/blog/2025/05/camel412-whatsnew/index.md
new file mode 100644
index 00000000..502bbc6f
--- /dev/null
+++ b/content/blog/2025/05/camel412-whatsnew/index.md
@@ -0,0 +1,55 @@
+---
+title: "Apache Camel 4.12 What's New"
+date: 2025-05-28
+draft: false
+authors: [davsclaus]
+categories: ["Releases"]
+preview: "Details of what we have done in the Camel 4.12 release."
+---
+
+Apache Camel 4.12 has just been [released](/blog/2025/05/RELEASE-4.12.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 Spring Boot
+
+The `camel-spring-boot` is upgraded to latest Spring Boot 3.5.0 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-dapr` - Dapr component which interfaces with Dapr Building Blocks.
+- `camel-pqc` - Post Quantum Computing Signature and Verification component.
+- `camel-weaviate` - Perform operations on the Weaviate Vector Database.
+- `camel-jandex` - Custom class and resource loader using jandex.idx
+- `camel-oauth` - Camel OAuth (Work in progress)
+
+## Upgrading
+
+Make sure to read the [upgrade 
guide](/manual/camel-4x-upgrade-guide-4_12.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 additional information about this release in the list of resolved 
JIRA tickets:
+
+- [Release notes 4.12](/releases/release-4.12.0/)
+
+## Roadmap
+
+The following 4.13 release is planned for July 2025.
+

Reply via email to