Re: Different way to solve 8241047

2021-10-10 Thread Philippe Marschall
On 05.10.21 16:27, Sean Mullan wrote: Hi Philippe, ... The method in question has not been removed from 17 so their code should continue to work as long as the deprecated methods continue to be overridden. It's unfortunate that the 3rd party library cannot be changed - is it active? It's t

Re: Different way to solve 8241047

2021-10-05 Thread Sean Mullan
Hi Philippe, On 10/3/21 11:32 AM, Philippe Marschall wrote: Hello First I hope this is the right mailing list. Second, I realize I'm late to the party and this ship may already have sailed. Yes, this is the right mailing list. We're using a third party library from a vendor that calls SSLSe

Different way to solve 8241047

2021-10-03 Thread Philippe Marschall
Hello First I hope this is the right mailing list. Second, I realize I'm late to the party and this ship may already have sailed. We're using a third party library from a vendor that calls SSLSession.getPeerCertificateChain() [1]. The vendor is unlikely to ship a JDK 17 compatible version of thi