Re: JEP 411: Documentation on the new way to establish TLS connections

2021-06-03 Thread Alan Bateman
On 04/06/2021 05:22, Peter Firmstone wrote: Could someone please advise the recommended way now to preserve the Subject in Executors to establish a TLS connection? I think the primitive you are looking for is scope local variables. It's still in the exploration phase but there is a draft JEP

Re: JEP 411: Documentation on the new way to establish TLS connections

2021-06-03 Thread Peter Firmstone
Don't bother replying. I found that it is actually on the TODO list. https://bugs.openjdk.java.net/browse/JDK-8266592 I've had enough now anyway, there is no fixing this mess. Sayonara. On 4/06/2021 2:22 pm, Peter Firmstone wrote: Could someone please advise the recommended way now to preser

JEP 411: Documentation on the new way to establish TLS connections

2021-06-03 Thread Peter Firmstone
Could someone please advise the recommended way now to preserve the Subject in Executors to establish a TLS connection? I am unable to find the documentation. We use Executors and we preserve the calling Subject across them, to use for authentication our TLS endpoints. This is now deprecated