New release of VS Code Language Support for Apache Camel 0.0.35

, by

A new release of VS Code Language Support for Apache Camel 0.0.35 is available. It includes upgrade of default Camel catalog, deprecation of Java 8 as runtime for embedded Language Server, folding of Camel routes in Java editor, status bar improvement. Camel version upgrade The default Camel catalog has been upgraded from 3.11.0 to 3.11.1. Deprecation of Java 8 as runtime for embedded Language Server The deprecation of Java 8 as runtime for embedded Language Server will allow to upgrade Camel Quarkus Catalog in upcoming release.

Continue reading ❯

RELEASESTOOLING

Deploying a Camel Route in AWS Lambda using Quarkus

, by

Do you fancy running camel route as functions in AWS Lambda. Well I did a small Proof Of Concept to test this and the results were interesting. Thanks to the Quarkus and Camel-Quarkus communities for their efforts to make this technically possible. You can find the working sample in the Camel Quarkus Examples github repo #Deploying a Camel Route in AWS Lambda : A Camel Quarkus example This project uses the following framework

Continue reading ❯

AWSCAMEL QUARKUS