Skip to content

Copy IPAddressUtil to avoid accessing private sun package #29

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

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

Conversation

pan3793
Copy link

@pan3793 pan3793 commented Jun 24, 2024

The newer JDK restricts accessing sun and other private packages, we get the following error when upgrading from JDK 8 to JDK 17.

class net.ipip.ipdb.Reader (in unnamed module @0x435cf50d) cannot access class sun.net.util.IPAddressUtil (in module java.base) because module java.base does not export sun.net.util to unnamed module @0x435cf50d

@pan3793
Copy link
Author

pan3793 commented Jun 24, 2024

kindly ping @ipipdotnet, could you please take a look at this patch? I also see others request support for new JDKs

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.

1 participant