Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
On Tue, Feb 9, 2021 at 11:45 AM Gregor Zurowski wrote: > > Thanks Claus. Just for future reference, how do we check for > formatting issues on the jbpm component? > This component was special it copied over its source to a folder in target that happened before those other plugins does it sorting,

Re: Apache Camel 3.8 Release

2021-02-09 Thread Gregor Zurowski
Thanks Claus. Just for future reference, how do we check for formatting issues on the jbpm component? On Tue, Feb 9, 2021 at 11:41 AM Claus Ibsen wrote: > > Hi Gregor > > I have just pushed a fix to the master branch. > > You are welcome to try again, thanks. > > On Tue, Feb 9, 2021 at 11:35 AM C

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
Hi Gregor I have just pushed a fix to the master branch. You are welcome to try again, thanks. On Tue, Feb 9, 2021 at 11:35 AM Claus Ibsen wrote: > > Hi > > Ah the jbmp component is special, I am working on fixing this. I will > report back. > > On Tue, Feb 9, 2021 at 11:32 AM Gregor Zurowski >

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
Hi Ah the jbmp component is special, I am working on fixing this. I will report back. On Tue, Feb 9, 2021 at 11:32 AM Gregor Zurowski wrote: > > I already tried that, but running these commands on > `components/camel-jbpm` will not yield any errors: > > ``` > cd components/camel-jbpm > rm -rf sr

Re: Apache Camel 3.8 Release

2021-02-09 Thread Gregor Zurowski
I already tried that, but running these commands on `components/camel-jbpm` will not yield any errors: ``` cd components/camel-jbpm rm -rf src/generated mvn clean install -Pfastinstall mvn clean install -Psourcecheck ``` Both checkstyle and impsort plugins pass as normal. It seems there is a misa

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
Hi I usually run mvn clean install -P fastinstall And then the formatter and imp sorter will do its work And after that you can check CS And if there is some problems with the source generated files you can do first (before the step above) rm -rf src/generated mvn compile -P sourcecheck And t

Re: Apache Camel 3.8 Release

2021-02-09 Thread Gregor Zurowski
Hi Everyone: I am having issues related to code formatting while preparing the release. The impsort Maven plugin was first giving me the following error: ``` [ERROR] Failed to execute goal net.revelc.code:impsort-maven-plugin:1.5.0:check (check) on project camel-jbpm: Imports are not sorted in /g

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Gregor Oh yeah that is a problem. I think I have fixed it, can you try again with the latest code. On Mon, Feb 8, 2021 at 9:56 PM Gregor Zurowski wrote: > > Quickly tested the master branch, but getting the following error on > `build:prepare`: > > ``` > [ERROR] Failed to execute goal on pro

Re: Apache Camel 3.8 Release

2021-02-08 Thread Gregor Zurowski
Quickly tested the master branch, but getting the following error on `build:prepare`: ``` [ERROR] Failed to execute goal on project camel-infinispan-embedded: Could not resolve dependencies for project org.apache.camel:camel-infinispan-embedded:jar:3.8.0-SNAPSHOT: Could not find artifact org.apach

Re: Apache Camel 3.8 Release

2021-02-08 Thread Gregor Zurowski
OK, I will start with the release now. Thanks, Gregor On Mon, Feb 8, 2021 at 7:20 PM Claus Ibsen wrote: > > Hi > > Okay the CXF and Jetty upgrade is complete. > > The branch is ready for cutting the release. > > On Mon, Feb 8, 2021 at 6:46 PM Claus Ibsen wrote: > > > > Hi > > > > I am just test

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Okay the CXF and Jetty upgrade is complete. The branch is ready for cutting the release. On Mon, Feb 8, 2021 at 6:46 PM Claus Ibsen wrote: > > Hi > > I am just testing upgrades of Jetty and CXF to latest release, as it > would be good to be on latest of those, as they can have CVE fixes and

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi I am just testing upgrades of Jetty and CXF to latest release, as it would be good to be on latest of those, as they can have CVE fixes and whatnot. On Mon, Feb 8, 2021 at 6:30 PM Jeremy Ross wrote: > > Just ran tests on the latest build and it seems to have resolved. > > On Mon, Feb 8, 2021

Re: Apache Camel 3.8 Release

2021-02-08 Thread Jeremy Ross
Just ran tests on the latest build and it seems to have resolved. On Mon, Feb 8, 2021 at 10:52 AM Gregor Zurowski wrote: > Is that still blocking us from releasing? > > On Mon, Feb 8, 2021 at 2:37 PM Zoran Regvart wrote: > > > > Hi Claus, > > should we worry about this: > > > > > https://camel.

Re: Apache Camel 3.8 Release

2021-02-08 Thread Gregor Zurowski
Is that still blocking us from releasing? On Mon, Feb 8, 2021 at 2:37 PM Zoran Regvart wrote: > > Hi Claus, > should we worry about this: > > https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Problem.20with.20nightlies > > raised by Jeremy. I know it takes a special setup to run the >

Re: Apache Camel 3.8 Release

2021-02-08 Thread Zoran Regvart
Hi Claus, should we worry about this: https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Problem.20with.20nightlies raised by Jeremy. I know it takes a special setup to run the Salesforce integration tests, I'll double check that on my end. zoran On Fri, Jan 22, 2021 at 4:57 PM Claus

Re: Apache Camel 3.8 Release

