Re: Camel 3.16.0 Release

2022-03-23 Thread Andrea Cosentino
Backport for sure.

--
Andrea Cosentino 
--
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Wednesday, March 23, 2022, 11:06:59 AM GMT+1, Gregor Zurowski 
 wrote: 





Should I keep my changes for the testcontainers removal local
(https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5)
to the 3.16.x branch or should I backport it into main?

Thanks,
Gregor

On Wed, Mar 23, 2022 at 10:44 AM Claus Ibsen  wrote:
>
> Hi Gregor
>
> Ah thanks yeah so on camel spring boot, we have contributors working
> on adding more tests to improve the QA of this project.
> And as such we hit these problems, but we have learned now and 3.17
> should be an easier release.
>
>
> On Wed, Mar 23, 2022 at 9:35 AM Gregor Zurowski
>  wrote:
> >
> > Thank you, Claus. I got a bit further but ran into the next issue:
> >
> > ```
> > [ERROR] Failed to execute goal on project camel-consul-starter: Could
> > not resolve dependencies for project
> > org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
> > find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
> > central (https://repo.maven.apache.org/maven2) -> [Help 1]
> > ```
> >
> > The Consul starter depends on camel-testcontainers, but we had removed
> > it recently with
> > https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379.
> >
> > I have fixed the issue by removing the test-containers dependency and
> > the corresponding test:
> > https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5
> >
> > Thanks,
> > Gregor
> >
> >
> > On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > Okay so I have fixed this on main branch and a PR with the set of
> > > commits to fix this which can be merged on the 3.16.0 branch you use
> > > for the release
> > > https://github.com/apache/camel-spring-boot/pull/479
> > >
> > > On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  
> > > wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay so its related to all the tests added to the -starter JARs where
> > > > they have added test dependencies, but it seems this requires to add
> > > >  so it can pickup the correct Camel version.
> > > >
> > > >
> > > >
> > > >        org.apache.camel
> > > >        camel-test-spring-junit5
> > > > +      ${camel-version}
> > > >
> > > >
> > > > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay got a step further
> > > > >
> > > > > [ERROR]    
> > > > > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > > > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > > > >
> > > > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > If I try to run the dry run prepare for the release tag on CSB I 
> > > > > > can see
> > > > > >
> > > > > > [ERROR] Failed to execute goal
> > > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > > (default-cli) on project spring-boot: Can't release project due to 
> > > > > > non
> > > > > > released dependencies :
> > > > > > [ERROR]    
> > > > > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]    
> > > > > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]    
> > > > > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]    
> > > > > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]    
> > > > > > org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]    
> > > > > > org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > > > [ERROR] -> [Help 1]
> > > > > >
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino 
> > > > > >  wrote:
> > > > > > >
> > > > > > > What are the deps with snapshot?
> > > > > > >
> > > > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski 
> > > > > > >  ha
> > > > > > > scritto:
> > > > > > >
> > > > > > > > I am having another problem when preparing camel-spring-boot. 
> > > > > > > > There
> > > > > > > > are dependencies with snapshot versions in
> > > > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely 
> > > > > > > > recall
> > > > > > > > we went through this before... Claus, do you remember this?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > > > > 
> > > > > > > > wrote:
> > > 

Re: Camel 3.16.0 Release

2022-03-23 Thread Gregor Zurowski
Should I keep my changes for the testcontainers removal local
(https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5)
to the 3.16.x branch or should I backport it into main?

Thanks,
Gregor

On Wed, Mar 23, 2022 at 10:44 AM Claus Ibsen  wrote:
>
> Hi Gregor
>
> Ah thanks yeah so on camel spring boot, we have contributors working
> on adding more tests to improve the QA of this project.
> And as such we hit these problems, but we have learned now and 3.17
> should be an easier release.
>
>
> On Wed, Mar 23, 2022 at 9:35 AM Gregor Zurowski
>  wrote:
> >
> > Thank you, Claus. I got a bit further but ran into the next issue:
> >
> > ```
> > [ERROR] Failed to execute goal on project camel-consul-starter: Could
> > not resolve dependencies for project
> > org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
> > find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
> > central (https://repo.maven.apache.org/maven2) -> [Help 1]
> > ```
> >
> > The Consul starter depends on camel-testcontainers, but we had removed
> > it recently with
> > https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379.
> >
> > I have fixed the issue by removing the test-containers dependency and
> > the corresponding test:
> > https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5
> >
> > Thanks,
> > Gregor
> >
> >
> > On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > Okay so I have fixed this on main branch and a PR with the set of
> > > commits to fix this which can be merged on the 3.16.0 branch you use
> > > for the release
> > > https://github.com/apache/camel-spring-boot/pull/479
> > >
> > > On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  
> > > wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay so its related to all the tests added to the -starter JARs where
> > > > they have added test dependencies, but it seems this requires to add
> > > >  so it can pickup the correct Camel version.
> > > >
> > > >
> > > >
> > > >org.apache.camel
> > > >camel-test-spring-junit5
> > > > +  ${camel-version}
> > > >
> > > >
> > > > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay got a step further
> > > > >
> > > > > [ERROR] 
> > > > > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > > > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > > > >
> > > > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > If I try to run the dry run prepare for the release tag on CSB I 
> > > > > > can see
> > > > > >
> > > > > > [ERROR] Failed to execute goal
> > > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > > (default-cli) on project spring-boot: Can't release project due to 
> > > > > > non
> > > > > > released dependencies :
> > > > > > [ERROR] 
> > > > > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] 
> > > > > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] 
> > > > > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] 
> > > > > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] 
> > > > > > org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] 
> > > > > > org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > > > [ERROR] -> [Help 1]
> > > > > >
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino 
> > > > > >  wrote:
> > > > > > >
> > > > > > > What are the deps with snapshot?
> > > > > > >
> > > > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski 
> > > > > > >  ha
> > > > > > > scritto:
> > > > > > >
> > > > > > > > I am having another problem when preparing camel-spring-boot. 
> > > > > > > > There
> > > > > > > > are dependencies with snapshot versions in
> > > > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely 
> > > > > > > > recall
> > > > > > > > we went through this before... Claus, do you remember this?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > > > > 
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi Gregor
> > > > > > > > >
> > > > > > > > > The branches are ready for cutting the release.
> > > > > > > > > I have done a RAT check and fixed the few files that were 
> > > > > > > > > missing
> > > > > > > > > license headers.
> > > > > > > > >
> > > > > > 

Re: Camel 3.16.0 Release

2022-03-23 Thread Otavio Rodolfo Piske
Hi, sorry to drive a bit off-topic, but  ... I wonder if it would be worth
it to start tracking in Jira the ways we can make our release simpler? If
anyone has a list, please feel free to message me and I can add these to
the jira.

Of course, this alone won't solve any problems, but we may start to tackle
them as permitted by our free time.

Kind regards

On Wed, Mar 23, 2022 at 10:44 AM Claus Ibsen  wrote:

> Hi Gregor
>
> Ah thanks yeah so on camel spring boot, we have contributors working
> on adding more tests to improve the QA of this project.
> And as such we hit these problems, but we have learned now and 3.17
> should be an easier release.
>
>
> On Wed, Mar 23, 2022 at 9:35 AM Gregor Zurowski
>  wrote:
> >
> > Thank you, Claus. I got a bit further but ran into the next issue:
> >
> > ```
> > [ERROR] Failed to execute goal on project camel-consul-starter: Could
> > not resolve dependencies for project
> > org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
> > find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
> > central (https://repo.maven.apache.org/maven2) -> [Help 1]
> > ```
> >
> > The Consul starter depends on camel-testcontainers, but we had removed
> > it recently with
> >
> https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379
> .
> >
> > I have fixed the issue by removing the test-containers dependency and
> > the corresponding test:
> >
> https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5
> >
> > Thanks,
> > Gregor
> >
> >
> > On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen 
> wrote:
> > >
> > > Hi
> > >
> > > Okay so I have fixed this on main branch and a PR with the set of
> > > commits to fix this which can be merged on the 3.16.0 branch you use
> > > for the release
> > > https://github.com/apache/camel-spring-boot/pull/479
> > >
> > > On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen 
> wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay so its related to all the tests added to the -starter JARs where
> > > > they have added test dependencies, but it seems this requires to add
> > > >  so it can pickup the correct Camel version.
> > > >
> > > >
> > > >
> > > >org.apache.camel
> > > >camel-test-spring-junit5
> > > > +  ${camel-version}
> > > >
> > > >
> > > > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen 
> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > Okay got a step further
> > > > >
> > > > > [ERROR]
>  org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > > >
> (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > > > >
> > > > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen 
> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > If I try to run the dry run prepare for the release tag on CSB I
> can see
> > > > > >
> > > > > > [ERROR] Failed to execute goal
> > > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > > (default-cli) on project spring-boot: Can't release project due
> to non
> > > > > > released dependencies :
> > > > > > [ERROR]
>  org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]
>  org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]
>  org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]
>  org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]
>  org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR]
>  org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > > >
> (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > > > [ERROR] -> [Help 1]
> > > > > >
> > > > > >
> > > > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino <
> anco...@gmail.com> wrote:
> > > > > > >
> > > > > > > What are the deps with snapshot?
> > > > > > >
> > > > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski <
> gre...@list.zurowski.org> ha
> > > > > > > scritto:
> > > > > > >
> > > > > > > > I am having another problem when preparing
> camel-spring-boot. There
> > > > > > > > are dependencies with snapshot versions in
> > > > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I
> vaguely recall
> > > > > > > > we went through this before... Claus, do you remember this?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen <
> claus.ib...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi Gregor
> > > > > > > > >
> > > > > > > > > The branches are ready for cutting the release.
> > > > > > > > > I have done a RAT check and fixed the few files that were
> missing
> > > > > > > > > license headers.
> > > > > > > > >
> > > > > > > > >
> > > 

Re: Camel 3.16.0 Release

2022-03-23 Thread Claus Ibsen
Hi Gregor

Ah thanks yeah so on camel spring boot, we have contributors working
on adding more tests to improve the QA of this project.
And as such we hit these problems, but we have learned now and 3.17
should be an easier release.


On Wed, Mar 23, 2022 at 9:35 AM Gregor Zurowski
 wrote:
>
> Thank you, Claus. I got a bit further but ran into the next issue:
>
> ```
> [ERROR] Failed to execute goal on project camel-consul-starter: Could
> not resolve dependencies for project
> org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
> find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
> central (https://repo.maven.apache.org/maven2) -> [Help 1]
> ```
>
> The Consul starter depends on camel-testcontainers, but we had removed
> it recently with
> https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379.
>
> I have fixed the issue by removing the test-containers dependency and
> the corresponding test:
> https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5
>
> Thanks,
> Gregor
>
>
> On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > Okay so I have fixed this on main branch and a PR with the set of
> > commits to fix this which can be merged on the 3.16.0 branch you use
> > for the release
> > https://github.com/apache/camel-spring-boot/pull/479
> >
> > On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > Okay so its related to all the tests added to the -starter JARs where
> > > they have added test dependencies, but it seems this requires to add
> > >  so it can pickup the correct Camel version.
> > >
> > >
> > >
> > >org.apache.camel
> > >camel-test-spring-junit5
> > > +  ${camel-version}
> > >
> > >
> > > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  
> > > wrote:
> > > >
> > > > Hi
> > > >
> > > > Okay got a step further
> > > >
> > > > [ERROR] 
> > > > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > > >
> > > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > If I try to run the dry run prepare for the release tag on CSB I can 
> > > > > see
> > > > >
> > > > > [ERROR] Failed to execute goal
> > > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > > (default-cli) on project spring-boot: Can't release project due to non
> > > > > released dependencies :
> > > > > [ERROR] 
> > > > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] 
> > > > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] 
> > > > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] 
> > > > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] 
> > > > > org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] 
> > > > > org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > > [ERROR] -> [Help 1]
> > > > >
> > > > >
> > > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  
> > > > > wrote:
> > > > > >
> > > > > > What are the deps with snapshot?
> > > > > >
> > > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski 
> > > > > >  ha
> > > > > > scritto:
> > > > > >
> > > > > > > I am having another problem when preparing camel-spring-boot. 
> > > > > > > There
> > > > > > > are dependencies with snapshot versions in
> > > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely 
> > > > > > > recall
> > > > > > > we went through this before... Claus, do you remember this?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Gregor
> > > > > > >
> > > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > > > 
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > Hi Gregor
> > > > > > > >
> > > > > > > > The branches are ready for cutting the release.
> > > > > > > > I have done a RAT check and fixed the few files that were 
> > > > > > > > missing
> > > > > > > > license headers.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > > > > > >  wrote:
> > > > > > > > >
> > > > > > > > > Hi Everyone:
> > > > > > > > >
> > > > > > > > > I tried building the 3.16.0 release yesterday but struggled 
> > > > > > > > > with a
> > > > > > > > > slow and spotty internet connection (at a hotel) and several 
> > > > > > > > > code
> > > > > > > > > formatting issues on each attempt. Unfortunately I won't be 
> > > > > > > > > able to
> > > > > > > > > take care of this before next Monday. Is that OK 

Re: Camel 3.16.0 Release

2022-03-23 Thread Andrea Cosentino
I will setup 3 gh actions, to run dryRun every day. So we will know problems 
ahead of time.

--
Andrea Cosentino 
--
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Wednesday, March 23, 2022, 09:35:49 AM GMT+1, Gregor Zurowski 
 wrote: 





Thank you, Claus. I got a bit further but ran into the next issue:

```
[ERROR] Failed to execute goal on project camel-consul-starter: Could
not resolve dependencies for project
org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
central (https://repo.maven.apache.org/maven2) -> [Help 1]
```

The Consul starter depends on camel-testcontainers, but we had removed
it recently with
https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379.

I have fixed the issue by removing the test-containers dependency and
the corresponding test:
https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5

Thanks,
Gregor


On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen  wrote:
>
> Hi
>
> Okay so I have fixed this on main branch and a PR with the set of
> commits to fix this which can be merged on the 3.16.0 branch you use
> for the release
> https://github.com/apache/camel-spring-boot/pull/479
>
> On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > Okay so its related to all the tests added to the -starter JARs where
> > they have added test dependencies, but it seems this requires to add
> >  so it can pickup the correct Camel version.
> >
> >
> >
> >        org.apache.camel
> >        camel-test-spring-junit5
> > +      ${camel-version}
> >
> >
> > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > Okay got a step further
> > >
> > > [ERROR]    
> > > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > >
> > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  wrote:
> > > >
> > > > Hi
> > > >
> > > > If I try to run the dry run prepare for the release tag on CSB I can see
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > (default-cli) on project spring-boot: Can't release project due to non
> > > > released dependencies :
> > > > [ERROR]    
> > > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR]    
> > > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR]    
> > > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR]    
> > > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR]    org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR]    org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > [ERROR] -> [Help 1]
> > > >
> > > >
> > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  
> > > > wrote:
> > > > >
> > > > > What are the deps with snapshot?
> > > > >
> > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski  
> > > > > ha
> > > > > scritto:
> > > > >
> > > > > > I am having another problem when preparing camel-spring-boot. There
> > > > > > are dependencies with snapshot versions in
> > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely 
> > > > > > recall
> > > > > > we went through this before... Claus, do you remember this?
> > > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > > wrote:
> > > > > > >
> > > > > > > Hi Gregor
> > > > > > >
> > > > > > > The branches are ready for cutting the release.
> > > > > > > I have done a RAT check and fixed the few files that were missing
> > > > > > > license headers.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > > > > >  wrote:
> > > > > > > >
> > > > > > > > Hi Everyone:
> > > > > > > >
> > > > > > > > I tried building the 3.16.0 release yesterday but struggled 
> > > > > > > > with a
> > > > > > > > slow and spotty internet connection (at a hotel) and several 
> > > > > > > > code
> > > > > > > > formatting issues on each attempt. Unfortunately I won't be 
> > > > > > > > able to
> > > > > > > > take care of this before next Monday. Is that OK with everyone?
> > > > > > > >
> > > > > > > > Thanks in advance,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > >
> > > > > > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > > > > > > > 
> > > > > > wrote:
> > > > > > > > >
> > > > > > > > > On Thu, 

Re: Camel 3.16.0 Release

2022-03-23 Thread Gregor Zurowski
Thank you, Claus. I got a bit further but ran into the next issue:

```
[ERROR] Failed to execute goal on project camel-consul-starter: Could
not resolve dependencies for project
org.apache.camel.springboot:camel-consul-starter:jar:3.16.0: Could not
find artifact org.apache.camel:camel-testcontainers:jar:3.16.0 in
central (https://repo.maven.apache.org/maven2) -> [Help 1]
```

The Consul starter depends on camel-testcontainers, but we had removed
it recently with
https://github.com/apache/camel/commit/51d91b5e974e0b5753313c8a21610fc14cc89379.

I have fixed the issue by removing the test-containers dependency and
the corresponding test:
https://github.com/apache/camel-spring-boot/commit/dc45a6a0267effce166f1c5edb23ee93505147e5

Thanks,
Gregor


On Tue, Mar 22, 2022 at 10:36 PM Claus Ibsen  wrote:
>
> Hi
>
> Okay so I have fixed this on main branch and a PR with the set of
> commits to fix this which can be merged on the 3.16.0 branch you use
> for the release
> https://github.com/apache/camel-spring-boot/pull/479
>
> On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > Okay so its related to all the tests added to the -starter JARs where
> > they have added test dependencies, but it seems this requires to add
> >  so it can pickup the correct Camel version.
> >
> >
> >
> >org.apache.camel
> >camel-test-spring-junit5
> > +  ${camel-version}
> >
> >
> > On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > Okay got a step further
> > >
> > > [ERROR] 
> > > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > > [ERROR] in project 'Camel SB Starters :: Avro'
> > > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> > >
> > > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  wrote:
> > > >
> > > > Hi
> > > >
> > > > If I try to run the dry run prepare for the release tag on CSB I can see
> > > >
> > > > [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > > (default-cli) on project spring-boot: Can't release project due to non
> > > > released dependencies :
> > > > [ERROR] 
> > > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] 
> > > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] 
> > > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] 
> > > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > > [ERROR] -> [Help 1]
> > > >
> > > >
> > > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  
> > > > wrote:
> > > > >
> > > > > What are the deps with snapshot?
> > > > >
> > > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski  
> > > > > ha
> > > > > scritto:
> > > > >
> > > > > > I am having another problem when preparing camel-spring-boot. There
> > > > > > are dependencies with snapshot versions in
> > > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely 
> > > > > > recall
> > > > > > we went through this before... Claus, do you remember this?
> > > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > > wrote:
> > > > > > >
> > > > > > > Hi Gregor
> > > > > > >
> > > > > > > The branches are ready for cutting the release.
> > > > > > > I have done a RAT check and fixed the few files that were missing
> > > > > > > license headers.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > > > > >  wrote:
> > > > > > > >
> > > > > > > > Hi Everyone:
> > > > > > > >
> > > > > > > > I tried building the 3.16.0 release yesterday but struggled 
> > > > > > > > with a
> > > > > > > > slow and spotty internet connection (at a hotel) and several 
> > > > > > > > code
> > > > > > > > formatting issues on each attempt. Unfortunately I won't be 
> > > > > > > > able to
> > > > > > > > take care of this before next Monday. Is that OK with everyone?
> > > > > > > >
> > > > > > > > Thanks in advance,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > >
> > > > > > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > > > > > > > 
> > > > > > wrote:
> > > > > > > > >
> > > > > > > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > > > > > > >  wrote:
> > > > > > > > > >
> > > > > > > > > > Hi Claus,
> > > > > > > > > >
> > > > > > > > > > I am traveling all day tomorrow, but I can start the 
> > > > > > > > > > release on
> > > > > > Saturday/Sunday.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > Thanks Gregor
> > > > > > > > >
> > > > > 

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
Hi

