Re: [HEADS UP] - Camel snapshot daily deploy from main branch

2022-06-17 Thread Claus Ibsen
On Sat, Jun 18, 2022 at 6:58 AM Otavio Rodolfo Piske wrote: > Hi, I can help with this. > > I don’t know if I will be able to do it this weekend, but I can do it on > Monday at the latest. > > Thanks Otavio So I managed to get the daily snapshot to build for main (with JDK11)

Re: [HEADS UP] - Camel snapshot daily deploy from main branch

2022-06-17 Thread Otavio Rodolfo Piske
Hi, I can help with this. I don’t know if I will be able to do it this weekend, but I can do it on Monday at the latest. Kind regards Otavio R. Piske > On Jun 17, 2022, at 15:55, Claus Ibsen wrote: > Hi > > Ah okay so we have upgraded to JDK11 in the Jenkinsfile > def JDK_NAME =

Re: [VOTE] Release Apache Camel Quarkus 2.10.0

2022-06-17 Thread Claus Ibsen
+1 (binding) On Fri, Jun 17, 2022 at 3:53 PM Zheng Feng wrote: > Hi, > > This is a vote to release Apache Camel Quarkus 2.10.0. > > Highlights: > > * Camel 3.17.0 > * Quarkus 2.10.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.9.0...2.10.0 > > Staging repository:

Re: [HEADS UP] - Camel snapshot daily deploy from main branch

2022-06-17 Thread Claus Ibsen
Hi Ah okay so we have upgraded to JDK11 in the Jenkinsfile def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest' So we should do this for the main branch for the deploy file too On Fri, Jun 17, 2022 at 3:50 PM Claus Ibsen wrote: > Hi > > Hmm this fails with a maven compile error in that osgi bundle

[VOTE] Release Apache Camel Quarkus 2.10.0

2022-06-17 Thread Zheng Feng
Hi, This is a vote to release Apache Camel Quarkus 2.10.0. Highlights: * Camel 3.17.0 * Quarkus 2.10.0.Final All commits: https://github.com/apache/camel-quarkus/compare/2.9.0...2.10.0 Staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1440 Tags:

Re: [HEADS UP] - Camel snapshot daily deploy from main branch

2022-06-17 Thread Claus Ibsen
Hi Hmm this fails with a maven compile error in that osgi bundle plugin. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project camel-bundle-plugin: Compilation failure [ERROR] javac: invalid target release: 11 [ERROR] Usage:

[HEADS UP] - Camel snapshot daily deploy from main branch

2022-06-17 Thread Claus Ibsen
Hi I added branch: main to the CI job that does a daily snapshot build and deploy to Apache Maven Snapshot repository https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/ This is needed so we have updated SNAPSHOTs on a daily basis. We may want to remove "deploy" from