Re: [VOTE] Release Apache Camel Kamelets 4.0.0-RC1

2023-07-05 Thread zineb bendhiba
+1 (binding) Thanks Andrea Zineb Bendhiba > Le 5 juil. 2023 à 12:24, Andrea Cosentino a écrit : > > Hello all, > > This is a vote for releasing camel-kamelets 4.0.0-RC1 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-RC1 > Kamelets staging re

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-RC1

2023-07-05 Thread Pasquale Congiusti
+1 (binding) Thanks! On Wed, Jul 5, 2023 at 12:24 PM Andrea Cosentino wrote: > Hello all, > > This is a vote for releasing camel-kamelets 4.0.0-RC1 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-RC1 > Kamelets staging repository: > https://reposi

[VOTE] Release Apache Camel Kamelets 4.0.0-RC1

2023-07-05 Thread Andrea Cosentino
Hello all, This is a vote for releasing camel-kamelets 4.0.0-RC1 Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-RC1 Kamelets staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1589 Kamelets Tag: https://github.com/apach

Re: [VOTE] Release Camel K Runtime 2.16.0

2023-07-05 Thread Pasquale Congiusti
On Wed, Jul 5, 2023 at 10:20 AM Claus Ibsen wrote: > Hi > > What is the reason for the bump of the version (besides aligning to a > Quarkus version)? > Is this intended for Camel K 1.x or whats the need for this release? Hi Claus, this version will be required by Camel K version 2 only. As I me

Re: [VOTE] Release Camel K Runtime 2.16.0

2023-07-05 Thread Claus Ibsen
Hi What is the reason for the bump of the version (besides aligning to a Quarkus version)? Is this intended for Camel K 1.x or whats the need for this release? On Tue, Jul 4, 2023 at 10:45 AM Pasquale Congiusti < pasquale.congiu...@gmail.com> wrote: > Hello, > > This is a vote to release Camel

Re: [VOTE] Release Camel K Runtime 2.16.0

2023-07-05 Thread Gaëlle Fournier
+1 (non-binding) Thanks! Gaëlle Le mar. 4 juil. 2023 à 10:45, Pasquale Congiusti < pasquale.congiu...@gmail.com> a écrit : > Hello, > > This is a vote to release Camel K Runtime 2.16.0. This release mostly > contains the runtime artifacts required for Camel K version 2 to be > released independ

Re: Jetty HttpServletResponse sendRedirect

2023-07-05 Thread Claus Ibsen
Hi You can try with setting a Camel header with the Exchange.HTTP_STATUS_CODE to the 3xx value for redirect, and another header with the location (using the standard name for that). And then an empty body. On Tue, Jun 27, 2023 at 3:44 PM Fyodor Kravchenko wrote: > Hello, > > one of my produce