Uma Maheswara Rao G created HADOOP-15941: --------------------------------------------
Summary: [JDK 11] Compilation failure: package com.sun.jndi.ldap is not visible Key: HADOOP-15941 URL: https://issues.apache.org/jira/browse/HADOOP-15941 Project: Hadoop Common Issue Type: Sub-task Components: common Affects Versions: 3.3.0 Reporter: Uma Maheswara Rao G With JDK 11: Compilation failed because package com.sun.jndi.ldap is not visible. {noformat} org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project hadoop-common: Compilation failure /C:/Users/umgangum/Work/hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java:[545,23] package com.sun.jndi.ldap is not visible (package com.sun.jndi.ldap is declared in module java.naming, which does not export it){noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org