Making Apache Camel Documentation Accessible to LLMs

, by

The Apache Camel website now generates markdown versions of all documentation pages following the llms.txt specification. This makes our documentation easily accessible to Large Language Models (LLMs) and AI coding assistants. What is llms.txt? The llms.txt specification is a standardized format that helps LLMs discover and consume website content efficiently. Similar to how robots.txt guides web crawlers and sitemap.xml helps search engines, llms.txt provides a structured entry point for AI systems to understand and access documentation.

Continue reading ❯

TOOLING

Kaoto v2.8 release

, by , ,

What’s New in Kaoto 2.8? This release represents a major step forward in DataMapper maturity, with extensive XML Schema support improvements, better visual feedback, and numerous stability fixes. We’ve also enhanced the canvas experience with contextual menus and improved the forms system for better configuration management. Here are the key highlights of this release: DataMapper XML Schema Support Enhancements Kaoto 2.8 brings improvements to XML Schema handling in the DataMapper:

Continue reading ❯

RELEASESTOOLINGKAOTO

Apache Camel 4.16 What's New

, by ,

Apache Camel 4.16 has just been released. This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Camel Core You can now add note(s) to EIPs in the DSL. The notes have no impact on running Camel, but makes it consistent to include code comments or other notes that are valuable for developers for maintaining. You can of course still use code comments, but note make them available for Camel tooling.

Continue reading ❯

RELEASES