Rémy,

On 7/25/24 17:49, Rémy Maucherat wrote:
On Thu, Jul 25, 2024 at 10:34 PM Mark Thomas <ma...@apache.org> 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 renamed to Jre11Compat
- Tomcat 9 and 10
    - Jre16Compat is renamed to Jre17Compat
- All versions
    - Jre18Compat and Jre19Compat are merged into the existing Jre21Compat

Jre22Compat would be unchanged.

So the only real change is merging Jre18Compat, Jre19Compat and
Jre21Compat into a single, larger Jre21Compat.

I'm on the fence as to whether this is worth doing. Thoughts?

Changing the existing does not seem that worthwhile. I sent the idea
because adding a Java 18 class now seemed weird.

+1

Since we've never "supported" Java 18/19 specifically, I think we can just merge Jre18Compat + Jre19Compat -> Jre21Compat and call it a day.

(Looks like you've already done that; I'm late to the conversation but figured I'd reinforce the decision.)

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to