Apache Camel IDEA Plugin 0.8.13 What's New

, by

Apache Camel IDEA Plugin 0.8.13 has just been released. In this release, we mainly focused on improving the Camel Debugger user experience thanks to a set of improvements that we will cover in this blog post. Camel Debugger UX Enable the Camel Debugger seamlessly In this version, in the case of the Standalone/Main and Spring Boot runtimes, it is now possible to enable the Camel Debugger seamlessly when launching a Camel application or a test by using respectively the Java Launcher or the JUnit Launcher as shown below:

Continue reading ❯

TOOLINGRELEASES

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

Camel K Operations: monitoring

, by

Camel K offers a wide list of operations you can execute once your Integration has been deployed (likely in a production environment). When we talk about operations, the most typical question we got is “How to monitor a Camel K Integration?”. Fortunately, we have all the ingredients needed to let you manage this operation as smooth as possible. I’ll walk you through the different tools and configuration needed in this blog post.

Continue reading ❯

CAMEL K