RFR: 8235139: Remove the socket impl factory mechanism [v2]

Daniel Fuchs dfuchs at openjdk.java.net
Thu Feb 4 15:38:38 UTC 2021


On Thu, 4 Feb 2021 15:28:08 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> I see you've also added the Deprecated annotation to the private static fields too. Is this left over from a previous iteration?

Humm... Good point! That might not been needed. I believe we experimented with deprecating the XXXSocketFactoryImpl interfaces too at some point, and that might be a left over from these experiments. If we remove this then we can probably remove the `@SuppressWarnings` too!

-------------

PR: https://git.openjdk.java.net/jdk/pull/2375


More information about the net-dev mailing list