aajisaka opened a new pull request #2094:
URL: https://github.com/apache/hadoop/pull/2094


   JIRA: https://issues.apache.org/jira/browse/HADOOP-16862
   
   Reference: https://bugs.openjdk.java.net/browse/JDK-8212233
   
   > UPDATE FOR THOSE WHO GOOGLED THIS BUG:
   > If the project uses source/target 8, adding <source>8</source> in javadoc 
configuration should make the project buildable on jdk {11, 12, 13}:
   ```
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-javadoc-plugin</artifactId>
       <configuration>
         <source>8</source>
       </configuration>
        ...
     </plugin>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to