Okay so I have fixed this on main branch and a PR with the set of
commits to fix this which can be merged on the 3.16.0 branch you use
for the release
https://github.com/apache/camel-spring-boot/pull/479

On Tue, Mar 22, 2022 at 10:06 PM Claus Ibsen  wrote:
>
> Hi
>
> Okay so its related to all the tests added to the -starter JARs where
> they have added test dependencies, but it seems this requires to add
>  so it can pickup the correct Camel version.
>
>
>
>org.apache.camel
>camel-test-spring-junit5
> +  ${camel-version}
>
>
> On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > Okay got a step further
> >
> > [ERROR] 
> > org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> > [ERROR] in project 'Camel SB Starters :: Avro'
> > (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
> >
> > On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > If I try to run the dry run prepare for the release tag on CSB I can see
> > >
> > > [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > > (default-cli) on project spring-boot: Can't release project due to non
> > > released dependencies :
> > > [ERROR] 
> > > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] 
> > > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] 
> > > org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] 
> > > org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > > [ERROR] -> [Help 1]
> > >
> > >
> > > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  
> > > wrote:
> > > >
> > > > What are the deps with snapshot?
> > > >
> > > > Il mar 22 mar 2022, 19:35 Gregor Zurowski  ha
> > > > scritto:
> > > >
> > > > > I am having another problem when preparing camel-spring-boot. There
> > > > > are dependencies with snapshot versions in
> > > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
> > > > > we went through this before... Claus, do you remember this?
> > > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > > wrote:
> > > > > >
> > > > > > Hi Gregor
> > > > > >
> > > > > > The branches are ready for cutting the release.
> > > > > > I have done a RAT check and fixed the few files that were missing
> > > > > > license headers.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > > > >  wrote:
> > > > > > >
> > > > > > > Hi Everyone:
> > > > > > >
> > > > > > > I tried building the 3.16.0 release yesterday but struggled with a
> > > > > > > slow and spotty internet connection (at a hotel) and several code
> > > > > > > formatting issues on each attempt. Unfortunately I won't be able 
> > > > > > > to
> > > > > > > take care of this before next Monday. Is that OK with everyone?
> > > > > > >
> > > > > > > Thanks in advance,
> > > > > > > Gregor
> > > > > > >
> > > > > > >
> > > > > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > > > > > > 
> > > > > wrote:
> > > > > > > >
> > > > > > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > > > > > >  wrote:
> > > > > > > > >
> > > > > > > > > Hi Claus,
> > > > > > > > >
> > > > > > > > > I am traveling all day tomorrow, but I can start the release 
> > > > > > > > > on
> > > > > Saturday/Sunday.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Thanks Gregor
> > > > > > > >
> > > > > > > > The branch is ready for cutting the release.
> > > > > > > >
> > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Gregor
> > > > > > > > >
> > > > > > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> > > > > > > > > 
> > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > We are polishing up the last bits today.
> > > > > > > > > > I think we will be ready tomorrow so Gregor can cut the 
> > > > > > > > > > release
> > > > > when
> > > > > > > > > > he has time.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <
> > > > > claus.ib...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > Hi
> > > > > > > > > > >
> > > > > > > > > > > We have a lot of stuff going into 3.16.0 already, so I 
> > > > > > > > > > > think
> > > > > it would
> > > > > > > > > > > be good to close down and get the last bits done, and 
> > > > > > > > > > > then cut
> > > > > a
> > > > > > > > > > > release on thursday/friday or over the weekend?
> > > > > > > > > > >
> > > > > > > > > 

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
Hi

Okay so its related to all the tests added to the -starter JARs where
they have added test dependencies, but it seems this requires to add
 so it can pickup the correct Camel version.



   org.apache.camel
   camel-test-spring-junit5
+  ${camel-version}


