Re: Simplifying JreCompat

2024-07-26 Thread Christopher Schultz
Rémy, On 7/25/24 17:49, Rémy Maucherat wrote: On Thu, Jul 25, 2024 at 10:34 PM Mark Thomas wrote: As per Rémy's suggestion, I've been looking simplifying JreCompat to only support LTS versions and anything more recent than the newest LTS. That would mean: - Tomcat 9 only - Jre

Re: Simplifying JreCompat

2024-07-26 Thread Mark Thomas
27;ve been looking simplifying JreCompat to only support LTS versions and anything more recent than the newest LTS. That would mean: - Tomcat 9 only - Jre9Compat is renamed to Jre11Compat - Tomcat 9 and 10 - Jre16Compat is renamed to Jre17Compat - All versions - Jre18Compat and Jre19

Re: Simplifying JreCompat

2024-07-25 Thread Koteswararao Gundapaneni
I am not sure whether this question is relevant What is this JreCompat On Fri, 26 Jul 2024, 02:04 Mark Thomas, wrote: > As per Rémy's suggestion, I've been looking simplifying JreCompat to > only support LTS versions and anything more recent than the newest LTS. >

Re: Simplifying JreCompat

2024-07-25 Thread Mark Thomas
On 25/07/2024 22:49, Rémy Maucherat wrote: On Thu, Jul 25, 2024 at 10:34 PM Mark Thomas wrote: As per Rémy's suggestion, I've been looking simplifying JreCompat to only support LTS versions and anything more recent than the newest LTS. That would mean: - Tomcat 9 only - Jre

Re: Simplifying JreCompat

2024-07-25 Thread Rémy Maucherat
On Thu, Jul 25, 2024 at 10:34 PM Mark Thomas wrote: > > As per Rémy's suggestion, I've been looking simplifying JreCompat to > only support LTS versions and anything more recent than the newest LTS. > > That would mean: > - Tomcat 9 only >- Jre9Compat is rena

Simplifying JreCompat

2024-07-25 Thread Mark Thomas
As per Rémy's suggestion, I've been looking simplifying JreCompat to only support LTS versions and anything more recent than the newest LTS. That would mean: - Tomcat 9 only - Jre9Compat is renamed to Jre11Compat - Tomcat 9 and 10 - Jre16Compat is renamed to Jre17Compat - Al