RE: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-10-12 Thread Corneliu Chitic
'll stick to 3.4.x for some time. > Okay the improvements are only in new versions, not in 3.4.x. > Thank you, Corneliu > > -Original Message- > From: Claus Ibsen > Sent: Monday, October 5, 2020 15:43 > To: users@camel.apache.org > Subject: Re: Performance r

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-10-12 Thread Claus Ibsen
ions, not in 3.4.x. > Thank you, Corneliu > > -Original Message- > From: Claus Ibsen > Sent: Monday, October 5, 2020 15:43 > To: users@camel.apache.org > Subject: Re: Performance regression with bean and ognl expressions in Simple > language version 3.4.x >

RE: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-10-12 Thread Corneliu Chitic
rformance regression with bean and ognl expressions in Simple language version 3.4.x Hi Corneliu Thanks for the reproducer. We have fixed a bunch of stuff and you are welcome to try with SNAPSHOT and do profiling again and report back if you can find improvements too. Or if you dont have time th

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-10-05 Thread Claus Ibsen
Hi Corneliu Thanks for the reproducer. We have fixed a bunch of stuff and you are welcome to try with SNAPSHOT and do profiling again and report back if you can find improvements too. Or if you dont have time then test again when Camel 3.6.0 comes out later in October On Thu, Sep 17, 2020 at 2:32

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-28 Thread Claus Ibsen
b.com/dchirov/camel-performance-sample.git > > > > Best Regards, Denis > > > > -Original Message- > > From: Claus Ibsen > > Sent: Saturday, September 19, 2020 6:28 PM > > To: users@camel.apache.org > > Subject: Re: Performance regression with bea

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-21 Thread Andrea Cosentino
; From: Claus Ibsen > Sent: Saturday, September 19, 2020 6:28 PM > To: users@camel.apache.org > Subject: Re: Performance regression with bean and ognl expressions in > Simple language version 3.4.x > > Hi > > Many things have changed of course when you go from a major vers

RE: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-21 Thread Denis Chirov
with bean and ognl expressions in Simple language version 3.4.x Hi Many things have changed of course when you go from a major version v2 to v3. Can you put together a very small example application that can run standalone that can be used to reproduce the issue. And if it can run outside

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-19 Thread Claus Ibsen
Hi Many things have changed of course when you go from a major version v2 to v3. Can you put together a very small example application that can run standalone that can be used to reproduce the issue. And if it can run outside Spring Boot with just a basic public static void main then its maybe eve

RE: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-18 Thread Corneliu Chitic
regression with bean and ognl expressions in Simple language version 3.4.x Hi, we've identified a performance regression while running same code with Apache Camel 3.4.3 + Spring Boot vs Apache Camel 2.24.2 with Spring framework 5.1.9. We've migrated one application to this LTS vers

Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-16 Thread Corneliu Chitic
Hi, we've identified a performance regression while running same code with Apache Camel 3.4.3 + Spring Boot vs Apache Camel 2.24.2 with Spring framework 5.1.9. We've migrated one application to this LTS version and we face this impact. The main bottleneck is the synchronized block from: org.apa