Re: Simplify processor code with simple throws error - Apache Camel 3.7

2020-12-23 Thread Imran Raza Khan
Following dependency was missing org.apache.camel.quarkus camel-quarkus-bean On Wed, Dec 23, 2020 at 11:53 PM Imran Raza Khan wrote: > I am working on a code in which one processor is like > > public void process(Exchange exchange) throws Exception > { > exchange.getIn().

Simplify processor code with simple throws error - Apache Camel 3.7

2020-12-23 Thread Imran Raza Khan
I am working on a code in which one processor is like public void process(Exchange exchange) throws Exception { exchange.getIn().setHeader("AMQ_PASSWORD", exchange.getMessage().getBody(io.fabric8.kubernetes.api.model.Secret.class).getData().get("amq-password")); } I thought to

[ANNOUNCE] Apache Camel 3.4.5 Released

2020-12-23 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 3.4.5 (LTS). Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This patch release contains 25 bug fixes and improvements. The release

migration to Camel 3.7

2020-12-23 Thread Иванов Григорий Олегович
Hi, I have an issue when migrated from 3.5 to 3.7 Camel According to logs there are 4 additional empty (0 routes) camel contexts being started (camel-1 to camel-4) Please tell if it is a feature and if so what is its purpose? Should I care about these contexts or somehow treat them? Camel 3