Re: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Dipak Rai
Hi Andy, Claus, Sorry that I couldn't reply earlier. But MS Server expecting a 'token' is not a problem. I am connecting to MS Server via token itself in the below way successfully. I hope it helps: //import the msal4j library as a pom dependency String AUTHORITY = "https://login.microsoftonline

RE: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Andy Gilette
I wrote a custom Processor heavily based on OAuth2ClientConfigurer. But if I was to incorporate it into the OAuth2ClientConfigurer it would look something like the following. (With this code replacing OAuth2ClientConfigurer .getAccessTokenResponse()). Untested and not production ready arch/code o

Re: Kafka Streaming Processor Committing Records Despite allowManualCommit=true

2025-06-12 Thread Andrea Cosentino
What version are you using, can you please create a reproducer? I never see this before Il gio 5 giu 2025, 09:07 Adithya Kashyap H M ha scritto: > Hi Team, > > We are using the Kafka Streaming processor to handle records, and we've > encountered an issue where the record is getting committed reg

Re: Kafka Streaming Processor Committing Records Despite allowManualCommit=true

2025-06-12 Thread Claus Ibsen
Hi Did you spend more time on this? It may be that the manual commit is not much in use, and we have not had reports on this before. But a quick glance looks like the CommitManager should maybe be made as a noop when you use manual commit. Then this will only happen when the end user calls expli

Re: creating route template - java builder vrs java dsl

2025-06-12 Thread Claus Ibsen
Hi https://camel.apache.org/blog/2024/12/camel3-eol/ That 3.22.4 was a special one-off release due to a CVE that would allow users stuck on 3.x to be able to have a fix for it. We won't do other releases of 3.x. I am sorry I am not interested in logs from Camel 3.x. You are best to try to find a

Re: Unexpected behavior: split + wireTap

2025-06-12 Thread Claus Ibsen
Hi Can you post the full route code with the splitter and whatnot as its not entirely understandable what you problem is. So can you try explain it better. On Wed, Jun 11, 2025 at 1:51 PM Vladislav Krejcirik wrote: > Hi All, > > We are experiencing unexpected behavior when using .wireTap within

Re: Http Component - Oauth2 not working Microsoft Authorization servers

2025-06-12 Thread Claus Ibsen
Hi So did you implement a solution for this? If MS Authentication Server has this requirement, then it may be nice to have some kind of option in camel-http, you can set that then adjusts Camel to MS style. It can be some kind of vendor string so in the future there can be other implementations i

Re: creating route template - java builder vrs java dsl

2025-06-12 Thread j vh
Thank you Claus for your reply. Just wondering though, according to this page: https://camel.apache.org/releases/ version 3.22.4 is LTS and was built March 9, 2025. Are you still saying that all versions of Camel 3 are EOL? In the meantime, we did a quick try with Camel 4.x.x. for this problem.