Re: Better support for OpenJSSE?

2019-09-23 Thread Rainer Jung
ks Rémy, so I'll add fixed no-support for JSSE based ALPN into GraalCompat in the next version of my patch. Rémy Regards, Rainer > *From:*Rémy Maucherat mailto:r...@apache.org>> > *Sent:* Thursday, September 19, 2019 5:02 AM > *To:* Tomcat Developers List

Re: Better support for OpenJSSE?

2019-09-23 Thread Rémy Maucherat
JreCompat whereas > Jre9Compat overwrites all of them. > Graal still only does Java 8 at the moment :) So no ALPN, but OTOH Java 8 doesn't otherwise cause too many problems. Graal works with tomcat-native/OpenSSL and HTTP/2 works fine there. Rémy > > Regards, > > Rainer > >

Re: Better support for OpenJSSE?

2019-09-23 Thread Rainer Jung
writes one method from JreCompat whereas Jre9Compat overwrites all of them. Regards, Rainer *From:*Rémy Maucherat *Sent:* Thursday, September 19, 2019 5:02 AM *To:* Tomcat Developers List *Subject:* Re: Better support for OpenJSSE? On Thu, Sep 19, 2019 at 12:01 PM Mark Thomas <mailto:ma.

RE: Better support for OpenJSSE?

2019-09-19 Thread George Stanchev
Maucherat Sent: Thursday, September 19, 2019 5:02 AM To: Tomcat Developers List Subject: Re: Better support for OpenJSSE? On Thu, Sep 19, 2019 at 12:01 PM Mark Thomas mailto:ma...@apache.org>> wrote: On 19/09/2019 09:27, Rainer Jung wrote: > I made a patch to detect ALPN support at runt

Re: Better support for OpenJSSE?

2019-09-19 Thread Rémy Maucherat
On Thu, Sep 19, 2019 at 12:01 PM Mark Thomas wrote: > On 19/09/2019 09:27, Rainer Jung wrote: > > > > > I made a patch to detect ALPN support at runtime using reflection. > > Please have a look. Feedback welcome, whether we want to include that or > > whether we want to stick with the simpler

Re: Better support for OpenJSSE?

2019-09-19 Thread Rainer Jung
Am 19.09.2019 um 12:01 schrieb Mark Thomas: On 19/09/2019 09:27, Rainer Jung wrote: I made a patch to detect ALPN support at runtime using reflection. Please have a look. Feedback welcome, whether we want to include that or whether we want to stick with the simpler approach we currently use.

Re: Better support for OpenJSSE?

2019-09-19 Thread Mark Thomas
On 19/09/2019 09:27, Rainer Jung wrote: > I made a patch to detect ALPN support at runtime using reflection. > Please have a look. Feedback welcome, whether we want to include that or > whether we want to stick with the simpler approach we currently use. Past experience suggests a lot of users