This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new ca96c175 chore: Kaoto release 2.7.0
ca96c175 is described below
commit ca96c175ec492e6cc1b0e2615be51ecca31e24b3
Author: Ricardo M. <[email protected]>
AuthorDate: Thu Sep 4 21:37:07 2025 +0200
chore: Kaoto release 2.7.0
---
.../2025/09/kaoto-release-2.7.0/camel-catalog.png | Bin 0 -> 28531 bytes
.../2025/09/kaoto-release-2.7.0/component-mode.png | Bin 0 -> 3290 bytes
content/blog/2025/09/kaoto-release-2.7.0/cover.png | Bin 0 -> 995964 bytes
content/blog/2025/09/kaoto-release-2.7.0/index.md | 78 +++++++++++++++++++++
.../update-maven-dependencies.png | Bin 0 -> 6586 bytes
5 files changed, 78 insertions(+)
diff --git a/content/blog/2025/09/kaoto-release-2.7.0/camel-catalog.png
b/content/blog/2025/09/kaoto-release-2.7.0/camel-catalog.png
new file mode 100644
index 00000000..6fe2d870
Binary files /dev/null and
b/content/blog/2025/09/kaoto-release-2.7.0/camel-catalog.png differ
diff --git a/content/blog/2025/09/kaoto-release-2.7.0/component-mode.png
b/content/blog/2025/09/kaoto-release-2.7.0/component-mode.png
new file mode 100644
index 00000000..9a40b631
Binary files /dev/null and
b/content/blog/2025/09/kaoto-release-2.7.0/component-mode.png differ
diff --git a/content/blog/2025/09/kaoto-release-2.7.0/cover.png
b/content/blog/2025/09/kaoto-release-2.7.0/cover.png
new file mode 100644
index 00000000..d0654e72
Binary files /dev/null and b/content/blog/2025/09/kaoto-release-2.7.0/cover.png
differ
diff --git a/content/blog/2025/09/kaoto-release-2.7.0/index.md
b/content/blog/2025/09/kaoto-release-2.7.0/index.md
new file mode 100644
index 00000000..f0a3a603
--- /dev/null
+++ b/content/blog/2025/09/kaoto-release-2.7.0/index.md
@@ -0,0 +1,78 @@
+---
+title: "Kaoto v2.7 release"
+date: 2025-09-05
+draft: false
+authors: [lordrip]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.7 has been released"
+---
+
+
+## What’s New in Kaoto 2.7?
+
+We're excited to announce the release of Kaoto 2.7, bringing significant
enhancements to the visual integration design experience for Apache Camel. This
release focuses on expanding DataMapper capabilities, improving developer
productivity, and delivering a more intuitive canvas experience.
+
+## Here are the key highlights of this release
+
+### DataMapper JSON Support
+One of the most significant additions in Kaoto 2.7 is comprehensive JSON
support for the DataMapper. Building on the XML support introduced in previous
releases, the DataMapper now enables you to:
+
+* Serialize and deserialize JSON data structures for visual mapping
+* Attach JSON schemas to visualize data structures in tree view
+* Create mappings between JSON and XML formats
+* Choose root elements when working with schemas containing multiple root
elements
+
+{{< youtube id="8O7guurF4B4" class="video" >}}
+
+### Updating maven dependencies
+When using the VS Code Kaoto extension, upon saving the route, the necessary
maven dependencies get added to the pom.xml file
+
+
+
+### Enhanced Canvas Experience
+We've made several improvements to make working with the canvas more
productive:
+
+* Copy and Paste Functionality
+* Copy steps and entire containers across your routes
+
+{{< youtube id="xxe8Vh8fYps" class="video" >}}
+
+### Drag and Drop Improvements
+* Reorder steps directly on the canvas by dragging them to new positions
+* Drag and drop across root containers for better route organization
+* Enhanced visual feedback during move operations
+
+{{< youtube id="_Fk0oQQ2l1A" class="video" >}}
+
+### Step Duplication
+* Duplicate nodes with a single click to quickly replicate configured steps
+* Preserve all configuration when duplicating complex containers
+
+{{< youtube id="OYjmhQOPkJI" class="video" >}}
+
+### Undo/Redo Support
+* Full undo/redo functionality for canvas operations
+* Navigate through your design changes with confidence
+* Recover from accidental modifications easily
+
+{{< youtube id="xxe8Vh8fYps" class="video" >}}
+
+### Form and UI Enhancements
+* Intelligent Form Suggestions
+* Form suggestions help you complete configurations faster
+* Simple expression language suggestions for better expression authoring
+* Application.properties suggestions with metadata-driven completions
+
+{{< youtube id="S9L8Epessao" class="video" >}}
+
+### Flexible Component Configuration
+* Switch between to, toD, and poll variants directly in the form
+* Preserve expression strings when switching between expression language types
+* Improved parameter handling with URI parsing enhancements
+
+
+
+### Camel catalog versions
+This version includes the latest Camel catalog version 4.14.0
+
+
diff --git
a/content/blog/2025/09/kaoto-release-2.7.0/update-maven-dependencies.png
b/content/blog/2025/09/kaoto-release-2.7.0/update-maven-dependencies.png
new file mode 100644
index 00000000..22226810
Binary files /dev/null and
b/content/blog/2025/09/kaoto-release-2.7.0/update-maven-dependencies.png differ