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

Disable Socket to support (broken on Java 17+) #84

Closed centic9 closed 2 years ago

centic9 commented 2 years ago

Do not fail if fields in class SocketImpl are not available.

This is the case on Java 17+ where the implementation of Sockets was changed fundamentally and thus the current approach does not work any more.