Re: [VOTE] Release Apache Camel Quarkus 3.2.1

2023-10-07 Thread Zheng Feng
+1 (non-binding)

On Thu, Oct 5, 2023 at 4:22 AM Peter Palaga  wrote:

> Hi,
>
> This is a vote to release Apache Camel Quarkus 3.2.1
>
> Highlights:
>
> * Quarkus 3.2.6.Final
> * Camel 4.0.1
> * All commits:
>https://github.com/apache/camel-quarkus/compare/3.2.0...3.2.1
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1622
>
> Tag: https://github.com/apache/camel-quarkus/releases/tag/3.2.1
>
> Source release package:
>
> https://repository.apache.org/content/repositories/orgapachecamel-1622/org/apache/camel/quarkus/camel-quarkus/3.2.1/camel-quarkus-3.2.1-src.zip
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binaries as Apache Camel Quarkus 3.2.1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Many thanks to all contributors!
>
> -- Peter
>
>


Re: Apache Camel 4.1 release in October

2023-10-07 Thread Gregor Zurowski
Hi Claus,

Thanks for the fix, I have cherry-picked 95174dc0 onto `release/4.1.0`
and will try again.

Gregor

On Sat, Oct 7, 2023 at 8:40 AM Claus Ibsen  wrote:
>
> Hi
>
> Oh I have a possible fix (like we did in the core project)
>
> Notice how we use jar-no-fork instead of jar (we did something like that in
> core to fix this kind of problem for 4.0.0)
> https://github.com/apache/camel-spring-boot/pull/968
>
>
> On Sat, Oct 7, 2023 at 8:33 AM Claus Ibsen  wrote:
>
> >
> >
> > On Fri, Oct 6, 2023 at 6:38 PM Gregor Zurowski 
> > wrote:
> >
> >> I am running into more plugin issues on the Spring Boot project. The
> >> build fails early on camel-spring-boot-generator-maven-plugin:
> >>
> >> ```
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork
> >> (attach-sources) on project camel-spring-boot-generator-maven-plugin:
> >> Presumably you have configured maven-source-plugn to execute twice
> >> times in your build. You have to configure a classifier for at least
> >> on of them. -> [Help 1]
> >> ```
> >>
> >
> > Are you able to post here the command you run that triggers this error ?
> > It would be good to know how we can reproduce this locally to help with
> > resolving the issue.
> >
> >
> >
> >>
> >> Will need to look more into this, but would appreciate your input if
> >> you are familiar with this.
> >>
> >> Thanks again,
> >> Gregor
> >>
> >> On Fri, Oct 6, 2023 at 12:25 PM Andrea Cosentino 
> >> wrote:
> >> >
> >> > Yes, I would do that. I guess we need to address this stuff somewhat
> >> >
> >> > Il ven 6 ott 2023, 12:23 Gregor Zurowski  ha
> >> > scritto:
> >> >
> >> > > Thank you, Andrea, that helped.
> >> > >
> >> > > I am getting more such errors on the camel-restdsl-openapi-plugin:
> >> > > ```
> >> > > [INFO] assert restdsl.exists()
> >> > > [INFO]|   |
> >> > > [INFO]|   false
> >> > > [INFO]
> >> > >
> >> /git/camel/tooling/maven/camel-restdsl-openapi-plugin/target/it/simple-v3-yaml/target/generated-sources/restdsl-openapi/io/swagger/petstore/SwaggerPetstore.java
> >> > > [INFO]
> >> > > [INFO] [INFO]   simple-v3-yaml/pom.xml
> >> > > ... FAILED (1.260 s)
> >> > > ```
> >> > >
> >> > > Should I follow the same approach here?
> >> > >
> >> > > Thanks,
> >> > > Gregor
> >> > >
> >> > > On Fri, Oct 6, 2023 at 11:42 AM Andrea Cosentino 
> >> > > wrote:
> >> > > >
> >> > > > I think this is just a timing issue..
> >> > > >
> >> > > > So I would skipt the integration-test in camel-package-maven-plugin
> >> POM
> >> > > by
> >> > > > commenting
> >> > > >
> >> > > > 
> >> > > >
> >> > > > I think we need to review again how we are managing this stuff and
> >> how to
> >> > > > correctly tests.
> >> > > >
> >> > > > Il giorno ven 6 ott 2023 alle ore 11:28 Gregor Zurowski <
> >> > > > gre...@list.zurowski.org> ha scritto:
> >> > > >
> >> > > > > Running into issues quite early in the build, specifically in the
> >> > > > > Camel Maven Package module:
> >> > > > >
> >> > > > > ```
> >> > > > > [INFO] Running post-build script:
> >> > > > >
> >> > > > >
> >> > >
> >> /git/camel/tooling/maven/camel-package-maven-plugin/target/it/HeaderSupport/verify.groovy
> >> > > > > [INFO] Assertion failed:
> >> > > > > [INFO]
> >> > > > > [INFO] assert json.exists()
> >> > > > > [INFO]||
> >> > > > > [INFO]|false
> >> > > > > [INFO]
> >> > > > >
> >> > >
> >> /git/camel/tooling/maven/camel-package-maven-plugin/target/it/HeaderSupport/src/generated/resources/org/apache/camel/component/foo/foo.json
> >> > > > > [...]
> >> > > > > [INFO] [ERROR] The following builds failed:
> >> > > > > [INFO] [ERROR] *  HeaderSupport/pom.xml
> >> > > > > [INFO] [INFO] -
> >> > > > > ```
> >> > > > >
> >> > > > > Any ideas regarding this error?
> >> > > > >
> >> > > > > Thanks in advance
> >> > > > > Gregor
> >> > > > >
> >> > > > > On Fri, Oct 6, 2023 at 11:05 AM Gregor Zurowski
> >> > > > >  wrote:
> >> > > > > >
> >> > > > > > I've pushed up `camel-4.1.x` and `camel-spring-boot-4.1.x`
> >> > > > > > respectively. Once I finish a dry run, I will cut the release
> >> > > branches
> >> > > > > > and start. But either way, you are good to push to `main` again.
> >> > > > > >
> >> > > > > > On Fri, Oct 6, 2023 at 10:10 AM Gregor Zurowski
> >> > > > > >  wrote:
> >> > > > > > >
> >> > > > > > > Alright, I will cut the branches shortly.
> >> > > > > > >
> >> > > > > > > On Fri, Oct 6, 2023 at 9:24 AM Claus Ibsen <
> >> claus.ib...@gmail.com>
> >> > > > > wrote:
> >> > > > > > > >
> >> > > > > > > > Hi
> >> > > > > > > >
> >> > > > > > > > Okay the branch is ready for cutting the release. Good luck
> >> > > Gregor.
> >> > > > > > > >
> >> > > > > > > > On Thu, Oct 5, 2023 at 3:14 PM Claus Ibsen <
> >> > > claus.ib...@gmail.com>
> >> > > > > wrote:
> >> > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > On Thu, Oct 5, 2023 at 1:05 PM Clau

Re: [VOTE] Release Apache Camel Quarkus 3.2.1

2023-10-07 Thread Nicolas Filotto
+1 (binding)

Thx Peter

Envoyé à partir de Outlook pour iOS

De : Zheng Feng 
Envoyé : Saturday, October 7, 2023 9:41:47 AM
À : dev@camel.apache.org 
Objet : Re: [VOTE] Release Apache Camel Quarkus 3.2.1

CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.



+1 (non-binding)

On Thu, Oct 5, 2023 at 4:22 AM Peter Palaga  wrote:

> Hi,
>
> This is a vote to release Apache Camel Quarkus 3.2.1
>
> Highlights:
>
> * Quarkus 3.2.6.Final
> * Camel 4.0.1
> * All commits:
>
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcamel-quarkus%2Fcompare%2F3.2.0...3.2.1&data=05%7C01%7CNicolas.Filotto%40qlik.com%7C5e2f0b25e9b7419c16f608dbc7090c86%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638322616681332578%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sINRGXvopDGqHN7LSWM2ma%2BLQidU9sAWQSqvXDVfZI0%3D&reserved=0
>
> Staging repository:
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachecamel-1622&data=05%7C01%7CNicolas.Filotto%40qlik.com%7C5e2f0b25e9b7419c16f608dbc7090c86%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638322616681332578%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=GzjlHqbVZWVy4%2BH%2FgZBVpeJuxgN3BLDcBDKaItUckpA%3D&reserved=0
>
> Tag: 
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcamel-quarkus%2Freleases%2Ftag%2F3.2.1&data=05%7C01%7CNicolas.Filotto%40qlik.com%7C5e2f0b25e9b7419c16f608dbc7090c86%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638322616681332578%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=HiSTZ0bapVylzSYiNb021v%2F9QN08ieQxbImjexGz1j8%3D&reserved=0
>
> Source release package:
>
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachecamel-1622%2Forg%2Fapache%2Fcamel%2Fquarkus%2Fcamel-quarkus%2F3.2.1%2Fcamel-quarkus-3.2.1-src.zip&data=05%7C01%7CNicolas.Filotto%40qlik.com%7C5e2f0b25e9b7419c16f608dbc7090c86%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638322616681332578%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gav0JDU23jM71d2onyTqoSEx5QHi7ywA%2BbCj4aoZVw8%3D&reserved=0
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binaries as Apache Camel Quarkus 3.2.1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Many thanks to all contributors!
>
> -- Peter
>
>

