[PATCH] update java components to their recent versions

Sergey A. Osokin osa at freebsd.org.ru
Thu Dec 23 20:31:16 UTC 2021


Hi Max,

thanks for the update.

On Thu, Dec 23, 2021 at 10:35:20PM +0300, Max Romanov wrote:
> > On 15 Dec 2021, at 07:03, Sergey A. Osokin <osa at freebsd.org.ru> wrote:
> > 
> > here's the patch to update NGINX Unit's java components to their
> > recent versions.
> 
> Unfortunately, we cannot easily upgrade Eclipse packages since they are
> not supporting Java 8 anymore
> (https://www.eclipse.org/lists/eclipse-dev/msg11703.html).
> 
> We have a following options:
> - stay where we are with ECJ and Jetty packages, keep upgrading Tomcat
>   and Classgraph;
> - drop Java 8 support and move to Java 11; 
> - use old versions for Java 8 and more recent for other (bad option);

My thoughts we'd need to switch default supported version from java8 to
java11, and, if that's possible, continue to support java8.  If that's
not possible to continue to support java8, we'd need to drop support
of that version of java, in any cases premium support for that version
will be finished shortly, in March 2022.

I'd like to add a note here: there are many frameworks support java11+
only (i.e. no support for java8) and dropped support for java8 at the
moment (I'd like to point to at least to JavaFX).

Thank you.

-- 
Sergey A. Osokin


More information about the unit mailing list