Apache Camel 4.8 What's New

, by , , ,

Apache Camel 4.8 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 The simple language has new functions such as a iif (ternary if). The @BindToRegistry now supports init/destroy methods, and can be declared as lazy as well. The log EIP can more easily configure its logger name using dynamic patterns. Add poll EIP as an easier and simpler version of pollEnrich EIP which is also more tooling friendly.

Continue reading ❯

RELEASES

Unstructured data extraction with Apache Camel Quarkus and LangChain4j

, by

This blog post shows a concrete example of transforming raw unstructured text into structured Java objects with Camel Quarkus and Quarkus LangChain4j. Introduction Following previous experiments about unstructured data extraction, some directions were given about how a large language model could be setup to transform unstructured data into its structured counterpart. In this blog post, we will see a ready to use example that could serve as a starting point to create your own Camel route performing data extraction.

Continue reading ❯

CAMELAI

RELEASE 4.8.0

, by

The Camel community announces the immediate availability of the Camel 4.8.0 LTS release with 185 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