Skip to content

Usage of removed JDK API #140

@MatanSabag

Description

@MatanSabag

In a migration process from Java 8 to 11, I executed jdeps on my code and noticed that this code uses JDK removed internal APIs.

dns-2.1.5.jar -> JDK removed internal API
   org.xbill.DNS.spi.DNSJavaNameServiceDescriptor     -> sun.net.spi.nameservice.NameService                JDK internal API (JDK removed internal API)
   org.xbill.DNS.spi.DNSJavaNameServiceDescriptor     -> sun.net.spi.nameservice.NameServiceDescriptor      JDK internal API (JDK removed internal API)

I searched this repository and noticed that this code still exists in the codebase.
Is there any plan to make this repository to JDK9+ safe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions