Camel Quarkus 1.4.0 Released

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

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.

Continue reading ❯

HOWTOSCAMEL QUARKUS

New release of VS Code Language Support for Apache Camel 0.0.28

A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features. Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally. Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.

Continue reading ❯

RELEASESTOOLING