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

Search Domains and DNS Resolver on Windows (#13022) #13163

Open
wants to merge 1 commit into
base: 4.1
Choose a base branch
from

Conversation

normanmaurer
Copy link
Member

Motivation:
On Windows with JDK 9+ the search domain and dns servers are missing.

Modification:

This PR uses JNI to fetch the DNS Servers from the operating system.

Result:

Fixes #12712 #11885.

Co-authored-by: Norman Maurer norman_maurer@apple.com

Motivation:
On Windows with JDK 9+ the search domain and dns servers are missing.

Modification:

This PR uses JNI to fetch the DNS Servers from the operating system.

Result:

Fixes #12712 #11885. 

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@normanmaurer
Copy link
Member Author

This needs some more work related to package structure etc.

@normanmaurer normanmaurer added this to the 4.1.88.Final milestone Feb 2, 2023
@normanmaurer
Copy link
Member Author

Let me try to get this over the finish line tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hosts with DNS suffixes cannot be resolved in Windows 10 and Java 9+
2 participants