You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/24 21:34:28 UTC

[GitHub] [commons-lang] aherbert commented on pull request #956: Improve JavaDocs

aherbert commented on PR #956:
URL: https://github.com/apache/commons-lang/pull/956#issuecomment-1257068878

   FYI: This javadoc warning:
   ```
   [WARNING] Javadoc Warnings
   [WARNING] warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was
   redirected to https://docs.oracle.com/en/java/javase/19/
    -- Update the command-line options to suppress this warning.
   ```
   Is due to the `<links>` added to the `maven-javadoc-plugin` in commons-parent for JDK classes. This seems to not be required when building on recent JDK LTS versions (tested on 8, 11, and 17). Only JDK 17 puts out this warning as it attempts to look up an element-list and not a package-list for the javadoc at the provided URL.
   
   Note: To test locally you simply run maven with the default goal: `mvn`. Most of the commons GH actions builds are configured to use the default goal.
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

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