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

Allow access to package that contains the DNS-related classes #3962

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

Bhashinee
Copy link
Member

Purpose

The MongoDB Java driver uses com.sun.jndi.dns.DnsContextFactory for SRV/TXT DNS lookups when connecting to a MongoDB Atlas cluster. After jdk 11, the java module system restricts access to this internal JDK package. To use that, it needs to be explicitly exported.

@Bhashinee Bhashinee requested a review from rosensilva as a code owner February 3, 2025 09:48
@Bhashinee Bhashinee changed the title Allow access to package that contains the DNS-related Allow access to package that contains the DNS-related classes Feb 3, 2025
@Bhashinee Bhashinee merged commit 2ab4bda into wso2:master Feb 5, 2025
11 of 13 checks passed
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.

2 participants