Socket support for Java 17+
basil opened this issue · 1 comments
basil commented
What feature do you want to see added?
In Java 17+, the implementation of sockets has changed fundamentally; therefore, the current approach does not work anymore. In #84, Listener
was adjusted to degrade gracefully if the expected fields in SocketImpl
are not available. Socket support likely needs a complete rewrite for Java 17+.
Upstream changes
No response
basil commented
This issue is tracked in Jira as JENKINS-68018.