You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2024/04/07 06:47:04 UTC

[PROPOSAL] Apache Karaf 4.5.x with Java 17+

Hi folks,

I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
Camel working) or Java 17+ (with Spring working).

With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
propose to target Karaf 4.5.x to Java 17+ and remove support of Java
11.
If it's OK for you, I will update Jenkinsfile to use Java 17 by
default on main (instead of Java 11 today), and update the resources
to target Java 17.

Thoughts ?

Regards
JB

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1

Le dim. 7 avr. 2024 à 08:49, Jean-Baptiste Onofré <jb...@nanthrax.net> a
écrit :

> Hi folks,
>
> I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> Camel working) or Java 17+ (with Spring working).
>
> With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> 11.
> If it's OK for you, I will update Jenkinsfile to use Java 17 by
> default on main (instead of Java 11 today), and update the resources
> to target Java 17.
>
> Thoughts ?
>
> Regards
> JB
>

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by Steinar Bang <sb...@dod.no>.
>>>>> Jean-Baptiste Onofré <jb...@nanthrax.net>:
> If it's OK for you, I will update Jenkinsfile to use Java 17 by
> default on main (instead of Java 11 today), and update the resources
> to target Java 17.

+1 from me.


Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by Jakub Herkel <jh...@gmail.com>.
+1

with best regards

Jakub Herkel

On Sun, Apr 7, 2024 at 8:47 AM Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
>
> Hi folks,
>
> I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> Camel working) or Java 17+ (with Spring working).
>
> With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> 11.
> If it's OK for you, I will update Jenkinsfile to use Java 17 by
> default on main (instead of Java 11 today), and update the resources
> to target Java 17.
>
> Thoughts ?
>
> Regards
> JB

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by "Jamie G." <ja...@gmail.com>.
+1

Cheers,
Jamie

On Sun, Apr 7, 2024 at 3:01 PM <lu...@code-house.org> wrote:
>
> Its good to lift bar for new release line. We still have option to release 4.4.x for these who will be stuck with Java 11 for any reason.
>
> Cheers,
> Łukasz
>
> On 7.04.2024 18:50, Robert Varga <ni...@hq.sk> wrote:
> > On 07/04/2024 08.47, Jean-Baptiste Onofré wrote:
> > > Hi folks,
> > >
> > > I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> > > Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> > > 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> > > Camel working) or Java 17+ (with Spring working).
> > >
> > > With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> > > propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> > > 11.
> > > If it's OK for you, I will update Jenkinsfile to use Java 17 by
> > > default on main (instead of Java 11 today), and update the resources
> > > to target Java 17.
> >
> > It is a huge jump in terms of requirements, but certainly fine by me! :)
> >
> > Regards,
> > Robert
> >

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by lu...@code-house.org.
Its good to lift bar for new release line. We still have option to release 4.4.x for these who will be stuck with Java 11 for any reason.

Cheers,
Łukasz

On 7.04.2024 18:50, Robert Varga <ni...@hq.sk> wrote:
> On 07/04/2024 08.47, Jean-Baptiste Onofré wrote:
> > Hi folks,
> >
> > I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> > Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> > 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> > Camel working) or Java 17+ (with Spring working).
> >
> > With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> > propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> > 11.
> > If it's OK for you, I will update Jenkinsfile to use Java 17 by
> > default on main (instead of Java 11 today), and update the resources
> > to target Java 17.
> 
> It is a huge jump in terms of requirements, but certainly fine by me! :)
> 
> Regards,
> Robert
> 

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by Robert Varga <ni...@hq.sk>.
On 07/04/2024 08.47, Jean-Baptiste Onofré wrote:
> Hi folks,
> 
> I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> Camel working) or Java 17+ (with Spring working).
> 
> With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> 11.
> If it's OK for you, I will update Jenkinsfile to use Java 17 by
> default on main (instead of Java 11 today), and update the resources
> to target Java 17.

It is a huge jump in terms of requirements, but certainly fine by me! :)

Regards,
Robert

Re: [PROPOSAL] Apache Karaf 4.5.x with Java 17+

Posted by Francois Papon <fr...@openobject.fr>.
+1!

regards,

François

On 07/04/2024 08:47, Jean-Baptiste Onofré wrote:
> Hi folks,
>
> I'm preparing the Karaf 4.4.6 release using Java 11+. It will provide
> Spring 6.x features requiring Java 17. As Karaf 4.4.x still uses Camel
> 3.2.x (Java 11+), it will be up to the user to choose Java 11 (with
> Camel working) or Java 17+ (with Spring working).
>
> With the effort ongoing for camel-karaf 4.x (with Java 17+ support), I
> propose to target Karaf 4.5.x to Java 17+ and remove support of Java
> 11.
> If it's OK for you, I will update Jenkinsfile to use Java 17 by
> default on main (instead of Java 11 today), and update the resources
> to target Java 17.
>
> Thoughts ?
>
> Regards
> JB