You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2026/06/kaoto-release-2.11.0/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Citrus is an Open Source Java test framework with focus on messaging and enterpr
30
30
31
31
Build automated tests using Kaoto's visual interface with complete Citrus support. Special icons distinguish test components from integration steps, and the component catalog includes Citrus test actions like send, receive, echo, and sleep for visual test scenario construction.
32
32
33
-
{{< figure src="test-icons.png" alt="Visual indicators for Citrus test actions in the component catalog" caption="Dedicated icons for Citrus test actions" class="image" >}}
33
+

34
34
35
35
**Test Configuration and Management**
36
36
@@ -46,13 +46,13 @@ New runtime and catalog management features give you greater control over execut
46
46
47
47
Choose between two execution engines based on your needs. The Camel CLI remains the default, offering stable execution with complete JBang feature support, ideal for most development scenarios. For those wanting to explore future capabilities, the experimental Camel Launcher provides an alternative runtime under active development. Each executor serves different purposes: the CLI delivers production-ready testing with proven JBang integration, while the Launcher experiments with new patterns that could bring performance benefits down the road.
48
48
49
-
{{< figure src="settings.png" alt="Kaoto settings showing executor selection between Camel CLI and Camel Launcher" caption="Multiple executor options in Kaoto settings" class="image" >}}
49
+

50
50
51
51
**Centralized Configuration**
52
52
53
53
Settings now control catalog versions, centralizing version management for consistent behavior across all workspace files. Customize execution with your own run arguments, add JVM options, enable Camel features, or adjust runtime parameters as needed. Camel JBang has been updated to version 4.20.0 (from 4.18.0), delivering recent Camel enhancements and fixes.
54
54
55
-
{{< figure src="run-arguments.png" alt="Custom run arguments configuration interface" caption="Override default run arguments for fine-tuned execution" class="image" >}}
55
+

56
56
57
57
### DataMapper Enhancements
58
58
@@ -62,17 +62,17 @@ DataMapper gains powerful new capabilities for managing sophisticated data trans
62
62
63
63
A completely redesigned rendering engine brings enterprise-level performance to DataMapper. Virtual scrolling and native browser rendering enable smooth navigation through extensive mappings and intricate schema structures.
-**Field Override** - Override document fields or types when schemas permit. DataMapper now leverages XML schema extensibility features like `Substitution Group` for element substitution and `xs:extension`/`xs:restriction` for type hierarchies
-**Choice Improvements** - Better `xs:choice` handling with a dedicated context menu for selecting options. Navigate nested choices by drilling down to pick the precise branch at any depth
0 commit comments