When you have a handful of Camel routes, understanding the message flow is straightforward. But as your application grows to tens or hundreds of routes connected through direct, seda, Kafka topics, and external services, it becomes harder to see the big picture. Which route feeds into which? Where does a message end up after three hops? Which external systems are involved? Apache Camel 4.21 introduces route topology diagrams to answer exactly these questions.
Continue reading ❯
FEATURES
If your security or compliance team has started asking “does it ship with an SBOM?”, you are not alone. The EU Cyber Resilience Act (CRA) will require SBOM delivery for software sold in the EU, US Executive Order 14028 and NIST guidance make SBOMs a federal procurement expectation, and enterprise evaluation checklists increasingly treat SBOM availability as a gate. Apache Camel has shipped SBOMs with every release since 4.0.3 — long before these regulations finalized.
Continue reading ❯
SECURITY
Ask an AI coding assistant to write an Apache Camel route and you will likely get working code on the first try. Ask it to configure a Kafka consumer, wire up an error handler, or transform a message with the Simple language, and the result is usually correct — often surprisingly so. This is not because AI models were specifically trained on Camel. It is because Camel’s 19-year track record has produced exactly the kind of public, high-quality, consistent data that large language models learn best from.
Continue reading ❯
AI