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

New release of VS Code Language Support for Apache Camel 0.0.28

, by

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

Apache Camel 3.6 What's New

, by

Apache Camel 3.6 has just been released. This is a non-LTS release which means we will not provide patch releases but use the release as-is. The next planned LTS release is 3.7 scheduled towards the end of the year. So what’s in this release? This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Spring Boot We have upgraded to the latest release at this time which is Spring Boot 2.

Continue reading ❯

RELEASES