Camel 4.0 upgrade causes SEDA Hang

2023-08-24 Thread Tim Janusz
Hi all, We're currently trying to upgrade our Camel from 3.20.2, spring boot 2.7.12 running on Java 11 to spring.boot.version=3.1.2 and camel.version=4.0.0 running on Java 17. We are seeing weird behaviour in one of our applications where our SEDA component just 'hangs' after a specific set of in

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-28 Thread Otavio Rodolfo Piske
Hi, I'd like to investigate ... but for that I need a full reproducer. Can you provide* one, please? * Either as a test in the Camel Core code base or one that I can quickly clone and run. Thanks On Thu, Aug 24, 2023 at 6:54 PM Tim Janusz wrote: > Hi all, > > We're currently trying to upgrade

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-28 Thread Tim Janusz
Thanks so much.. Give me a little time and I'll create a smaller app to demonstrate what we're seeing.. I'll reply once I have something available. On Mon, Aug 28, 2023 at 4:30 PM Otavio Rodolfo Piske wrote: > Hi, I'd like to investigate ... but for that I need a full reproducer. Can > you pr

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-29 Thread Tim Janusz
Otavio, I was able to create a small spring boot web application that demonstrates the issue.. Hopefully you can check it out and see what could be possibly wrong.. This app is super slimmed down version of what our real application does but it demonstrates the same issue. I created it in my pub

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-30 Thread Otavio Rodolfo Piske
Thanks Tim. That way is fine for me. Kind regards On Tue, Aug 29, 2023 at 10:14 PM Tim Janusz wrote: > Otavio, > > I was able to create a small spring boot web application that demonstrates > the issue.. > > Hopefully you can check it out and see what could be possibly wrong.. This > app is sup

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-30 Thread Otavio Rodolfo Piske
I tried running the example, but when I post data to service like this: curl -X POST -d "--id e70c0565 --dhInitialize" localhost:8080/camel/dialcommand/ ; curl -X POST -d "--id e70c0565 --dhKill" localhost:8080/camel/dialcommand If fails with: {"timestamp":"2023-08-30T16:12:25.880+00:00","statu

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-30 Thread Tim Janusz
Otavio, So sorry.. Apparently postman automatically assume context-type 'text/plain' whereas curl assumes application/x-www-form-urlencoded https://stackoverflow.com/questions/43054195/how-to-post-raw-body-data-with-curl This works locally for me if I specify the content-type.. curl -X POST -d

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-31 Thread Otavio Rodolfo Piske
Hi Tim, I found the problem: https://issues.apache.org/jira/browse/CAMEL-19815. This fixes it on 4.1. Later today I'll back port it to 4.0, so it should be available on 4.0.1. Thanks for reporting it! Kind regards On Wed, Aug 30, 2023 at 7:23 PM Tim Janusz wrote: > Otavio, > > So sorry.. >

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-31 Thread Tim Janusz
Otavio, That's great news! For our own application rollout planning do we know when 4.0.1 and 4.1 will be released? Thanks so much. you're a lifesaver for us! On Thu, Aug 31, 2023 at 6:13 AM Otavio Rodolfo Piske wrote: > Hi Tim, > > I found the problem: > https://issues.apache.org/jira/brows

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-31 Thread Otavio Rodolfo Piske
Hi, I am glad I could help! I don't think we have raised the discussion about 4.0.1 yet, but I believe it won't take too long, as we already have a few patches piling up there. Our plan is to release 4.1 in October ... I think 4.0.1 will be available before that. Obs.: the fix has been merged to