-
Notifications
You must be signed in to change notification settings - Fork 2
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
NameServiceDescriptor SPI is removed in JDK 9 #5
Comments
Hi, here is an Info from me how it works: |
Google asked to restore back the API |
@stokito I can't comment on bugs.java.com -- do you know how to do that? |
You should be a contributor to have an access to bug tracker. Without this it will be immediately created thouthands of issues and it become a second StackOverflow. |
I just discovered this: |
The beeLin Java library uses the following Sun private APIs:
and the META-INF/services mechanism of registering with the SPI. This is going away in Java 9. See https://bugs.openjdk.java.net/browse/JDK-8134577
This is unfortunate, because it is a great mechanism for enabling alternate DNS mechanisms in any Java application simply by adding a library JAR.
We need a replacement strategy for Java 9. Any ideas?
(Note: This mechanism does not to be available on Android OS)
The text was updated successfully, but these errors were encountered: