Top 10 features of Camel 3.x

, by

At the end of 2019 Camel 3 arrived. Some main features were modularization of the core and support for Java 11. A bunch of other changes were mentioned in Claus Ibsen’s blog: Apache Camel 3 What’s New (top 10) In this blog, we focus on the top 10 of features that arrived since the 3.0 release. As an overview, but also to give some attention to features not everyone is aware of.

Continue reading ❯

CAMEL

Client implementation of the Apache Camel Language Server Protocol for Emacs

, by

Text Editing capabilities of Camel URI with Camel XML DSL The capabilities are based on the Camel Language Server. For instance, code completion of Camel URI with Camel XML Dsl: Diagnostic of Camel URI attribute value with Camel XML Dsl: Diagnostic of Camel URI attribute name with Camel XML Dsl: How to configure Emacs? For the convenience to have all the Emacs configuration in one directory, should use ~/.emacs.d/init.el In a ~/.

Continue reading ❯

TOOLING

Apache Camel 3.17 What's New

, by , , , , , ,

Apache Camel 3.17 has just been released. This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Java 17 (runtime) support Camel 3.17 is the first release where we have official support for Java 17, really easy to remember :) That said, the Java 17 support is runtime only, meaning that we do not add special support for new Java 17 language features such as Java records.

Continue reading ❯

RELEASES