You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2018/05/09 22:08:00 UTC

[jira] [Commented] (KUDU-2403) Fix FakeDNS in Java 9+

    [ https://issues.apache.org/jira/browse/KUDU-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469576#comment-16469576 ] 

Grant Henke commented on KUDU-2403:
-----------------------------------

Resolved via [8cd7c05|https://github.com/apache/kudu/commit/8cd7c05b62483a7cf9481f5ae117f9d4e79cc61d]

> Fix FakeDNS in Java 9+
> ----------------------
>
>                 Key: KUDU-2403
>                 URL: https://issues.apache.org/jira/browse/KUDU-2403
>             Project: Kudu
>          Issue Type: Improvement
>    Affects Versions: 1.7.0
>            Reporter: Grant Henke
>            Assignee: Grant Henke
>            Priority: Major
>
> sun.net.spi.nameservice.NameService has been removed from Java 9+. In order to be able to compile on Java 9+ in the future we will need to adjust the usage of this class. We likely want to support both java 8 and Java 9+ compilation. 
> See [https://bugs.openjdk.java.net/browse/JDK-8134577] for details. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)