RE: Change of email for subscription

2021-11-22 Thread Ajmera, Hemang C
Hi I think this should be as simple as unsubscribe from this email and subscribe to another... Details to subscribe/unsubscribe are present at https://camel.apache.org/community/mailing-list/ Thanks and Regards, Hemang Ajmera -Original Message- From: SRIKANT MVS Sent: 21

Support for Microsoft Graph

2021-11-22 Thread ASHWIN .P.S
Hi Team, We need support to integrate Apache camel with Microsoft Graph API to read Outlook 365 mails dynamically. Kindly help us on how to proceed further.

Adding something new into Camel DSL -- but how?

2021-11-22 Thread Steve973
Hi, all. I am working on a new version of the Dynamic Router processor that implements the pattern spec much more closely, and I have the initial implementation complete, but I want to test it (among other ways) by using it in the DSL. I haven't seen any documentation on how to do this, or any

Re: Camel and Freemarker - ${request} evaluated to null or missing

2021-11-22 Thread Laurentiu Trica
Hello, I found the solution for this. >From Camel 2.25.2/3.4.0 onward you need to add this property to the freemarker producer: allowContextMapAll=true. Otherwise you'll only have access to body/headers in a template engine like Freemarker. This is based on

Dynamically loading components in Camel core

2021-11-22 Thread ski n
There are many Camel components, I would like to let users to add a component at runtime (for example http), like a plugin. There are possibilities to do this in Karaf (through OSGi). Is there a way to add a component at runtime with Camel core (considered I have the right jar files)? There are

Behavior change 3.11.3>3.13.0?

2021-11-22 Thread Klug Andreas (CI/XDM1)
Hello everyone, Can anybody pls. give me a hint whether there is a change between Camel 3.13.0 and 3.11.3 which might cause the following behavior? The body is a list having one entry. In 3.11.3 the or() evaluates to false. In 3.13.0 the or() evaluates to true. Is there anything I overlooked?