This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new 7e09d67 Enable Javadoc for Java 11 and up now that https://bugs.openjdk.java.net/browse/JDK-8212233 has been fixed. Note that the current Java 11 version is 11.0.11. 7e09d67 is described below commit 7e09d67bda7235004a84c667e6e29870184f7c6d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jun 23 10:28:45 2021 -0400 Enable Javadoc for Java 11 and up now that https://bugs.openjdk.java.net/browse/JDK-8212233 has been fixed. Note that the current Java 11 version is 11.0.11. Fix table from https://bugs.openjdk.java.net/browse/JDK-8212233 JDK-8217177 13 Jonathan Gibbons P3 Resolved Fixed b04 JDK-8217542 12.0.1 Jonathan Gibbons P3 Resolved Fixed b04 JDK-8235202 11.0.8-oracle Hannes Wallnoefer P3 Resolved Fixed b01 JDK-8219474 11.0.3 Jonathan Gibbons P3 Resolved Fixed master Also tested 'mvn javadoc:javadoc' on: openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (build 16.0.1+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (build 16.0.1+9, mixed mode, sharing) openjdk version "17-ea" 2021-09-14 OpenJDK Runtime Environment (build 17-ea+26-2439) OpenJDK 64-Bit Server VM (build 17-ea+26-2439, mixed mode, sharing) --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index ed4160c..5bcc469 100644 --- a/pom.xml +++ b/pom.xml @@ -450,18 +450,6 @@ </properties> </profile> <profile> - <id>java11</id> - <activation> - <jdk>[11,)</jdk> - </activation> - <properties> - <!-- Workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 - which causes javadoc to fail with "javadoc: error - The code being documented uses modules - but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module." --> - <maven.javadoc.skip>true</maven.javadoc.skip> - </properties> - </profile> - <profile> <id>java16</id> <!-- For testing with CGLIB on Java 16 and 17-ea. --> <activation>