This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new ad8e17265 Warning re Javadoc8 behaviour ad8e17265 is described below commit ad8e172651cc37cbb2611374e74f3fc0100fbe8e Author: Sebb <s...@apache.org> AuthorDate: Tue Feb 25 00:46:32 2025 +0000 Warning re Javadoc8 behaviour --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 6cffa84b9..51788a80c 100644 --- a/pom.xml +++ b/pom.xml @@ -236,6 +236,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <linksource>true</linksource> <links> <link>${commons.javadoc.javaee.link}</link> + <!-- + WARNING: Javadoc8 expects to find package-list, but this is now called element-list + --> <link>https://commons.apache.org/proper/commons-codec/apidocs</link> <link>https://commons.apache.org/proper/commons-io/apidocs</link> <link>https://commons.apache.org/proper/commons-lang/apidocs</link>