Re: Java 21 and virtual threads

2023-05-09 Thread Mark Thomas
On 04/05/2023 13:37, Mark Thomas wrote: Hi all, The latest Java 21 EA build has moved virtual threads (from project Loom) out of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta EE 11 has set Java 21 as the minimum version. I think we have the following options: 1. S

Re: Java 21 and virtual threads

2023-05-06 Thread koteswara Rao Gundapaneni
Hi Best choice is 3rd option Regards Koti On Sat, 6 May 2023, 15:32 Felix Schumacher, < felix.schumac...@internetallee.de> wrote: > > Am 04.05.23 um 14:37 schrieb Mark Thomas: > > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project Loom) > out of preview. How do w

Re: Java 21 and virtual threads

2023-05-06 Thread Felix Schumacher
Am 04.05.23 um 14:37 schrieb Mark Thomas: Hi all, The latest Java 21 EA build has moved virtual threads (from project Loom) out of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta EE 11 has set Java 21 as the minimum version. I think we have the following options: 1

Re: Java 21 and virtual threads

2023-05-05 Thread Coty Sutherland
On Thu, May 4, 2023 at 8:37 AM Mark Thomas wrote: > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project > Loom) out of preview. How do we want to handle this in Tomcat 11? Recall > that Jakarta EE 11 has set Java 21 as the minimum version. > > I think we have the follo

Re: Java 21 and virtual threads

2023-05-04 Thread Romain Manni-Bucau
+1 for java 21, since tomcat 11 is still in the "dont use" area I think it can start with 21 and thanks to the backport policy if java 17 is needed later, work will not be crazy IMHO. Romain Manni-Bucau @rmannibucau | Blog | Ol

Re: Java 21 and virtual threads

2023-05-04 Thread Han Li
> On May 4, 2023, at 20:37, Mark Thomas wrote: > > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project Loom) out > of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta > EE 11 has set Java 21 as the minimum version. > > I think we have the

Re: Java 21 and virtual threads

2023-05-04 Thread Rémy Maucherat
On Thu, May 4, 2023 at 2:37 PM Mark Thomas wrote: > > Hi all, > > The latest Java 21 EA build has moved virtual threads (from project > Loom) out of preview. How do we want to handle this in Tomcat 11? Recall > that Jakarta EE 11 has set Java 21 as the minimum version. > > I think we have the foll

Java 21 and virtual threads

2023-05-04 Thread Mark Thomas
Hi all, The latest Java 21 EA build has moved virtual threads (from project Loom) out of preview. How do we want to handle this in Tomcat 11? Recall that Jakarta EE 11 has set Java 21 as the minimum version. I think we have the following options: 1. Stick with Java 17 as the minimum version