On 25/07/2024 23:41, Koteswararao Gundapaneni wrote:
I am not sure whether this question is relevant


What is this JreCompat

https://github.com/apache/tomcat/tree/main/java/org/apache/tomcat/util/compat



On Fri, 26 Jul 2024, 02:04 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?

Mark

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




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

Reply via email to