Re: Failing FTP IT tests

2021-06-24 Thread Claus Ibsen
Hi

Yeah we can disable the tests.



On Wed, Jun 23, 2021 at 5:47 PM Karen Lease  wrote:
>
> Hi Otavio,
>
> According to [1], both TLS 1.0 & 1.1 are now disabled in Oracle Java.
> SSLv3 has actually been disabled sinsce Java 8 I believe.
> There is a related OpenJDK issue as well [2]. I also don't have access
> to the CI server but it would make sense that it's updated to use the
> latest Java versions.
>
> @Claus, would it make sense to disable the SSLv3 integration tests?
>
> 1. https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8202343
> 2. https://bugs.openjdk.java.net/browse/JDK-8257122
>
> Regards,
> Karen
>
> On 23/06/2021 17:17, Otavio Rodolfo Piske wrote:
> > Hello Karen,
> >
> > Thanks for checking this! I can't say for sure because I don't have access
> > to the CI server.
> >
> > In my case, I do have a custom java.security file that I use to run the
> > tests (I do this because of some changes applied to Fedora some time ago
> > [1]). It may be possible that a recent upgrade on the servers or their
> > configurations changed the java.security there in a similar way to what
> > Fedora did in the past.
> >
> > 1.
> > https://www.orpiske.net/2020/12/sslhandshakeexception-no-cipher-suites-in-common/
> >
> > Kind regards
> >
> > On Wed, Jun 23, 2021 at 3:29 PM Karen Lease  wrote:
> >
> >> Hi all,
> >> If it's of interest, I *can* reproduce the SSL errors in the camel-ftp
> >> integration tests in my local environment.
> >> After enabling javax.net.debug, the root cause is visible:
> >>
> >> javax.net.ssl|ERROR|01|main|2021-06-22 19:05:23.068
> >> CEST|TransportContext.java:341|Fatal (HANDSHAKE_FAILURE): Couldn't
> >> kickstart handshaking (
> >> "throwable" : {
> >> javax.net.ssl.SSLHandshakeException: No appropriate protocol
> >> (protocol is disabled or cipher suites are inappropriate)
> >>  at
> >>
> >> java.base/sun.security.ssl.HandshakeContext.(HandshakeContext.java:170)
> >>
> >> My java version is:
> >> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed
> >> mode, sharing)
> >>
> >> I found that most of the failing tests ran if I removed SSLv3 from the
> >> property jdk.tls.disabledAlgorithms in the java.security file.
> >>
> >> However the tests using SSLContextParameters with the socketProtocol set
> >> to SSLv3 still failed. This is because the SSLv3 is excluded by the
> >> default filter in BaseSSLContextParameters and the only other available
> >> protocol for the created sockets was TLSv1 which was also excluded in
> >> the default java.security configuration.
> >> By also removing that from the jdk.tls.disabledAlgorithms property those
> >> tests pass as well.
> >>
> >> It seems normal that these old protocols are disabled on Java 11 or
> >> later and that the IT tests fail. But if it works for Otavio & Claus, is
> >> it due to a leniant java.security configuration or some other difference
> >> in the system configuration?
> >>
> >> Regards,
> >> Karen Lease
> >>
> >> On 21/06/2021 17:24, Otavio Rodolfo Piske wrote:
> >>> @Claus
> >>>
> >>> I tried reproducing the FTP errors locally and I couldn't as well.
> >> Neither
> >>> locally nor on my own CI.
> >>>
> >>> If it doesn't get fixed by Thursday, I will try to take a look at it by
> >>> Friday.
> >>>
> >>>
> >>>
> >>> On Mon, Jun 21, 2021 at 12:54 PM Claus Ibsen 
> >> wrote:
> >>>
>  Hi
> 
>  Okay so we are down to a few JIRAs for 3.11.
> 
>  On thing I wanted to bring up is that the CI server reports some SSL
>  errors with testing camel-ftp.
>  I cannot reproduce this locally
> 
> 
> >> https://ci-builds.apache.org/job/Camel/job/Camel%20JDK11/job/main/lastCompletedBuild/testReport/
> 
>  The IOTA test errors is also due to security error as it seems the
>  online service it uses for testing is not accepting the certificate.
> 
> 
> 
>  --
>  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: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Claus Ibsen
+1 (binding)

Tested with CiA2 source code

On Wed, Jun 23, 2021 at 8:46 PM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 3.11.0, a new LTS release with
> 101 improvements and fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
>
> == Apache Camel 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
>
> == Apache Camel Spring Boot 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
>
> == Apache Camel Karaf 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> Karaf 3.11.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



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


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Andrea Cosentino
+1 (binding)

Thanks Gregor

Il gio 24 giu 2021, 09:11 Claus Ibsen  ha scritto:

> +1 (binding)
>
> Tested with CiA2 source code
>
> On Wed, Jun 23, 2021 at 8:46 PM Gregor Zurowski
>  wrote:
> >
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 3.11.0, a new LTS release with
> > 101 improvements and fixes.
> >
> > Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
> >
> > == Apache Camel 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1336/
> >
> > Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
> >
> > == Apache Camel Spring Boot 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1337/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
> >
> > == Apache Camel Karaf 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1338/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> > Karaf 3.11.0
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Alexandre Gallice
+1 (binding)

Many thanks Cameleers,
Alex

On Thu, Jun 24, 2021 at 9:21 AM Andrea Cosentino  wrote:

> +1 (binding)
>
> Thanks Gregor
>
> Il gio 24 giu 2021, 09:11 Claus Ibsen  ha scritto:
>
> > +1 (binding)
> >
> > Tested with CiA2 source code
> >
> > On Wed, Jun 23, 2021 at 8:46 PM Gregor Zurowski
> >  wrote:
> > >
> > > Hi Everyone:
> > >
> > > This is a vote to release Apache Camel 3.11.0, a new LTS release with
> > > 101 improvements and fixes.
> > >
> > > Release notes:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
> > >
> > > == Apache Camel 3.11.0 ==
> > >
> > > Staging repository:
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
> > >
> > > Tarballs:
> >
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
> > >
> > > Tag:
> >
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
> > >
> > > == Apache Camel Spring Boot 3.11.0 ==
> > >
> > > Staging repository:
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
> > >
> > > Tag:
> >
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
> > >
> > > == Apache Camel Karaf 3.11.0 ==
> > >
> > > Staging repository:
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
> > >
> > > Tag:
> >
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
> > >
> > > Please test this release candidate and cast your vote.
> > > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> > > Karaf 3.11.0
> > > [ ] -1 Veto the release (provide specific comments)
> > >
> > > The vote is open for at least 72 hours.
> > >
> > > Thanks,
> > > Gregor
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Babak Vahdat
+1 (binding)

Babak

> Am 23.06.2021 um 20:46 schrieb Gregor Zurowski :
> 
> Hi Everyone:
> 
> This is a vote to release Apache Camel 3.11.0, a new LTS release with
> 101 improvements and fixes.
> 
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
> 
> == Apache Camel 3.11.0 ==
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
> 
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
> 
> == Apache Camel Spring Boot 3.11.0 ==
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
> 
> == Apache Camel Karaf 3.11.0 ==
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
> 
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
> 
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> Karaf 3.11.0
> [ ] -1 Veto the release (provide specific comments)
> 
> The vote is open for at least 72 hours.
> 
> Thanks,
> Gregor



Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Otavio Rodolfo Piske
+1 (non-binding)

Thanks Gregor!

On Thu, Jun 24, 2021 at 10:25 AM Babak Vahdat 
wrote:

> +1 (binding)
>
> Babak
>
> > Am 23.06.2021 um 20:46 schrieb Gregor Zurowski  >:
> >
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 3.11.0, a new LTS release with
> > 101 improvements and fixes.
> >
> > Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
> >
> > == Apache Camel 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1336/
> >
> > Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
> >
> > == Apache Camel Spring Boot 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1337/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
> >
> > == Apache Camel Karaf 3.11.0 ==
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/orgapachecamel-1338/
> >
> > Tag:
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> > Karaf 3.11.0
> > [ ] -1 Veto the release (provide specific comments)
> >
> > The vote is open for at least 72 hours.
> >
> > Thanks,
> > Gregor
>
>

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


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Zoran Regvart
+1 (binding)

Thanks Gregor! I've checked the `docs/` in the source archive, the
issue with binaries and foreign licenses is fixed.

zoran

On Wed, Jun 23, 2021 at 8:46 PM Gregor Zurowski
 wrote:
>
> Hi Everyone:
>
> This is a vote to release Apache Camel 3.11.0, a new LTS release with
> 101 improvements and fixes.
>
> Release notes: 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
>
> == Apache Camel 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
>
> Tarballs: 
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
>
> == Apache Camel Spring Boot 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
>
> == Apache Camel Karaf 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
>
> Tag: 
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> Karaf 3.11.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor



-- 
Zoran Regvart


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Luca Burgazzoli
+1 (binding)

---
Luca Burgazzoli


On Wed, Jun 23, 2021 at 8:46 PM Gregor Zurowski 
wrote:

> Hi Everyone:
>
> This is a vote to release Apache Camel 3.11.0, a new LTS release with
> 101 improvements and fixes.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
>
> == Apache Camel 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
>
> == Apache Camel Spring Boot 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
>
> == Apache Camel Karaf 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> Karaf 3.11.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor
>


RE: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Ajmera, Hemang C
+1 Non binding

Thanks for all the hard work!


Thanks and Regards,
Hemang Ajmera


-Original Message-
From: Gregor Zurowski  
Sent: 24 June 2021 00:16
To: dev@camel.apache.org
Subject: [VOTE] Release Apache Camel 3.11.0 (LTS)


EXTERNAL SENDER:   Do not click any links or open any attachments unless you 
trust the sender and know the content is safe.
EXPÉDITEUR EXTERNE:Ne cliquez sur aucun lien et n’ouvrez aucune pièce 
jointe à moins qu’ils ne proviennent d’un expéditeur fiable, ou que vous ayez 
l'assurance que le contenu provient d'une source sûre.

Hi Everyone:

This is a vote to release Apache Camel 3.11.0, a new LTS release with
101 improvements and fixes.

Release notes: 
https://urldefense.com/v3/__https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211__;!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oWUyzVVV$
 

== Apache Camel 3.11.0 ==

Staging repository:
https://urldefense.com/v3/__https://repository.apache.org/content/repositories/orgapachecamel-1336/__;!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8odSNwK2A$
 

Tarballs: 
https://urldefense.com/v3/__https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/__;!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oRliEEKf$
 

Tag: 
https://urldefense.com/v3/__https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs*tags*camel-3.11.0__;Ly8!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oWftcfcz$
 

== Apache Camel Spring Boot 3.11.0 ==

Staging repository:
https://urldefense.com/v3/__https://repository.apache.org/content/repositories/orgapachecamel-1337/__;!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oUyIkmly$
 

Tag: 
https://urldefense.com/v3/__https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs*tags*camel-spring-boot-3.11.0__;Ly8!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8ocEBNyYN$
 

== Apache Camel Karaf 3.11.0 ==

Staging repository:
https://urldefense.com/v3/__https://repository.apache.org/content/repositories/orgapachecamel-1338/__;!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oYrL5H4m$
 

Tag: 
https://urldefense.com/v3/__https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs*tags*camel-karaf-3.11.0__;Ly8!!AaIhyw!_89BNdgUwhGj741sYZPqqarnHK5GkoT0Z9M6rNjNW5DEMQf8oBq752m8oeaU0aI6$
 

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

The vote is open for at least 72 hours.

Thanks,
Gregor


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Freeman Fang
+1 (non-binding)

Thanks!
Freeman

On Wed, Jun 23, 2021 at 2:46 PM Gregor Zurowski 
wrote:

> Hi Everyone:
>
> This is a vote to release Apache Camel 3.11.0, a new LTS release with
> 101 improvements and fixes.
>
> Release notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
>
> == Apache Camel 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/
>
> Tarballs:
> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
>
> == Apache Camel Spring Boot 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1337/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
>
> == Apache Camel Karaf 3.11.0 ==
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecamel-1338/
>
> Tag:
> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
> Karaf 3.11.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Thanks,
> Gregor
>


Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread Pascal Schumacher

+1 (binding)

Am 23.06.2021 um 20:45 schrieb Gregor Zurowski:

Hi Everyone:

This is a vote to release Apache Camel 3.11.0, a new LTS release with
101 improvements and fixes.

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

== Apache Camel 3.11.0 ==

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

Tarballs: 
https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/

Tag: 
https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0

== Apache Camel Spring Boot 3.11.0 ==

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

Tag: 
https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0

== Apache Camel Karaf 3.11.0 ==

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

Tag: 
https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0

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

The vote is open for at least 72 hours.

Thanks,
Gregor





Re: [VOTE] Release Apache Camel 3.11.0 (LTS)

2021-06-24 Thread JB Onofré
+1 (binding)

Regards
JB

> Le 24 juin 2021 à 22:11, Pascal Schumacher  a écrit 
> :
> 
> +1 (binding)
> 
>> Am 23.06.2021 um 20:45 schrieb Gregor Zurowski:
>> Hi Everyone:
>> 
>> This is a vote to release Apache Camel 3.11.0, a new LTS release with
>> 101 improvements and fixes.
>> 
>> Release notes: 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350096&projectId=12311211
>> 
>> == Apache Camel 3.11.0 ==
>> 
>> Staging repository:
>> https://repository.apache.org/content/repositories/orgapachecamel-1336/
>> 
>> Tarballs: 
>> https://repository.apache.org/content/repositories/orgapachecamel-1336/org/apache/camel/apache-camel/3.11.0/
>> 
>> Tag: 
>> https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-3.11.0
>> 
>> == Apache Camel Spring Boot 3.11.0 ==
>> 
>> Staging repository:
>> https://repository.apache.org/content/repositories/orgapachecamel-1337/
>> 
>> Tag: 
>> https://gitbox.apache.org/repos/asf?p=camel-spring-boot.git;a=tag;h=refs/tags/camel-spring-boot-3.11.0
>> 
>> == Apache Camel Karaf 3.11.0 ==
>> 
>> Staging repository:
>> https://repository.apache.org/content/repositories/orgapachecamel-1338/
>> 
>> Tag: 
>> https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.11.0
>> 
>> Please test this release candidate and cast your vote.
>> [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel
>> Karaf 3.11.0
>> [ ] -1 Veto the release (provide specific comments)
>> 
>> The vote is open for at least 72 hours.
>> 
>> Thanks,
>> Gregor
> 
>