Textual debug for Camel routes in VS Code, Eclipse Desktop and more

, by

Textual debug for Camel routes was announced in IntelliJ few weeks ago. It is now available in VS Code and Eclipse desktop with dedicated extensions. Scope The Camel Textual Route debugger is working locally. The debugger must be running on the same machine than the Camel application to debug. It is attaching to a running Camel route written in Java using the PID (Other Camel DSLs should work but have not been tested yet).

Continue reading ❯

TOOLING

Karavan Designer Preview Release 0.0.10

, by

An important milestone in Apache Apache Camel Karavan Designer development. New Look and Feel Current release comes with new redesigned interface for Standalone application and VS Code extension (light and dark mode). Connectivity Camel Kamelets 0.7.0 Camel Components 3.15 New supported DSLs We continue to add more DSL elements. New in this release: Do Try - Do Catch - Do Finally Circuit Breaker Do Switch (new in Camel 3.15) Dynamic Router (new in Camel 3.

Continue reading ❯

RELEASESTOOLING

Apache Camel 3.15 What's New

, by ,

Apache Camel 3.15 has just been released. This release has dropped support for Java 8, and therefore Java 11 is required. Because this is first release where we upgrade from Java 8 to 11, then some effort has been made to migrate various Maven plugins and settings to make this upgrade possible. This release introduces a set of new features and noticeable improvements that we will cover in this blog post.

Continue reading ❯

RELEASES