Apache Camel 3.10 What's New

, by

Apache Camel 3.10 has just been released. This is a non-LTS release which means we will not provide patch releases. The next planned LTS release is 3.11 scheduled for June/July 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. Reduced object allocations We have optimized the remainder of the most complex EIPs to avoid excessive object allocations, and also to support exchange pooling.

Continue reading ❯

RELEASES

RELEASE 3.10.0

, by

The Camel community announces the immediate availability of Camel 3.10.0, a new release with 208 new features, improvements and fixes. The artifacts are published and ready for you to download from the Central Maven repository. For more details please take a look at the release notes. Many thanks to all who made this release possible. On behalf of the Camel PMC, Gregor Zurowski

Continue reading ❯

RELEASES

Kamelet tooling support for Camel URI

, by

Kamelets (Kamel route snippets) are a new concept introduced in Camel K that allow users to connect to external systems via a simplified interface, hiding all the low level details about how those connections are implemented. There are several ways to consume them. One of them is as standard Camel Components. In this case, completion is provided to fill the template id and the parameter names. It is currently based on a fixed set of Kamelets provided by a snapshot of the kamelet catalog.

Continue reading ❯

TOOLINGCAMEL K