Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Mar 13, 2022

Conversation

centic9
Copy link
Member

@centic9 centic9 commented Mar 13, 2022

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.

The socket-implementation changed fundamentally in Java 17
so the current approach does not work there any more.

For now we disable support for Sockets if the fields are not available
@centic9 centic9 changed the title Disable Socket to support java 17 Disable Socket to support (broken on java 17+) Mar 13, 2022
@centic9 centic9 changed the title Disable Socket to support (broken on java 17+) Disable Socket to support (broken on Java 17+) Mar 13, 2022
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@basil basil merged commit 4d1f8e4 into jenkinsci:master Mar 13, 2022
centic9 added a commit to centic9/file-leak-detector that referenced this pull request Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants