On Fri, May 8, 2020 at 6:36 PM <r...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 19ce500  Add support for ALPN on Java 8
> 19ce500 is described below
>
> commit 19ce5009930289f59e63250592f894aaa53cf302
> Author: remm <r...@apache.org>
> AuthorDate: Fri May 8 18:36:10 2020 +0200
>
>     Add support for ALPN on Java 8
>
>     HTTP/2 with a browser does work for me now. Feel free to test, it needs
>     a very recent Java 8.
>     It is also possible to get rid of the reflection and JreCompat for
> ALPN,
>     but it would create a hard dependency on the newest Java 8s. OTOH,
>     previous releases will soon be insecure so update is more or less
>     required. I will start with that change in Tomcat 10, and it could be
>     backported later to Tomcat 9 and 8.5, when we consider not using a
>     compatible Java 8 is a problem.
>

I intend to make the additional cleanup in Tomcat 10 only for now, after CI
is updated to a newer Java 8 JVM.

For reference, the JVM change for Java 8 is here:
https://bugs.openjdk.java.net/browse/JDK-8230977

Rémy

Reply via email to