Apache Camel 3.7 LTS has just been released. This is a LTS release which means we will provide patch releases for one year. The next planned LTS release is 3.10 scheduled towards summer 2021. 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. Pre compiled languages We continued our avenue of making Camel faster and smaller.
Continue reading ❯
RELEASES
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
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