How to use Camel textual Route Debugger with Unit test in VS Code - Updated with Camel 3.18

, by

Textual debug for Camel routes allows to set breakpoints at Route definition. It is convenient to leverage this feature with a Unit test. Last month, I published a blogpost but it had several limitations listed. Most of them have been fixed. This article is an updated version that will explain how it is possible to configure the project and the VS Code IDE for that. Similar functionality should be possible with other IDEs but not covered in this article.

Continue reading ❯

TOOLING

Load properties from Vault/Secrets cloud services: an update

, by

In Camel 3.16.0 we introduced the ability to load properties from vault and use them in the Camel context. This post aims to show the updates and improvements we’ve done in the last two releases. Supported Services In 3.16.0 we’re supporting two of the main services available in the cloud space: AWS Secret Manager Google Cloud Secret Manager In 3.19.0, to be released, we’re going to have four services available:

Continue reading ❯

CAMEL

Released version 0.4.0 of VS Code Language Support for Apache Camel

, by

Release 0.4.0 This new release adds a new completion to add Camel K Modeline to new files. It also brings updates on the default Camel catalogs and brings support for the productized classic Camel catalog. Insert Camel K Modeline completion This completion allows you to add Camel K Modeline at the beginning of your Camel files. Improved support for the productized version The support for the productized version has been improved.

Continue reading ❯

TOOLINGRELEASES