Skip to content

Commit c5a2fe8

Browse files
committed
chore: fix
1 parent 8b1fea2 commit c5a2fe8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/blog/2026/06/kaoto-release-2.11.0

content/blog/2026/06/kaoto-release-2.11.0/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Citrus is an Open Source Java test framework with focus on messaging and enterpr
3030

3131
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.
3232

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+
![Visual indicators for Citrus test actions in the component catalog](test-icons.png)
3434

3535
**Test Configuration and Management**
3636

@@ -46,13 +46,13 @@ New runtime and catalog management features give you greater control over execut
4646

4747
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.
4848

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+
![Kaoto settings showing executor selection between Camel CLI and Camel Launcher](settings.png)
5050

5151
**Centralized Configuration**
5252

5353
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.
5454

55-
{{< figure src="run-arguments.png" alt="Custom run arguments configuration interface" caption="Override default run arguments for fine-tuned execution" class="image" >}}
55+
![Custom run arguments configuration interface](run-arguments.png)
5656

5757
### DataMapper Enhancements
5858

@@ -62,17 +62,17 @@ DataMapper gains powerful new capabilities for managing sophisticated data trans
6262

6363
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.
6464

65-
{{< youtube id="ZUuyfZd1C4E" class="video" title="DataMapper rendering engine re-invented" >}}
65+
{{< youtube id="ZUuyfZd1C4E" class="video" >}}
6666

6767
**Advanced Schema Support**
6868

6969
- **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
7070

71-
{{< youtube id="G_O4BEXYqec" class="video" title="DataMapper Field Override - Substituting Abstract Fields" >}}
71+
{{< youtube id="G_O4BEXYqec" class="video" >}}
7272

7373
- **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
7474

75-
{{< youtube id="2cQ2RC5G3l8" class="video" title="DataMapper Choice Selection - Navigate Complex Choice Elements" >}}
75+
{{< youtube id="2cQ2RC5G3l8" class="video" >}}
7676

7777
- **Nillable Attributes** - Proper handling of `xs:element nillable` attributes for nullable fields defined in XML schemas
7878

@@ -85,7 +85,7 @@ Drag-and-drop automation simplifies mapping creation:
8585
- Press Delete to remove mappings quickly
8686
- Add XSLT comments to document transformation logic
8787

88-
{{< youtube id="CyD8PnidEm0" class="video" title="DataMapper UI/UX Improvements - Auto Mapping, Double-Click Editing, and Delete Key" >}}
88+
{{< youtube id="CyD8PnidEm0" class="video" >}}
8989

9090
### Additional Enhancements
9191

0 commit comments

Comments
 (0)