jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Socket support for Java 17+ #86

Open basil opened 2 years ago

basil commented 2 years ago

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 2 years ago

This issue is tracked in Jira as JENKINS-68018.