The information transmitted by Qlik is intended only for the person or entity 
to which it is addressed and may contain confidential and/or privileged 
material. Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon, this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from any computer. Qlik's 
Privacy & Cookie 
Notice>
 describes how we handle personal information

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer. Our Privacy & Cookie 
Notice describes how 
we handle personal information.
QlikTech France SARL (Société à responsabilité limitée), registered in France 
with number 499 265 940 R.C.S. Nanterre, and whose registered office is Tour 
Initiale, 1 Terrasse Bellini 5th F

Re: [VOTE] Release Apache Camel Quarkus 3.2.1

2023-10-07 Thread Babak Vahdat
+1 (binding)

Thanks Peter!

 --
Babak

> Am 04.10.2023 um 22:20 schrieb Peter Palaga :
> 
> Hi,
> 
> This is a vote to release Apache Camel Quarkus 3.2.1
> 
> Highlights:
> 
> * Quarkus 3.2.6.Final
> * Camel 4.0.1
> * All commits:
>  https://github.com/apache/camel-quarkus/compare/3.2.0...3.2.1
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1622
> 
> Tag: https://github.com/apache/camel-quarkus/releases/tag/3.2.1
> 
> Source release package:
> https://repository.apache.org/content/repositories/orgapachecamel-1622/org/apache/camel/quarkus/camel-quarkus/3.2.1/camel-quarkus-3.2.1-src.zip
> 
> Please test this release candidate and cast your vote.
> 
> [ ] +1 Release the binaries as Apache Camel Quarkus 3.2.1
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Many thanks to all contributors!
> 
> -- Peter
> 



Re: [VOTE] Release Apache Camel Quarkus 3.2.1

2023-10-07 Thread zineb bendhiba
+1 (binding)

Thanks Peter

Zineb Bendhiba 

> Le 4 oct. 2023 à 22:12, Peter Palaga  a écrit :
> 
> Hi,
> 
> This is a vote to release Apache Camel Quarkus 3.2.1
> 
> Highlights:
> 
> * Quarkus 3.2.6.Final
> * Camel 4.0.1
> * All commits:
>  https://github.com/apache/camel-quarkus/compare/3.2.0...3.2.1
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1622
> 
> Tag: https://github.com/apache/camel-quarkus/releases/tag/3.2.1
> 
> Source release package:
> https://repository.apache.org/content/repositories/orgapachecamel-1622/org/apache/camel/quarkus/camel-quarkus/3.2.1/camel-quarkus-3.2.1-src.zip
> 
> Please test this release candidate and cast your vote.
> 
> [ ] +1 Release the binaries as Apache Camel Quarkus 3.2.1
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Many thanks to all contributors!
> 
> -- Peter
> 


Re: [VOTE] Release Apache Camel Quarkus 3.2.1

2023-10-07 Thread Gaëlle Fournier
+1 (non-binding)

Thanks!

---
Gaëlle

Le mer. 4 oct. 2023 à 22:12, Peter Palaga  a écrit :

> Hi,
>
> This is a vote to release Apache Camel Quarkus 3.2.1
>
> Highlights:
>
> * Quarkus 3.2.6.Final
> * Camel 4.0.1
> * All commits:
>https://github.com/apache/camel-quarkus/compare/3.2.0...3.2.1
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1622
>
> Tag: https://github.com/apache/camel-quarkus/releases/tag/3.2.1
>
> Source release package:
>
> https://repository.apache.org/content/repositories/orgapachecamel-1622/org/apache/camel/quarkus/camel-quarkus/3.2.1/camel-quarkus-3.2.1-src.zip
>
> Please test this release candidate and cast your vote.
>
> [ ] +1 Release the binaries as Apache Camel Quarkus 3.2.1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Many thanks to all contributors!
>
> -- Peter
>
>


[VOTE] Release Apache Camel 4.1.0

2023-10-07 Thread Gregor Zurowski
Hi Everyone:

This is a vote to release Apache Camel 4.1.0, a new minor release with
175 fixes and improvements.

Release notes: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353277&projectId=12311211

== Apache Camel 4.1.0 ==

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1623/

Tarballs: 
https://repository.apache.org/content/repositories/orgapachecamel-1623/org/apache/camel/apache-camel/4.1.0/

Tag: https://github.com/apache/camel/releases/tag/camel-4.1.0

== Apache Camel Spring Boot 4.1.0 ==

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1624/

Tag: 
https://github.com/apache/camel-spring-boot/releases/tag/camel-spring-boot-4.1.0

Please test this release candidate and cast your vote:
[ ] +1 Release the binary as Apache Camel and Camel Spring Boot 4.1.0
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Thanks,
Gregor


Re: [VOTE] Release Apache Camel 4.1.0

2023-10-07 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On Sat, Oct 7, 2023 at 5:56 PM Gregor Zurowski  wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 4.1.0, a new minor release with
> 175 fixes and improvements.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353277&projectId=12311211
>
> == Apache Camel 4.1.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1623/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1623/org/apache/camel/apache-camel/4.1.0/
>
> Tag: https://github.com/apache/camel/releases/tag/camel-4.1.0
>
> == Apache Camel Spring Boot 4.1.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1624/
>
> Tag: 
> https://github.com/apache/camel-spring-boot/releases/tag/camel-spring-boot-4.1.0
>
> Please test this release candidate and cast your vote:
> [ ] +1 Release the binary as Apache Camel and Camel Spring Boot 4.1.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor


Re: [VOTE] Release Apache Camel 4.1.0

2023-10-07 Thread Claus Ibsen
+1 (binding)

On Sat, Oct 7, 2023 at 5:57 PM Gregor Zurowski 
wrote:

> Hi Everyone:
>
> This is a vote to release Apache Camel 4.1.0, a new minor release with
> 175 fixes and improvements.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353277&projectId=12311211
>
> == Apache Camel 4.1.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1623/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1623/org/apache/camel/apache-camel/4.1.0/
>
> Tag: https://github.com/apache/camel/releases/tag/camel-4.1.0
>
> == Apache Camel Spring Boot 4.1.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1624/
>
> Tag:
> https://github.com/apache/camel-spring-boot/releases/tag/camel-spring-boot-4.1.0
>
> Please test this release candidate and cast your vote:
> [ ] +1 Release the binary as Apache Camel and Camel Spring Boot 4.1.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor
>


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