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

2022-06-19 Thread Claus Ibsen
Hi Thanks for the help. Ah okay if SB or Karaf does not need changes then that is good. I did not check myself just wrote abou them so we would not forget to look. On Sun, Jun 19, 2022 at 10:55 AM Otavio Rodolfo Piske wrote: > Hello, > > I've just adjusted Camel (main). Camel 3.11 and Camel

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

2022-06-19 Thread Otavio Rodolfo Piske
Hello, I've just adjusted Camel (main). Camel 3.11 and Camel 3.14 are done as well. I looked at the main branch for camel-karaf and camel-spring-boot and it does not seem like they need any change. Am I missing something? Kind regards https://github.com/apache/camel/pull/7821

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: [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

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