2021-02-08 Thread JB Onofré
It looks good to me at this stage. I will rebase camel Karaf work just after the release. Regards JB > Le 8 févr. 2021 à 14:08, Claus Ibsen a écrit : > > Hi > > Great I just fixed RAT check so it passes. > > Gregor, if you are listening, would you have time to cut the 3.8 release? > > >

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
On Mon, Feb 8, 2021 at 2:08 PM Claus Ibsen wrote: > > Hi > > Great I just fixed RAT check so it passes. > > Gregor, if you are listening, would you have time to cut the 3.8 release? > And btw we do have this "fix" for camel-spring-boot which you may hit if there is a problem https://issues.apache

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Great I just fixed RAT check so it passes. Gregor, if you are listening, would you have time to cut the 3.8 release? On Mon, Feb 8, 2021 at 1:32 PM Andrea Cosentino wrote: > > All done. We should be ok. > > Il lun 8 feb 2021, 13:29 Claus Ibsen ha scritto: > > > Hi > > > > Andrea are there

Re: Apache Camel 3.8 Release

2021-02-08 Thread Andrea Cosentino
All done. We should be ok. Il lun 8 feb 2021, 13:29 Claus Ibsen ha scritto: > Hi > > Andrea are there more bundle upgrades? > > Otherwise I think we are getting real close to be ready for cutting 3.8. > > On Sun, Feb 7, 2021 at 4:14 PM Andrea Cosentino wrote: > > > > There is still some work th

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Andrea are there more bundle upgrades? Otherwise I think we are getting real close to be ready for cutting 3.8. On Sun, Feb 7, 2021 at 4:14 PM Andrea Cosentino wrote: > > There is still some work that could be done to aling to the latest > servicemix bundle release cycle > > Il giorno dom 7

Re: Apache Camel 3.8 Release

2021-02-07 Thread Andrea Cosentino
There is still some work that could be done to aling to the latest servicemix bundle release cycle Il giorno dom 7 feb 2021 alle ore 15:46 Claus Ibsen ha scritto: > Hi > > Okay so in the mean time we found space to cut 3.7.2 first. > > Since last update we have added some great stuff such as the

Re: Apache Camel 3.8 Release

2021-02-07 Thread Claus Ibsen
Hi Okay so in the mean time we found space to cut 3.7.2 first. Since last update we have added some great stuff such as the pluggable route loader. And also fixed the components with @InvokeOnHeader to run without reflection overhead. This is paves the way into future work on marking up the heade

Re: Apache Camel 3.8 Release

2021-02-02 Thread Jean-Baptiste Onofre
Trying to move forward today about Camel Karaf (karamel). Else I will focus on 3.9. Regards JB > Le 1 févr. 2021 à 15:42, Claus Ibsen a écrit : > > Hi > > Okay so we are closing down to be ready for cutting the 3.8 release this week. > > I moved a number of JIRA tickets to 3.9 which we didn'

Re: Apache Camel 3.8 Release

2021-02-01 Thread Claus Ibsen
Hi Okay so we are closing down to be ready for cutting the 3.8 release this week. I moved a number of JIRA tickets to 3.9 which we didn't have time to implement. Working on bug fixes, CI tests, and then getting ready in general. May add one or two improvements / features (one is about reduced re

Re: Apache Camel 3.8 Release

2021-01-27 Thread Gregor Zurowski
Yes, that works for me. On Tue, Jan 26, 2021, 3:44 PM Claus Ibsen wrote: > Hi > > I would like to suggest to get Camel 3.8 released in first half of > February. There is plenty of great stuff already, and it will also > help aligning up with upcoming releases of Quarkus, and therefore also > fo

Re: Apache Camel 3.8 Release

2021-01-26 Thread Jean-Baptiste Onofre
Hi, It sounds good to me. I will try to prepare all PRs/merge about camel-karaf this week and next one. Regards JB > Le 26 janv. 2021 à 15:43, Claus Ibsen a écrit : > > Hi > > I would like to suggest to get Camel 3.8 released in first half of > February. There is plenty of great stuff alread

Re: Apache Camel 3.8 Release

2021-01-26 Thread Claus Ibsen
Hi I would like to suggest to get Camel 3.8 released in first half of February. There is plenty of great stuff already, and it will also help aligning up with upcoming releases of Quarkus, and therefore also for camel-quarkus, which is also needed for new Camel K release. Gregor if you are listen

Re: Apache Camel 3.8 Release

2021-01-25 Thread Gregor Zurowski
+1 On Fri, Jan 22, 2021 at 4:57 PM Claus Ibsen wrote: > > Hi > > It would be good to get Camel 3.8 out before mid February. > > There is already a bunch of work since 3.7, and its good to get this > into the hands of the community. > > There are a number of tickets assigned to 3.8, but if you kno

Re: Apache Camel 3.8 Release

2021-01-22 Thread Andrea Cosentino
+1. Il giorno ven 22 gen 2021 alle ore 16:57 Claus Ibsen ha scritto: > Hi > > It would be good to get Camel 3.8 out before mid February. > > There is already a bunch of work since 3.7, and its good to get this > into the hands of the community. > > There are a number of tickets assigned to 3.8

Apache Camel 3.8 Release

2021-01-22 Thread Claus Ibsen
Hi It would be good to get Camel 3.8 out before mid February. There is already a bunch of work since 3.7, and its good to get this into the hands of the community. There are a number of tickets assigned to 3.8, but if you know that you wont get time to work on it, then you are welcome to move to