Re: camel-jbang maven performance

2025-03-07 Thread Chirag
Thank you Grzegorz and Claus. Updated to 4.10.1 and is now much faster. Is improvement just because of caching or also because of not traversing Google bom? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Feb 19, 2025 at 11:18 PM Tadayoshi Sato w

Re: camel-jbang maven performance

2025-02-19 Thread Tadayoshi Sato
Wow, what a simple one-liner can improve performance! On Wed, Feb 19, 2025 at 8:55 PM Grzegorz Grzybek wrote: > Hello > > The ultimate fix is described here: > https://issues.apache.org/jira/browse/CAMEL-21761. We've enabled Maven > ModelCache for maven downloader. > > regards > Grzegorz Grzybek

Re: camel-jbang maven performance

2025-02-19 Thread Grzegorz Grzybek
Hello The ultimate fix is described here: https://issues.apache.org/jira/browse/CAMEL-21761. We've enabled Maven ModelCache for maven downloader. regards Grzegorz Grzybek pon., 17 lut 2025 o 19:46 Claus Ibsen napisał(a): > Hi > > Okay I tested 4.10.1 and 4.11.0 and they run fast again > > Apac

Re: camel-jbang maven performance

2025-02-17 Thread Claus Ibsen
Hi Okay I tested 4.10.1 and 4.11.0 and they run fast again Apache Camel 4.11.0-SNAPSHOT (idle) started in 104ms (build:0ms init:0ms start:104ms boot:741ms) On Mon, Feb 17, 2025 at 7:08 PM Claus Ibsen wrote: > Hi > > Okay we found out the problem is google-cloud-bom that is crazy. > So we are f

Re: camel-jbang maven performance

2025-02-17 Thread Claus Ibsen
Hi Okay we found out the problem is google-cloud-bom that is crazy. So we are fixing this to avoid importing this bom, and will be super fast again in 4.10.1 and onwards. On Mon, Feb 17, 2025 at 1:14 PM Claus Ibsen wrote: > Hi > > I created a ticket > https://issues.apache.org/jira/browse/CAMEL

Re: camel-jbang maven performance

2025-02-17 Thread Claus Ibsen
Hi I created a ticket https://issues.apache.org/jira/browse/CAMEL-21750 On Mon, Feb 17, 2025 at 12:20 PM Grzegorz Grzybek wrote: > Hello > > I tracked the problem down to HUGE amount of transitive BOM dependencies > starting from com.google.cloud:libraries-bom:26.54.0 being bom-imported > from

Re: camel-jbang maven performance

2025-02-17 Thread Grzegorz Grzybek
Hello I tracked the problem down to HUGE amount of transitive BOM dependencies starting from com.google.cloud:libraries-bom:26.54.0 being bom-imported from camel-parent 4.10.0: com.google.cloud:libraries-bom:26.54.0 - com.google.protobuf:protobuf-bom:4.29.0 - com.google.cloud:first-party-depend

Re: camel-jbang maven performance

2025-02-16 Thread Tadayoshi Sato
Hi, It might be specific to your one.yaml route. Can you provide us with the route yaml? On Mon, Feb 17, 2025 at 1:01 AM Chirag wrote: > Here is more: > C:\work\camel-demos\fileToPubSub>camel run --verbose one.yaml > 2025-02-16 10:52:46.984 INFO 30360 --- [ main] > org.apache.camel.m

Re: camel-jbang maven performance

2025-02-16 Thread Chirag
Here is more: C:\work\camel-demos\fileToPubSub>camel run --verbose one.yaml 2025-02-16 10:52:46.984 INFO 30360 --- [ main] org.apache.camel.main.MainSupport: Apache Camel (JBang) 4.10.0 is starting 2025-02-16 10:52:47.300 INFO 30360 --- [ main] org.apache.camel.main.Ma

Re: camel-jbang maven performance

2025-02-16 Thread Claus Ibsen
Hi Also you can run camel-jbang with --verbose then it logs more information about those maven activities that can help to find out why On Sun, Feb 16, 2025 at 7:43 AM Claus Ibsen wrote: > Hi > > Can you try testing with older versions of camel jbang to find out if you > can see a specific ver

Re: camel-jbang maven performance

2025-02-15 Thread Claus Ibsen
Hi Can you try testing with older versions of camel jbang to find out if you can see a specific version where it was much slower. On Sat, Feb 15, 2025 at 8:50 PM Chirag wrote: > Recently I am noticing that my jbang apps take longer to start. > > 2025-02-15 14:42:41.393 INFO 27180 --- [

camel-jbang maven performance

2025-02-15 Thread Chirag
Recently I am noticing that my jbang apps take longer to start. 2025-02-15 14:42:41.393 INFO 27180 --- [ main] org.apache.camel.main.MainSupport: Apache Camel (JBang) 4.10.0 is starting 2025-02-15 14:42:41.729 INFO 27180 --- [ main] org.apache.camel.main.MainSupport