New release of VS Code Language Support for Apache Camel 0.0.29

, by

A new release of VS Code Language Support for Apache Camel 0.0.29 is available. It includes an interesting set of new features and two important bugfixes. API based components support Camel has several API based components which are source code generated from external API. In 3.6.0, finer grained information is available through additional metadata (Camel catalog). This release is leveraging these metadata to propose improved completion, documentation and validation for these APU based components.

Continue reading ❯

RELEASESTOOLING

Camel Quarkus 1.4.0 Released

, by

Apache Camel Quarkus 1.4.0 has been released! We continue to integrate with the latest Camel and Quarkus releases, whilst adding new features and fixing bugs. For a full overview of the changes see the 1.4.0 milestone details. Here are some of the highlights. Major component upgrades Quarkus 1.10.0 New extensions As ever, we added some new extensions and enhanced existing ones with native support. 1 new JVM only extension was added:

Continue reading ❯

RELEASESCAMEL QUARKUS

The Camel: mocking more than ever helped by Quarkus friend

, by

Even implementing a simple stateless micro-service, one could face situations where testing becomes hard. A lot of tools and techniques could help, but having something at hand quickly is very handy. In this post, I’m introducing a Quarkus feature that plays nice with Camel in order to mock beans for test purpose. Camel and Quarkus together for mocking beans It’s long known that Camel offers great support for Java beans. Every time a developer needs custom code, this feature comes to the rescue.

Continue reading ❯

HOWTOSCAMEL QUARKUS