Karavan Designer Preview Release 0.0.14

, by

What’s going on with Apache Camel Karavan? Karavan is progressing! The following cool stuff was done since the last post: REST API With the aid of the new clean REST DSL in Camel 3.16 Karavan can help to design REST API. Starting from version 0.0.13 Karavan requires Camel 3.16+ runtime User Interface improvements New theme Karavan comes with the new theme aligned to VSCode build-in theme. New VS Code view Karavan comes with the new VS Code view to manage integrations.

Continue reading ❯

RELEASESTOOLING

Start a Camel Main application with Textual debug for Camel routes in VS Code with a single launch configuration

, by

Textual debug for Camel routes allows to set breakpoints at Route definition. The Debug Adapter for Apache Camel VS Code extension latest release 0.1.1 supports JMX connection. It opens the possibility to start a Camel application with Camel textual route debugging activated in a single VS Code launch configuration. I thought it would be a five minutes effort but it was a several hours search to configure a not-yet-perfect solution. I hope that sharing the current state will save you few hours!

Continue reading ❯

TOOLING