8000 Usage of removed JDK API · Issue #140 · dnsjava/dnsjava · GitHub
[go: up one dir, main page]

Skip to content
Usage of removed JDK API #140
Closed
Closed
@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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0