Apache Camel 4.1 What's New

, by , ,

Apache Camel 4.1 (non LTS) has just been released. This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Camel Core We continue with our performance optimizations in the core. This release brings an optimized type converter, that works around JDK issue 8180450, and can bring improved performance for many scenarios, such as the content-based router and filter. DSL The XML and YAML DSL now have better support for defining bean which can be configured with properties, and references to other beans.

Continue reading ❯

RELEASES

RELEASE 4.1.0

, by

The Camel community announces the immediate availability of the Camel 4.1.0 release with 175 new features and improvements. 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

Migrating to Apache Camel 4

, by ,

Apache Camel 4 was released a few months back. This blog post is a general guideline for Camel users that are seeking information how to migrate from Camel 2 or 3. We plan to launch a series of blog posts in the near future with more specific details on migrating, such as migrating from Camel Karaf to Camel 4 on Spring Boot or Quarkus. Apache Camel 4.0 is a fork of Camel 3.

Continue reading ❯

HOWTOS