Kaoto 2.12 release

Sep 23, 2026·
Dominik
Dominik
Lars
Lars
· 5 min read
blog

What’s New?

This release introduces an experimental Infrastructure view for managing Camel infrastructure services directly from VS Code, expands the DataMapper with more flexible mapping options and improved schema support, and improves working with custom Kamelets. Kaoto 2.12 includes support for Apache Camel 4.22.1.

Infrastructure View (Experimental)

Kaoto 2.12 introduces an experimental Infrastructure view for starting, monitoring, and stopping databases, message brokers, and other Camel infrastructure services directly from VS Code using camel infra.

This feature is experimental and hidden by default. Enable kaoto.infrastructure.enabled in your VS Code settings to try it out.

Settings page for enabling the experimental Infrastructure view

Kaoto settings for the experimental Infrastructure view

  • Start Services - Click the + button to choose a service and optionally set a custom port. Kaoto checks that Docker or Podman is available. If the service is already running outside VS Code, you can use the existing instance or stop and restart it.
  • Monitor Services - View each service’s status and port, with automatic refresh while services are running. Stop a service from the view with a confirmation dialog to prevent accidental stops.
  • View Logs - Open a service’s dedicated terminal to inspect its output.
  • Copy Connection Details - Copy a service’s URL or port to use in your integration configuration.
Infrastructure view showing a running service

Manage running services in the Infrastructure view

DataMapper Enhancements

The DataMapper adds more flexible mapping instructions, improved XPath editing, and expanded support for complex XML schemas.

Enhanced Mapping Context Menu

  • Value and Copy Selectors - Add xsl:value-of and xsl:copy-of instructions from the mapping context menu, or use Duplicate to add multiple mappings to a collection target field.
  • Mapping Instructions - Use the new Wrap with Instruction and Inner Instruction submenus to control how mapping instructions are nested.
DataMapper context menu showing mapping options

New mapping options in the DataMapper context menu

XPath 3.1 and XSLT 3.0 Functions

The XPath expression editor provides more guidance when writing mapping expressions:

  • Function Completion - Get function suggestions with signatures and descriptions as you type.
  • Hover Help - Hover over a recognized function name to read its documentation.
  • Expanded Function Catalog - Access XPath 3.1 and XSLT 3.0 functions, including math, map, array, and higher-order functions.
XPath expression editor in the DataMapper

Write mapping expressions with the XPath expression editor

Advanced Schema and Type Support

  • Sequence Choices - Select an xs:sequence branch within an xs:choice field. Change or clear selections from the context menu, with support for nested choices and inherited collection and cardinality constraints.
  • Type Attributes - Generated XSLT now includes xsi:type attributes for compatible type overrides, allowing XML Schema validators to identify the selected type.
  • Abstract Type Detection - The DataMapper detects wrapper field selections and substitutions from XSLT and removes user-created fields that are no longer valid.

Variables and Grouping

  • Variables - Use local and global xsl:variable definitions as mapping sources and reference them in XPath expressions.
  • Grouping and Sorting - Create collection mappings with xsl:for-each-group and configure sorting with xsl:sort.

Custom Kamelet Improvements

Working with custom Kamelets is easier with these updates:

  • Live Property Refresh - Changes to a custom Kamelet’s properties now appear in the configuration forms of routes that use it, without reopening the route file.
  • Workspace Kamelets - Custom Kamelets in your workspace are automatically available in the catalog and configuration forms.
  • Paste Support - Pasting a Kamelet or Pipe now restores its complete definition, including beans, error handlers, and metadata.
Shows a local Kamelet in the Kaoto Catalog

Access and use your local Kamelets directly in your routes

a2aSubTask EIP Support

The a2aSubTask (Agent-to-Agent Sub Task) EIP now appears as a step container on the canvas, like aggregate, split, and saga. You can add and manage its nested steps visually.

Camel route with two a2aSubTask containers wrapping Elasticsearch and bean steps

Organize route steps in A2A Sub Task containers

The route shown above is based on an example from the Apache Camel documentation.


Catalog Version

Kaoto 2.12 includes the Apache Camel 4.22.1 catalog, providing components, EIPs, and Kamelet definitions for this Camel version.

For a full list of changes, please refer to the change log.


Let’s Build it Together

Let us know what you think by joining us in the GitHub discussions. Do you have an idea how to improve Kaoto? Would you love to see a useful feature implemented or simply ask a question? Please create an issue.

A big shoutout to our amazing contributors

Thank you to everyone who made this release possible!

Whether you are contributing code, reporting bugs, or sharing feedback in our GitHub discussions, your involvement is what keeps the Camel riding! 🐫🎉

New Contributors

We’re excited to welcome new contributors to the Kaoto community:


Give it a try

Dominik
Authors
Team
Working on providing you the best experience for editing Apache Camel integrations.
Lars
Authors
Team
Working on providing you the best experience for editing Apache Camel integrations.