Re: JDK 12 Early Access build 15 is available

2018-11-02 Thread Rory O'Donnell
Thanks Mark for the update. Rgds,Rory On 01/11/2018 16:10, Mark Thomas wrote: On 31/10/2018 08:43, Rory O'Donnell wrote: Hi Mark, Can you send us the JI-number when you get time to log a bug ? I would, but it turns out the root cause is in the Tomcat tests. We are trying to do post-handshak

Re: JDK 12 Early Access build 15 is available

2018-11-01 Thread Mark Thomas
On 31/10/2018 08:43, Rory O'Donnell wrote: > Hi Mark, > > Can you send us the JI-number when you get time to log a bug ? I would, but it turns out the root cause is in the Tomcat tests. We are trying to do post-handshake authentication and JDK 11 defaults to TLS v1.3 and the JSSE TLSv1.3 implemen

Re: JDK 12 Early Access build 15 is available

2018-10-31 Thread Rémy Maucherat
On Tue, Oct 30, 2018 at 7:12 PM Mark Thomas wrote: > Ah. More likely a JDK regression then. > > After enabling it for NIO, it also fails. Works with an "older" 11-ea18 I had, fails with 12-ea17. Basically it makes the 10 requests, but the listener set with socket.addHandshakeCompletedListener is

Re: JDK 12 Early Access build 15 is available

2018-10-31 Thread Rory O'Donnell
Hi Mark, Can you send us the JI-number when you get time to log a bug ? Rgds,Rory On 30/10/2018 17:42, Mark Thomas wrote: FYI, org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing consistently when running with the NIO2 connector. It works with: - Oracle JDK 1.8.0 update 192

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Mark Thomas
On 30/10/18 17:56, Rémy Maucherat wrote: > On Tue, Oct 30, 2018 at 6:42 PM Mark Thomas wrote: > >> FYI, >> >> org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing >> consistently when running with the NIO2 connector. >> >> It works with: >> - Oracle JDK 1.8.0 update 192 >> - Oracl

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Rémy Maucherat
On Tue, Oct 30, 2018 at 6:42 PM Mark Thomas wrote: > FYI, > > org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing > consistently when running with the NIO2 connector. > > It works with: > - Oracle JDK 1.8.0 update 192 > - Oracle JDK 9.0.4 > - Oracle JDK 10.0.2 > > It fails with:

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Mark Thomas
FYI, org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing consistently when running with the NIO2 connector. It works with: - Oracle JDK 1.8.0 update 192 - Oracle JDK 9.0.4 - Oracle JDK 10.0.2 It fails with: - OpenJDK 11.0.1 - OpenJDK 12 ea17 First impression (based on the resul