On Tue, Mar 22, 2022 at 10:03 PM Claus Ibsen  wrote:
>
> Hi
>
> Okay got a step further
>
> [ERROR] org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
> [ERROR] in project 'Camel SB Starters :: Avro'
> (org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)
>
> On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > If I try to run the dry run prepare for the release tag on CSB I can see
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> > (default-cli) on project spring-boot: Can't release project due to non
> > released dependencies :
> > [ERROR] 
> > org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] 
> > org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> > [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> > (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> > [ERROR] -> [Help 1]
> >
> >
> > On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  wrote:
> > >
> > > What are the deps with snapshot?
> > >
> > > Il mar 22 mar 2022, 19:35 Gregor Zurowski  ha
> > > scritto:
> > >
> > > > I am having another problem when preparing camel-spring-boot. There
> > > > are dependencies with snapshot versions in
> > > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
> > > > we went through this before... Claus, do you remember this?
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > > wrote:
> > > > >
> > > > > Hi Gregor
> > > > >
> > > > > The branches are ready for cutting the release.
> > > > > I have done a RAT check and fixed the few files that were missing
> > > > > license headers.
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > > >  wrote:
> > > > > >
> > > > > > Hi Everyone:
> > > > > >
> > > > > > I tried building the 3.16.0 release yesterday but struggled with a
> > > > > > slow and spotty internet connection (at a hotel) and several code
> > > > > > formatting issues on each attempt. Unfortunately I won't be able to
> > > > > > take care of this before next Monday. Is that OK with everyone?
> > > > > >
> > > > > > Thanks in advance,
> > > > > > Gregor
> > > > > >
> > > > > >
> > > > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > > > wrote:
> > > > > > >
> > > > > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > > > > >  wrote:
> > > > > > > >
> > > > > > > > Hi Claus,
> > > > > > > >
> > > > > > > > I am traveling all day tomorrow, but I can start the release on
> > > > Saturday/Sunday.
> > > > > > > >
> > > > > > >
> > > > > > > Thanks Gregor
> > > > > > >
> > > > > > > The branch is ready for cutting the release.
> > > > > > >
> > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Gregor
> > > > > > > >
> > > > > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> > > > > > > > 
> > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > We are polishing up the last bits today.
> > > > > > > > > I think we will be ready tomorrow so Gregor can cut the 
> > > > > > > > > release
> > > > when
> > > > > > > > > he has time.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <
> > > > claus.ib...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hi
> > > > > > > > > >
> > > > > > > > > > We have a lot of stuff going into 3.16.0 already, so I think
> > > > it would
> > > > > > > > > > be good to close down and get the last bits done, and then 
> > > > > > > > > > cut
> > > > a
> > > > > > > > > > release on thursday/friday or over the weekend?
> > > > > > > > > >
> > > > > > > > > > If I get some clear time then I would work on
> > > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > > > > > >
> > > > > > > > > > Which is a bigger work but is important to have a common 
> > > > > > > > > > error
> > > > handler
> > > > > > > > > > model in the core DSL so it's standard in all DSLs and we 
> > > > > > > > > > dont
> > > > have
> > > > > > > > > > custom code for yaml, xml, java etc.
> > > > > > > > > >
> > > > > > > > > > However it does require a few days of many hours of
> > > > uninterrupted work
> > > > > > > > > > to get around all of the needed changes.
> > > 

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
Hi

Okay got a step further

[ERROR] org.apache.camel:camel-test-spring-junit5:jar:3.16.0-SNAPSHOT:test
[ERROR] in project 'Camel SB Starters :: Avro'
(org.apache.camel.springboot:camel-avro-starter:jar:3.16.0-SNAPSHOT)

On Tue, Mar 22, 2022 at 9:14 PM Claus Ibsen  wrote:
>
> Hi
>
> If I try to run the dry run prepare for the release tag on CSB I can see
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
> (default-cli) on project spring-boot: Can't release project due to non
> released dependencies :
> [ERROR] 
> org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> [ERROR] 
> org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
> [ERROR] org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
> [ERROR] org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
> [ERROR] org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
> [ERROR] org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
> [ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
> (org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
> [ERROR] -> [Help 1]
>
>
> On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  wrote:
> >
> > What are the deps with snapshot?
> >
> > Il mar 22 mar 2022, 19:35 Gregor Zurowski  ha
> > scritto:
> >
> > > I am having another problem when preparing camel-spring-boot. There
> > > are dependencies with snapshot versions in
> > > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
> > > we went through this before... Claus, do you remember this?
> > >
> > > Thanks,
> > > Gregor
> > >
> > > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > > wrote:
> > > >
> > > > Hi Gregor
> > > >
> > > > The branches are ready for cutting the release.
> > > > I have done a RAT check and fixed the few files that were missing
> > > > license headers.
> > > >
> > > >
> > > >
> > > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > > >  wrote:
> > > > >
> > > > > Hi Everyone:
> > > > >
> > > > > I tried building the 3.16.0 release yesterday but struggled with a
> > > > > slow and spotty internet connection (at a hotel) and several code
> > > > > formatting issues on each attempt. Unfortunately I won't be able to
> > > > > take care of this before next Monday. Is that OK with everyone?
> > > > >
> > > > > Thanks in advance,
> > > > > Gregor
> > > > >
> > > > >
> > > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > > wrote:
> > > > > >
> > > > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > > > >  wrote:
> > > > > > >
> > > > > > > Hi Claus,
> > > > > > >
> > > > > > > I am traveling all day tomorrow, but I can start the release on
> > > Saturday/Sunday.
> > > > > > >
> > > > > >
> > > > > > Thanks Gregor
> > > > > >
> > > > > > The branch is ready for cutting the release.
> > > > > >
> > > > > >
> > > > > > > Thanks,
> > > > > > > Gregor
> > > > > > >
> > > > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> > > > > > > 
> > > wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > We are polishing up the last bits today.
> > > > > > > > I think we will be ready tomorrow so Gregor can cut the release
> > > when
> > > > > > > > he has time.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <
> > > claus.ib...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hi
> > > > > > > > >
> > > > > > > > > We have a lot of stuff going into 3.16.0 already, so I think
> > > it would
> > > > > > > > > be good to close down and get the last bits done, and then cut
> > > a
> > > > > > > > > release on thursday/friday or over the weekend?
> > > > > > > > >
> > > > > > > > > If I get some clear time then I would work on
> > > > > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > > > > >
> > > > > > > > > Which is a bigger work but is important to have a common error
> > > handler
> > > > > > > > > model in the core DSL so it's standard in all DSLs and we dont
> > > have
> > > > > > > > > custom code for yaml, xml, java etc.
> > > > > > > > >
> > > > > > > > > However it does require a few days of many hours of
> > > uninterrupted work
> > > > > > > > > to get around all of the needed changes.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > > > > >
> > > > > > > > > For tickets with 3.16.0 as target then it would be good to 
> > > > > > > > > move
> > > > > > > > > tickets to 3.17.0 that you know that you will not implement
> > > this week.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Claus Ibsen
> > > > > > > > > -
> > > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > 

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
Hi

If I try to run the dry run prepare for the release tag on CSB I can see

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare
(default-cli) on project spring-boot: Can't release project due to non
released dependencies :
[ERROR] 
org.apache.camel:bom-generator-maven-plugin:jar:3.16.0-SNAPSHOT:compile
[ERROR] 
org.apache.camel:camel-package-maven-plugin:jar:3.16.0-SNAPSHOT:compile
[ERROR] org.apache.camel:camel-tooling-model:jar:3.16.0-SNAPSHOT:compile
[ERROR] org.apache.camel:camel-tooling-util:jar:3.16.0-SNAPSHOT:compile
[ERROR] org.apache.camel:camel-util-json:jar:3.16.0-SNAPSHOT:compile
[ERROR] org.apache.camel:spi-annotations:jar:3.16.0-SNAPSHOT:compile
[ERROR] in project 'Camel SB Tooling :: Generator Maven Plugin'
(org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:maven-plugin:3.16.0-SNAPSHOT)
[ERROR] -> [Help 1]


On Tue, Mar 22, 2022 at 7:58 PM Andrea Cosentino  wrote:
>
> What are the deps with snapshot?
>
> Il mar 22 mar 2022, 19:35 Gregor Zurowski  ha
> scritto:
>
> > I am having another problem when preparing camel-spring-boot. There
> > are dependencies with snapshot versions in
> > `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
> > we went through this before... Claus, do you remember this?
> >
> > Thanks,
> > Gregor
> >
> > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> > wrote:
> > >
> > > Hi Gregor
> > >
> > > The branches are ready for cutting the release.
> > > I have done a RAT check and fixed the few files that were missing
> > > license headers.
> > >
> > >
> > >
> > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Everyone:
> > > >
> > > > I tried building the 3.16.0 release yesterday but struggled with a
> > > > slow and spotty internet connection (at a hotel) and several code
> > > > formatting issues on each attempt. Unfortunately I won't be able to
> > > > take care of this before next Monday. Is that OK with everyone?
> > > >
> > > > Thanks in advance,
> > > > Gregor
> > > >
> > > >
> > > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> > wrote:
> > > > >
> > > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > > >  wrote:
> > > > > >
> > > > > > Hi Claus,
> > > > > >
> > > > > > I am traveling all day tomorrow, but I can start the release on
> > Saturday/Sunday.
> > > > > >
> > > > >
> > > > > Thanks Gregor
> > > > >
> > > > > The branch is ready for cutting the release.
> > > > >
> > > > >
> > > > > > Thanks,
> > > > > > Gregor
> > > > > >
> > > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> > wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > We are polishing up the last bits today.
> > > > > > > I think we will be ready tomorrow so Gregor can cut the release
> > when
> > > > > > > he has time.
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <
> > claus.ib...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > We have a lot of stuff going into 3.16.0 already, so I think
> > it would
> > > > > > > > be good to close down and get the last bits done, and then cut
> > a
> > > > > > > > release on thursday/friday or over the weekend?
> > > > > > > >
> > > > > > > > If I get some clear time then I would work on
> > > > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > > > >
> > > > > > > > Which is a bigger work but is important to have a common error
> > handler
> > > > > > > > model in the core DSL so it's standard in all DSLs and we dont
> > have
> > > > > > > > custom code for yaml, xml, java etc.
> > > > > > > >
> > > > > > > > However it does require a few days of many hours of
> > uninterrupted work
> > > > > > > > to get around all of the needed changes.
> > > > > > > >
> > > > > > > >
> > > > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > > > >
> > > > > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > > > > tickets to 3.17.0 that you know that you will not implement
> > this week.
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -
> > > > > > > > http://davsclaus.com @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel 

Re: Camel 3.16.0 Release

2022-03-22 Thread Andrea Cosentino
What are the deps with snapshot?

Il mar 22 mar 2022, 19:35 Gregor Zurowski  ha
scritto:

> I am having another problem when preparing camel-spring-boot. There
> are dependencies with snapshot versions in
> `tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
> we went through this before... Claus, do you remember this?
>
> Thanks,
> Gregor
>
> On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen 
> wrote:
> >
> > Hi Gregor
> >
> > The branches are ready for cutting the release.
> > I have done a RAT check and fixed the few files that were missing
> > license headers.
> >
> >
> >
> > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Everyone:
> > >
> > > I tried building the 3.16.0 release yesterday but struggled with a
> > > slow and spotty internet connection (at a hotel) and several code
> > > formatting issues on each attempt. Unfortunately I won't be able to
> > > take care of this before next Monday. Is that OK with everyone?
> > >
> > > Thanks in advance,
> > > Gregor
> > >
> > >
> > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> wrote:
> > > >
> > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > >  wrote:
> > > > >
> > > > > Hi Claus,
> > > > >
> > > > > I am traveling all day tomorrow, but I can start the release on
> Saturday/Sunday.
> > > > >
> > > >
> > > > Thanks Gregor
> > > >
> > > > The branch is ready for cutting the release.
> > > >
> > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We are polishing up the last bits today.
> > > > > > I think we will be ready tomorrow so Gregor can cut the release
> when
> > > > > > he has time.
> > > > > >
> > > > > >
> > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen <
> claus.ib...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hi
> > > > > > >
> > > > > > > We have a lot of stuff going into 3.16.0 already, so I think
> it would
> > > > > > > be good to close down and get the last bits done, and then cut
> a
> > > > > > > release on thursday/friday or over the weekend?
> > > > > > >
> > > > > > > If I get some clear time then I would work on
> > > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > > >
> > > > > > > Which is a bigger work but is important to have a common error
> handler
> > > > > > > model in the core DSL so it's standard in all DSLs and we dont
> have
> > > > > > > custom code for yaml, xml, java etc.
> > > > > > >
> > > > > > > However it does require a few days of many hours of
> uninterrupted work
> > > > > > > to get around all of the needed changes.
> > > > > > >
> > > > > > >
> > > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > > >
> > > > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > > > tickets to 3.17.0 that you know that you will not implement
> this week.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Claus Ibsen
> > > > > > > -
> > > > > > > http://davsclaus.com @davsclaus
> > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>


Re: Camel 3.16.0 Release

2022-03-22 Thread Gregor Zurowski
I am having another problem when preparing camel-spring-boot. There
are dependencies with snapshot versions in
`tooling/camel-spring-boot-dependencies/pom.xml` and I vaguely recall
we went through this before... Claus, do you remember this?

Thanks,
Gregor

On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
>
> Hi Gregor
>
> The branches are ready for cutting the release.
> I have done a RAT check and fixed the few files that were missing
> license headers.
>
>
>
> On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > I tried building the 3.16.0 release yesterday but struggled with a
> > slow and spotty internet connection (at a hotel) and several code
> > formatting issues on each attempt. Unfortunately I won't be able to
> > take care of this before next Monday. Is that OK with everyone?
> >
> > Thanks in advance,
> > Gregor
> >
> >
> > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> > >
> > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Claus,
> > > >
> > > > I am traveling all day tomorrow, but I can start the release on 
> > > > Saturday/Sunday.
> > > >
> > >
> > > Thanks Gregor
> > >
> > > The branch is ready for cutting the release.
> > >
> > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We are polishing up the last bits today.
> > > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > > he has time.
> > > > >
> > > > >
> > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We have a lot of stuff going into 3.16.0 already, so I think it 
> > > > > > would
> > > > > > be good to close down and get the last bits done, and then cut a
> > > > > > release on thursday/friday or over the weekend?
> > > > > >
> > > > > > If I get some clear time then I would work on
> > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > >
> > > > > > Which is a bigger work but is important to have a common error 
> > > > > > handler
> > > > > > model in the core DSL so it's standard in all DSLs and we dont have
> > > > > > custom code for yaml, xml, java etc.
> > > > > >
> > > > > > However it does require a few days of many hours of uninterrupted 
> > > > > > work
> > > > > > to get around all of the needed changes.
> > > > > >
> > > > > >
> > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > >
> > > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > > tickets to 3.17.0 that you know that you will not implement this 
> > > > > > week.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-22 Thread Nicolas Filotto
Hi again,

It should be good now; it is enabled only with the maven profile plugin-itest 
like other maven plugins.

Thank you for your patience,
Regards,
Nicolas

From: Gregor Zurowski 
Sent: Tuesday, March 22, 2022 10:17
To: dev@camel.apache.org 
Subject: Re: Camel 3.16.0 Release

!---|
  This Message Is From an External Sender
  This message came from outside your organization.
  Exercise caution when opening attachments or clicking any
  links.
|---!

Hi Nicolas,

You can apply on `main` and I can cherry-pick it onto the
`release/3.16.0` branch.

Thanks,
Gregor

On Tue, Mar 22, 2022 at 10:13 AM Nicolas Filotto  wrote:
>
> Hi Claus,
>
> OK, I do it now. In which branch(es) main only or also in the release branch?
> 
> From: Claus Ibsen 
> Sent: Tuesday, March 22, 2022 10:09
> To: dev 
> Subject: Re: Camel 3.16.0 Release
>
> !---|
>   This Message Is From an External Sender
>   This message came from outside your organization.
>   Exercise caution when opening attachments or clicking any
>   links.
> |---!
>
> Hi Nicolas
>
> Can you move this integration test to root/tests where we have itests
> - then they are run at the end - as this problem will bite us again
> and again.
>
>
> On Tue, Mar 22, 2022 at 10:04 AM Nicolas Filotto  wrote:
> >
> > Hi,
> >
> > In a nutshell, it is an integration test that I added which fails because 
> > of a chicken and egg problem. It will pass once the new version will 
> > actually be published.
> >
> > If possible, can you use the option the maven profile "fastinstall" to skip 
> > it? Otherwise you will need to comment it like this commit 
> > https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >
> > Regards,
> > Nicolas
> > [https://urldefense.com/v3/__https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiRaKCNhw$
> >  
> > ]<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > CAMEL-16628: Disable test to make CI complete build · 
> > apache/camel@fadf550<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > Apache Camel is an open source integration framework that empowers you to 
> > quickly and easily integrate various systems consuming or producing data. - 
> > CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
> > github.com
> >
> > 
> > From: Gregor Zurowski 
> > Sent: Tuesday, March 22, 2022 09:57
> > To: dev@camel.apache.org 
> > Subject: Re: Camel 3.16.0 Release
> >
> > !---|
> >   This Message Is From an External Sender
> >   This message came from outside your organization.
> >   Exercise caution when opening attachments or clicking any
> >   links.
> > |---!
> >
> > I was able to prepare the release in dry run, but getting the
> > following error now when starting it without dry run:
> >
> > ```
> > [INFO] --- maven-invoker-plugin:3.2.2:integration-test
> > (integration-test) @ camel-package-maven-plugin ---
> > [INFO] Building: HeaderSupport/pom.xml
> > [INFO] run post-build script verify.groovy
> > [INFO] Assertion Error
> > [INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
> > [INFO]
> > [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
> > camel-package-maven-plugin ---
> > [INFO] -
> > [INFO] Build Summary:
> > [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> > [INFO] -
> > [ERROR] The following builds failed:
> > [ERROR] * HeaderSupport/pom.xml
> > [INFO] 

Re: Camel 3.16.0 Release

2022-03-22 Thread Gregor Zurowski
Hi Nicolas,

You can apply on `main` and I can cherry-pick it onto the
`release/3.16.0` branch.

Thanks,
Gregor

On Tue, Mar 22, 2022 at 10:13 AM Nicolas Filotto  wrote:
>
> Hi Claus,
>
> OK, I do it now. In which branch(es) main only or also in the release branch?
> 
> From: Claus Ibsen 
> Sent: Tuesday, March 22, 2022 10:09
> To: dev 
> Subject: Re: Camel 3.16.0 Release
>
> !---|
>   This Message Is From an External Sender
>   This message came from outside your organization.
>   Exercise caution when opening attachments or clicking any
>   links.
> |---!
>
> Hi Nicolas
>
> Can you move this integration test to root/tests where we have itests
> - then they are run at the end - as this problem will bite us again
> and again.
>
>
> On Tue, Mar 22, 2022 at 10:04 AM Nicolas Filotto  wrote:
> >
> > Hi,
> >
> > In a nutshell, it is an integration test that I added which fails because 
> > of a chicken and egg problem. It will pass once the new version will 
> > actually be published.
> >
> > If possible, can you use the option the maven profile "fastinstall" to skip 
> > it? Otherwise you will need to comment it like this commit 
> > https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >
> > Regards,
> > Nicolas
> > [https://urldefense.com/v3/__https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiRaKCNhw$
> >  
> > ]<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > CAMEL-16628: Disable test to make CI complete build · 
> > apache/camel@fadf550<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > Apache Camel is an open source integration framework that empowers you to 
> > quickly and easily integrate various systems consuming or producing data. - 
> > CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
> > github.com
> >
> > 
> > From: Gregor Zurowski 
> > Sent: Tuesday, March 22, 2022 09:57
> > To: dev@camel.apache.org 
> > Subject: Re: Camel 3.16.0 Release
> >
> > !---|
> >   This Message Is From an External Sender
> >   This message came from outside your organization.
> >   Exercise caution when opening attachments or clicking any
> >   links.
> > |---!
> >
> > I was able to prepare the release in dry run, but getting the
> > following error now when starting it without dry run:
> >
> > ```
> > [INFO] --- maven-invoker-plugin:3.2.2:integration-test
> > (integration-test) @ camel-package-maven-plugin ---
> > [INFO] Building: HeaderSupport/pom.xml
> > [INFO] run post-build script verify.groovy
> > [INFO] Assertion Error
> > [INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
> > [INFO]
> > [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
> > camel-package-maven-plugin ---
> > [INFO] -
> > [INFO] Build Summary:
> > [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> > [INFO] -
> > [ERROR] The following builds failed:
> > [ERROR] * HeaderSupport/pom.xml
> > [INFO] -
> > ```
> >
> >
> >
> > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
> > >
> > > Hi Gregor
> > >
> > > The branches are ready for cutting the release.
> > > I have done a RAT check and fixed the few files that were missing
> > > license headers.
> > >
> > >
> > >
> > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Everyone:
> > > >
> > > > I tried building the 3.16.0 release ye

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
On Tue, Mar 22, 2022 at 10:13 AM Nicolas Filotto  wrote:
>
> Hi Claus,
>
> OK, I do it now. In which branch(es) main only or also in the release branch?

main and
https://github.com/apache/camel/tree/release/3.16.0


> 
> From: Claus Ibsen 
> Sent: Tuesday, March 22, 2022 10:09
> To: dev 
> Subject: Re: Camel 3.16.0 Release
>
> !---|
>   This Message Is From an External Sender
>   This message came from outside your organization.
>   Exercise caution when opening attachments or clicking any
>   links.
> |---!
>
> Hi Nicolas
>
> Can you move this integration test to root/tests where we have itests
> - then they are run at the end - as this problem will bite us again
> and again.
>
>
> On Tue, Mar 22, 2022 at 10:04 AM Nicolas Filotto  wrote:
> >
> > Hi,
> >
> > In a nutshell, it is an integration test that I added which fails because 
> > of a chicken and egg problem. It will pass once the new version will 
> > actually be published.
> >
> > If possible, can you use the option the maven profile "fastinstall" to skip 
> > it? Otherwise you will need to comment it like this commit 
> > https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >
> > Regards,
> > Nicolas
> > [https://urldefense.com/v3/__https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiRaKCNhw$
> >  
> > ]<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > CAMEL-16628: Disable test to make CI complete build · 
> > apache/camel@fadf550<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
> >  >
> > Apache Camel is an open source integration framework that empowers you to 
> > quickly and easily integrate various systems consuming or producing data. - 
> > CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
> > github.com
> >
> > 
> > From: Gregor Zurowski 
> > Sent: Tuesday, March 22, 2022 09:57
> > To: dev@camel.apache.org 
> > Subject: Re: Camel 3.16.0 Release
> >
> > !---|
> >   This Message Is From an External Sender
> >   This message came from outside your organization.
> >   Exercise caution when opening attachments or clicking any
> >   links.
> > |---!
> >
> > I was able to prepare the release in dry run, but getting the
> > following error now when starting it without dry run:
> >
> > ```
> > [INFO] --- maven-invoker-plugin:3.2.2:integration-test
> > (integration-test) @ camel-package-maven-plugin ---
> > [INFO] Building: HeaderSupport/pom.xml
> > [INFO] run post-build script verify.groovy
> > [INFO] Assertion Error
> > [INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
> > [INFO]
> > [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
> > camel-package-maven-plugin ---
> > [INFO] -
> > [INFO] Build Summary:
> > [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> > [INFO] -
> > [ERROR] The following builds failed:
> > [ERROR] * HeaderSupport/pom.xml
> > [INFO] -
> > ```
> >
> >
> >
> > On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
> > >
> > > Hi Gregor
> > >
> > > The branches are ready for cutting the release.
> > > I have done a RAT check and fixed the few files that were missing
> > > license headers.
> > >
> > >
> > >
> > > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Everyone:
> > > >
> > > > I tried building the 3.16.0 release yesterday but struggled with a
> > > >

Re: Camel 3.16.0 Release

2022-03-22 Thread Nicolas Filotto
Hi Claus,

OK, I do it now. In which branch(es) main only or also in the release branch?

From: Claus Ibsen 
Sent: Tuesday, March 22, 2022 10:09
To: dev 
Subject: Re: Camel 3.16.0 Release

!---|
  This Message Is From an External Sender
  This message came from outside your organization.
  Exercise caution when opening attachments or clicking any
  links.
|---!

Hi Nicolas

Can you move this integration test to root/tests where we have itests
- then they are run at the end - as this problem will bite us again
and again.


On Tue, Mar 22, 2022 at 10:04 AM Nicolas Filotto  wrote:
>
> Hi,
>
> In a nutshell, it is an integration test that I added which fails because of 
> a chicken and egg problem. It will pass once the new version will actually be 
> published.
>
> If possible, can you use the option the maven profile "fastinstall" to skip 
> it? Otherwise you will need to comment it like this commit 
> https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
>
> Regards,
> Nicolas
> [https://urldefense.com/v3/__https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiRaKCNhw$
>  
> ]<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
>  >
> CAMEL-16628: Disable test to make CI complete build · 
> apache/camel@fadf550<https://urldefense.com/v3/__https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c__;!!CiXD_PY!CKNdduE83KdtsWGiXrXpVEjl__CR6X39ZA-NYkGea7r015IwFruZBsfiZZoQYRE$
>  >
> Apache Camel is an open source integration framework that empowers you to 
> quickly and easily integrate various systems consuming or producing data. - 
> CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
> github.com
>
> 
> From: Gregor Zurowski 
> Sent: Tuesday, March 22, 2022 09:57
> To: dev@camel.apache.org 
> Subject: Re: Camel 3.16.0 Release
>
> !---|
>   This Message Is From an External Sender
>   This message came from outside your organization.
>   Exercise caution when opening attachments or clicking any
>   links.
> |---!
>
> I was able to prepare the release in dry run, but getting the
> following error now when starting it without dry run:
>
> ```
> [INFO] --- maven-invoker-plugin:3.2.2:integration-test
> (integration-test) @ camel-package-maven-plugin ---
> [INFO] Building: HeaderSupport/pom.xml
> [INFO] run post-build script verify.groovy
> [INFO] Assertion Error
> [INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
> [INFO]
> [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
> camel-package-maven-plugin ---
> [INFO] -
> [INFO] Build Summary:
> [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> [INFO] -
> [ERROR] The following builds failed:
> [ERROR] * HeaderSupport/pom.xml
> [INFO] -
> ```
>
>
>
> On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
> >
> > Hi Gregor
> >
> > The branches are ready for cutting the release.
> > I have done a RAT check and fixed the few files that were missing
> > license headers.
> >
> >
> >
> > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Everyone:
> > >
> > > I tried building the 3.16.0 release yesterday but struggled with a
> > > slow and spotty internet connection (at a hotel) and several code
> > > formatting issues on each attempt. Unfortunately I won't be able to
> > > take care of this before next Monday. Is that OK with everyone?
> > >
> > > Thanks in advance,
> > > Gregor
> > >
> > >
> > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> > > >
> > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > >  wrote:
> > > > >
> > > > > Hi Claus,
> > > > >
> > > > > I am traveling all day t

Re: Camel 3.16.0 Release

2022-03-22 Thread Claus Ibsen
Hi Nicolas

Can you move this integration test to root/tests where we have itests
- then they are run at the end - as this problem will bite us again
and again.


On Tue, Mar 22, 2022 at 10:04 AM Nicolas Filotto  wrote:
>
> Hi,
>
> In a nutshell, it is an integration test that I added which fails because of 
> a chicken and egg problem. It will pass once the new version will actually be 
> published.
>
> If possible, can you use the option the maven profile "fastinstall" to skip 
> it? Otherwise you will need to comment it like this commit 
> https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c
>
> Regards,
> Nicolas
> [https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c]<https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c>
> CAMEL-16628: Disable test to make CI complete build · 
> apache/camel@fadf550<https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c>
> Apache Camel is an open source integration framework that empowers you to 
> quickly and easily integrate various systems consuming or producing data. - 
> CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
> github.com
>
> 
> From: Gregor Zurowski 
> Sent: Tuesday, March 22, 2022 09:57
> To: dev@camel.apache.org 
> Subject: Re: Camel 3.16.0 Release
>
> !---|
>   This Message Is From an External Sender
>   This message came from outside your organization.
>   Exercise caution when opening attachments or clicking any
>   links.
> |---!
>
> I was able to prepare the release in dry run, but getting the
> following error now when starting it without dry run:
>
> ```
> [INFO] --- maven-invoker-plugin:3.2.2:integration-test
> (integration-test) @ camel-package-maven-plugin ---
> [INFO] Building: HeaderSupport/pom.xml
> [INFO] run post-build script verify.groovy
> [INFO] Assertion Error
> [INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
> [INFO]
> [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
> camel-package-maven-plugin ---
> [INFO] -
> [INFO] Build Summary:
> [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
> [INFO] -
> [ERROR] The following builds failed:
> [ERROR] * HeaderSupport/pom.xml
> [INFO] -
> ```
>
>
>
> On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
> >
> > Hi Gregor
> >
> > The branches are ready for cutting the release.
> > I have done a RAT check and fixed the few files that were missing
> > license headers.
> >
> >
> >
> > On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Everyone:
> > >
> > > I tried building the 3.16.0 release yesterday but struggled with a
> > > slow and spotty internet connection (at a hotel) and several code
> > > formatting issues on each attempt. Unfortunately I won't be able to
> > > take care of this before next Monday. Is that OK with everyone?
> > >
> > > Thanks in advance,
> > > Gregor
> > >
> > >
> > > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> > > >
> > > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > > >  wrote:
> > > > >
> > > > > Hi Claus,
> > > > >
> > > > > I am traveling all day tomorrow, but I can start the release on 
> > > > > Saturday/Sunday.
> > > > >
> > > >
> > > > Thanks Gregor
> > > >
> > > > The branch is ready for cutting the release.
> > > >
> > > >
> > > > > Thanks,
> > > > > Gregor
> > > > >
> > > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We are polishing up the last bits today.
> > > > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > > > he has time.
> > > > > >
> > > > > >
> > > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > > > wrote:
> > &g

Re: Camel 3.16.0 Release

2022-03-22 Thread Nicolas Filotto
Hi,

In a nutshell, it is an integration test that I added which fails because of a 
chicken and egg problem. It will pass once the new version will actually be 
published.

If possible, can you use the option the maven profile "fastinstall" to skip it? 
Otherwise you will need to comment it like this commit 
https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c

Regards,
Nicolas
[https://opengraph.githubassets.com/e0a7d69b7472f1410d56386f8ed4d1e8450b86c2be7be778f20099a052c6fd44/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c]<https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c>
CAMEL-16628: Disable test to make CI complete build · 
apache/camel@fadf550<https://github.com/apache/camel/commit/fadf550cad1d48c1375f91b2e4949df65fdf1e1c>
Apache Camel is an open source integration framework that empowers you to 
quickly and easily integrate various systems consuming or producing data. - 
CAMEL-16628: Disable test to make CI complete build · apache/camel@fadf550
github.com


From: Gregor Zurowski 
Sent: Tuesday, March 22, 2022 09:57
To: dev@camel.apache.org 
Subject: Re: Camel 3.16.0 Release

!---|
  This Message Is From an External Sender
  This message came from outside your organization.
  Exercise caution when opening attachments or clicking any
  links.
|---!

I was able to prepare the release in dry run, but getting the
following error now when starting it without dry run:

```
[INFO] --- maven-invoker-plugin:3.2.2:integration-test
(integration-test) @ camel-package-maven-plugin ---
[INFO] Building: HeaderSupport/pom.xml
[INFO] run post-build script verify.groovy
[INFO] Assertion Error
[INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
[INFO]
[INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
camel-package-maven-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
[INFO] -
[ERROR] The following builds failed:
[ERROR] * HeaderSupport/pom.xml
[INFO] -
```



On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
>
> Hi Gregor
>
> The branches are ready for cutting the release.
> I have done a RAT check and fixed the few files that were missing
> license headers.
>
>
>
> On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > I tried building the 3.16.0 release yesterday but struggled with a
> > slow and spotty internet connection (at a hotel) and several code
> > formatting issues on each attempt. Unfortunately I won't be able to
> > take care of this before next Monday. Is that OK with everyone?
> >
> > Thanks in advance,
> > Gregor
> >
> >
> > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> > >
> > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Claus,
> > > >
> > > > I am traveling all day tomorrow, but I can start the release on 
> > > > Saturday/Sunday.
> > > >
> > >
> > > Thanks Gregor
> > >
> > > The branch is ready for cutting the release.
> > >
> > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We are polishing up the last bits today.
> > > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > > he has time.
> > > > >
> > > > >
> > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We have a lot of stuff going into 3.16.0 already, so I think it 
> > > > > > would
> > > > > > be good to close down and get the last bits done, and then cut a
> > > > > > release on thursday/friday or over the weekend?
> > > > > >
> > > > > > If I get some clear time then I would work on
> > > > > > https://urldefense.com/v3/__https://issues.apache.org/jira/browse/CAMEL-16834__;!!CiXD_PY!FZdoysPdQLt6aG3dzQmYUrpLFxP6bq31bnF-GTATgFPbX-VWfNlMLfdNp0Mot6M$
> > > > > >
> > > > > > Wh

Re: Camel 3.16.0 Release

2022-03-22 Thread Gregor Zurowski
I was able to prepare the release in dry run, but getting the
following error now when starting it without dry run:

```
[INFO] --- maven-invoker-plugin:3.2.2:integration-test
(integration-test) @ camel-package-maven-plugin ---
[INFO] Building: HeaderSupport/pom.xml
[INFO] run post-build script verify.groovy
[INFO] Assertion Error
[INFO] HeaderSupport/pom.xml  FAILED (7.2 s)
[INFO]
[INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
camel-package-maven-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
[INFO] -
[ERROR] The following builds failed:
[ERROR] * HeaderSupport/pom.xml
[INFO] -
```



On Sun, Mar 20, 2022 at 12:09 PM Claus Ibsen  wrote:
>
> Hi Gregor
>
> The branches are ready for cutting the release.
> I have done a RAT check and fixed the few files that were missing
> license headers.
>
>
>
> On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > I tried building the 3.16.0 release yesterday but struggled with a
> > slow and spotty internet connection (at a hotel) and several code
> > formatting issues on each attempt. Unfortunately I won't be able to
> > take care of this before next Monday. Is that OK with everyone?
> >
> > Thanks in advance,
> > Gregor
> >
> >
> > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> > >
> > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Claus,
> > > >
> > > > I am traveling all day tomorrow, but I can start the release on 
> > > > Saturday/Sunday.
> > > >
> > >
> > > Thanks Gregor
> > >
> > > The branch is ready for cutting the release.
> > >
> > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We are polishing up the last bits today.
> > > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > > he has time.
> > > > >
> > > > >
> > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > > wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We have a lot of stuff going into 3.16.0 already, so I think it 
> > > > > > would
> > > > > > be good to close down and get the last bits done, and then cut a
> > > > > > release on thursday/friday or over the weekend?
> > > > > >
> > > > > > If I get some clear time then I would work on
> > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > >
> > > > > > Which is a bigger work but is important to have a common error 
> > > > > > handler
> > > > > > model in the core DSL so it's standard in all DSLs and we dont have
> > > > > > custom code for yaml, xml, java etc.
> > > > > >
> > > > > > However it does require a few days of many hours of uninterrupted 
> > > > > > work
> > > > > > to get around all of the needed changes.
> > > > > >
> > > > > >
> > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > >
> > > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > > tickets to 3.17.0 that you know that you will not implement this 
> > > > > > week.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-20 Thread Claus Ibsen
Hi Gregor

The branches are ready for cutting the release.
I have done a RAT check and fixed the few files that were missing
license headers.



On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> I tried building the 3.16.0 release yesterday but struggled with a
> slow and spotty internet connection (at a hotel) and several code
> formatting issues on each attempt. Unfortunately I won't be able to
> take care of this before next Monday. Is that OK with everyone?
>
> Thanks in advance,
> Gregor
>
>
> On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> >
> > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Claus,
> > >
> > > I am traveling all day tomorrow, but I can start the release on 
> > > Saturday/Sunday.
> > >
> >
> > Thanks Gregor
> >
> > The branch is ready for cutting the release.
> >
> >
> > > Thanks,
> > > Gregor
> > >
> > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  wrote:
> > > >
> > > > Hi
> > > >
> > > > We are polishing up the last bits today.
> > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > he has time.
> > > >
> > > >
> > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We have a lot of stuff going into 3.16.0 already, so I think it would
> > > > > be good to close down and get the last bits done, and then cut a
> > > > > release on thursday/friday or over the weekend?
> > > > >
> > > > > If I get some clear time then I would work on
> > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > >
> > > > > Which is a bigger work but is important to have a common error handler
> > > > > model in the core DSL so it's standard in all DSLs and we dont have
> > > > > custom code for yaml, xml, java etc.
> > > > >
> > > > > However it does require a few days of many hours of uninterrupted work
> > > > > to get around all of the needed changes.
> > > > >
> > > > >
> > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > >
> > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > tickets to 3.17.0 that you know that you will not implement this week.
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-14 Thread Andrea Cosentino
As always Gregor, thanks a lot for your time.

Don't worry, it's totally fine.

Thanks again!

Il giorno lun 14 mar 2022 alle ore 11:51 Claus Ibsen 
ha scritto:

> On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > I tried building the 3.16.0 release yesterday but struggled with a
> > slow and spotty internet connection (at a hotel) and several code
> > formatting issues on each attempt. Unfortunately I won't be able to
> > take care of this before next Monday. Is that OK with everyone?
> >
>
> Yes, that is very good, Gregor.
> Doing the releases takes up much internet bandwidth and time so it's
> best when you can do it at home.
>
> We have a few innovations we have worked on that we can move forward
> for 3.16 that would be great - so there is no harm.
>
>
>
> > Thanks in advance,
> > Gregor
> >
> >
> > On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen 
> wrote:
> > >
> > > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> > >  wrote:
> > > >
> > > > Hi Claus,
> > > >
> > > > I am traveling all day tomorrow, but I can start the release on
> Saturday/Sunday.
> > > >
> > >
> > > Thanks Gregor
> > >
> > > The branch is ready for cutting the release.
> > >
> > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen 
> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We are polishing up the last bits today.
> > > > > I think we will be ready tomorrow so Gregor can cut the release
> when
> > > > > he has time.
> > > > >
> > > > >
> > > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen 
> wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > We have a lot of stuff going into 3.16.0 already, so I think it
> would
> > > > > > be good to close down and get the last bits done, and then cut a
> > > > > > release on thursday/friday or over the weekend?
> > > > > >
> > > > > > If I get some clear time then I would work on
> > > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > > >
> > > > > > Which is a bigger work but is important to have a common error
> handler
> > > > > > model in the core DSL so it's standard in all DSLs and we dont
> have
> > > > > > custom code for yaml, xml, java etc.
> > > > > >
> > > > > > However it does require a few days of many hours of
> uninterrupted work
> > > > > > to get around all of the needed changes.
> > > > > >
> > > > > >
> > > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > > >
> > > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > > tickets to 3.17.0 that you know that you will not implement this
> week.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Claus Ibsen
> > > > > > -
> > > > > > http://davsclaus.com @davsclaus
> > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


Re: Camel 3.16.0 Release

2022-03-14 Thread Claus Ibsen
On Mon, Mar 14, 2022 at 11:44 AM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> I tried building the 3.16.0 release yesterday but struggled with a
> slow and spotty internet connection (at a hotel) and several code
> formatting issues on each attempt. Unfortunately I won't be able to
> take care of this before next Monday. Is that OK with everyone?
>

Yes, that is very good, Gregor.
Doing the releases takes up much internet bandwidth and time so it's
best when you can do it at home.

We have a few innovations we have worked on that we can move forward
for 3.16 that would be great - so there is no harm.



> Thanks in advance,
> Gregor
>
>
> On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
> >
> > On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Claus,
> > >
> > > I am traveling all day tomorrow, but I can start the release on 
> > > Saturday/Sunday.
> > >
> >
> > Thanks Gregor
> >
> > The branch is ready for cutting the release.
> >
> >
> > > Thanks,
> > > Gregor
> > >
> > > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  wrote:
> > > >
> > > > Hi
> > > >
> > > > We are polishing up the last bits today.
> > > > I think we will be ready tomorrow so Gregor can cut the release when
> > > > he has time.
> > > >
> > > >
> > > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  
> > > > wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > We have a lot of stuff going into 3.16.0 already, so I think it would
> > > > > be good to close down and get the last bits done, and then cut a
> > > > > release on thursday/friday or over the weekend?
> > > > >
> > > > > If I get some clear time then I would work on
> > > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > > >
> > > > > Which is a bigger work but is important to have a common error handler
> > > > > model in the core DSL so it's standard in all DSLs and we dont have
> > > > > custom code for yaml, xml, java etc.
> > > > >
> > > > > However it does require a few days of many hours of uninterrupted work
> > > > > to get around all of the needed changes.
> > > > >
> > > > >
> > > > > Otavio, is there more work needed for the resumable EIP ?
> > > > >
> > > > > For tickets with 3.16.0 as target then it would be good to move
> > > > > tickets to 3.17.0 that you know that you will not implement this week.
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -
> > > > > http://davsclaus.com @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-14 Thread Gregor Zurowski
Hi Everyone:

I tried building the 3.16.0 release yesterday but struggled with a
slow and spotty internet connection (at a hotel) and several code
formatting issues on each attempt. Unfortunately I won't be able to
take care of this before next Monday. Is that OK with everyone?

Thanks in advance,
Gregor


On Sat, Mar 12, 2022 at 1:15 AM Claus Ibsen  wrote:
>
> On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
>  wrote:
> >
> > Hi Claus,
> >
> > I am traveling all day tomorrow, but I can start the release on 
> > Saturday/Sunday.
> >
>
> Thanks Gregor
>
> The branch is ready for cutting the release.
>
>
> > Thanks,
> > Gregor
> >
> > On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > We are polishing up the last bits today.
> > > I think we will be ready tomorrow so Gregor can cut the release when
> > > he has time.
> > >
> > >
> > > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  wrote:
> > > >
> > > > Hi
> > > >
> > > > We have a lot of stuff going into 3.16.0 already, so I think it would
> > > > be good to close down and get the last bits done, and then cut a
> > > > release on thursday/friday or over the weekend?
> > > >
> > > > If I get some clear time then I would work on
> > > > https://issues.apache.org/jira/browse/CAMEL-16834
> > > >
> > > > Which is a bigger work but is important to have a common error handler
> > > > model in the core DSL so it's standard in all DSLs and we dont have
> > > > custom code for yaml, xml, java etc.
> > > >
> > > > However it does require a few days of many hours of uninterrupted work
> > > > to get around all of the needed changes.
> > > >
> > > >
> > > > Otavio, is there more work needed for the resumable EIP ?
> > > >
> > > > For tickets with 3.16.0 as target then it would be good to move
> > > > tickets to 3.17.0 that you know that you will not implement this week.
> > > >
> > > >
> > > > --
> > > > Claus Ibsen
> > > > -
> > > > http://davsclaus.com @davsclaus
> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-11 Thread Claus Ibsen
On Thu, Mar 10, 2022 at 5:47 PM Gregor Zurowski
 wrote:
>
> Hi Claus,
>
> I am traveling all day tomorrow, but I can start the release on 
> Saturday/Sunday.
>

Thanks Gregor

The branch is ready for cutting the release.


> Thanks,
> Gregor
>
> On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > We are polishing up the last bits today.
> > I think we will be ready tomorrow so Gregor can cut the release when
> > he has time.
> >
> >
> > On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  wrote:
> > >
> > > Hi
> > >
> > > We have a lot of stuff going into 3.16.0 already, so I think it would
> > > be good to close down and get the last bits done, and then cut a
> > > release on thursday/friday or over the weekend?
> > >
> > > If I get some clear time then I would work on
> > > https://issues.apache.org/jira/browse/CAMEL-16834
> > >
> > > Which is a bigger work but is important to have a common error handler
> > > model in the core DSL so it's standard in all DSLs and we dont have
> > > custom code for yaml, xml, java etc.
> > >
> > > However it does require a few days of many hours of uninterrupted work
> > > to get around all of the needed changes.
> > >
> > >
> > > Otavio, is there more work needed for the resumable EIP ?
> > >
> > > For tickets with 3.16.0 as target then it would be good to move
> > > tickets to 3.17.0 that you know that you will not implement this week.
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-10 Thread Gregor Zurowski
Hi Claus,

I am traveling all day tomorrow, but I can start the release on Saturday/Sunday.

Thanks,
Gregor

On Thu, Mar 10, 2022 at 3:51 PM Claus Ibsen  wrote:
>
> Hi
>
> We are polishing up the last bits today.
> I think we will be ready tomorrow so Gregor can cut the release when
> he has time.
>
>
> On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  wrote:
> >
> > Hi
> >
> > We have a lot of stuff going into 3.16.0 already, so I think it would
> > be good to close down and get the last bits done, and then cut a
> > release on thursday/friday or over the weekend?
> >
> > If I get some clear time then I would work on
> > https://issues.apache.org/jira/browse/CAMEL-16834
> >
> > Which is a bigger work but is important to have a common error handler
> > model in the core DSL so it's standard in all DSLs and we dont have
> > custom code for yaml, xml, java etc.
> >
> > However it does require a few days of many hours of uninterrupted work
> > to get around all of the needed changes.
> >
> >
> > Otavio, is there more work needed for the resumable EIP ?
> >
> > For tickets with 3.16.0 as target then it would be good to move
> > tickets to 3.17.0 that you know that you will not implement this week.
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-10 Thread Claus Ibsen
Hi

We are polishing up the last bits today.
I think we will be ready tomorrow so Gregor can cut the release when
he has time.


On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  wrote:
>
> Hi
>
> We have a lot of stuff going into 3.16.0 already, so I think it would
> be good to close down and get the last bits done, and then cut a
> release on thursday/friday or over the weekend?
>
> If I get some clear time then I would work on
> https://issues.apache.org/jira/browse/CAMEL-16834
>
> Which is a bigger work but is important to have a common error handler
> model in the core DSL so it's standard in all DSLs and we dont have
> custom code for yaml, xml, java etc.
>
> However it does require a few days of many hours of uninterrupted work
> to get around all of the needed changes.
>
>
> Otavio, is there more work needed for the resumable EIP ?
>
> For tickets with 3.16.0 as target then it would be good to move
> tickets to 3.17.0 that you know that you will not implement this week.
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-09 Thread Claus Ibsen
Hi


On Mon, Mar 7, 2022 at 1:30 PM Claus Ibsen  wrote:
>
> Hi
>
> We have a lot of stuff going into 3.16.0 already, so I think it would
> be good to close down and get the last bits done, and then cut a
> release on thursday/friday or over the weekend?
>
> If I get some clear time then I would work on
> https://issues.apache.org/jira/browse/CAMEL-16834
>
> Which is a bigger work but is important to have a common error handler
> model in the core DSL so it's standard in all DSLs and we dont have
> custom code for yaml, xml, java etc.
>
> However it does require a few days of many hours of uninterrupted work
> to get around all of the needed changes.
>

So I dived into this today and can see it's more complex as by
introducing  in the core model,
then we clash with the legacy spring/blueprint DSL that has their own
special error handler.

This means the work either need find a clever hack for this. Or to
rename the spring  or to use
a new name in core DSL. Or remove all the spring special error handler
and require using the core error handler,
which means there will be migration effort for spring XML legacy users.

However all together this is a week long work to get around all of
this so I am pushing this for 3.17.0.




>
> Otavio, is there more work needed for the resumable EIP ?
>
> For tickets with 3.16.0 as target then it would be good to move
> tickets to 3.17.0 that you know that you will not implement this week.
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 3.16.0 Release

2022-03-07 Thread Otavio Rodolfo Piske
Hi

I finished what I have planned for the Resume API v2 for 3.16.0 - the
remaining stuff (mostly including it for other components) will be done for
3.17. I considering whether or not to add full example, but that's not a
deal breaker (the code from the example is already part of the
documentation).

Later today or tomorrow I'll be reviewing the tickets I have opened for
3.16 and will be closing them.

Kind Regards

On Mon, Mar 7, 2022 at 1:41 PM Andrea Cosentino  wrote:

> Hello,
>
> I would like to add at least the Azure Key Vault component and try to add
> the properties source for it.
>
> Not sure I'll be able to do it, this week, but I hope so.
>
> Nothing critical.
>
>
>
> Il giorno lun 7 mar 2022 alle ore 13:31 Claus Ibsen  >
> ha scritto:
>
> > Hi
> >
> > We have a lot of stuff going into 3.16.0 already, so I think it would
> > be good to close down and get the last bits done, and then cut a
> > release on thursday/friday or over the weekend?
> >
> > If I get some clear time then I would work on
> > https://issues.apache.org/jira/browse/CAMEL-16834
> >
> > Which is a bigger work but is important to have a common error handler
> > model in the core DSL so it's standard in all DSLs and we dont have
> > custom code for yaml, xml, java etc.
> >
> > However it does require a few days of many hours of uninterrupted work
> > to get around all of the needed changes.
> >
> >
> > Otavio, is there more work needed for the resumable EIP ?
> >
> > For tickets with 3.16.0 as target then it would be good to move
> > tickets to 3.17.0 that you know that you will not implement this week.
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>


-- 
Otavio R. Piske
http://orpiske.net


Re: Camel 3.16.0 Release

2022-03-07 Thread Andrea Cosentino
Hello,

I would like to add at least the Azure Key Vault component and try to add
the properties source for it.

Not sure I'll be able to do it, this week, but I hope so.

Nothing critical.



Il giorno lun 7 mar 2022 alle ore 13:31 Claus Ibsen 
ha scritto:

> Hi
>
> We have a lot of stuff going into 3.16.0 already, so I think it would
> be good to close down and get the last bits done, and then cut a
> release on thursday/friday or over the weekend?
>
> If I get some clear time then I would work on
> https://issues.apache.org/jira/browse/CAMEL-16834
>
> Which is a bigger work but is important to have a common error handler
> model in the core DSL so it's standard in all DSLs and we dont have
> custom code for yaml, xml, java etc.
>
> However it does require a few days of many hours of uninterrupted work
> to get around all of the needed changes.
>
>
> Otavio, is there more work needed for the resumable EIP ?
>
> For tickets with 3.16.0 as target then it would be good to move
> tickets to 3.17.0 that you know that you will not implement this week.
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>