This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f30766b  Java EE Javadoc has been republished with a Java > 8 and is 
no longer compatible with Javadoc 8.
f30766b is described below

commit f30766b1ca39c2bf4f2fd1aa61a00a0eb9254bee
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 20 10:09:11 2026 -0400

    Java EE Javadoc has been republished with a Java > 8 and is no longer
    compatible with Javadoc 8.
    
    Disable commons.javadoc.javaee.link on Java 8 and 9.
---
 pom.xml                 | 2 ++
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 29e91e2..8152377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1729,6 +1729,8 @@
         
<commons.spotbugs.plugin.version>4.8.6.6</commons.spotbugs.plugin.version>
         <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
         <commons.checkstyle.version>9.3</commons.checkstyle.version>
+        <!-- Java EE Javadoc has been republished with a Java > 8 and is no 
longer compatible with Javadoc 8 -->
+        <commons.javadoc.javaee.link></commons.javadoc.javaee.link>
       </properties>
     </profile>
     <profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dea5171..0c4e2c2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
       <release version="104" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
+        <action type="fix" dev="engelen" due-to="Arnout Engelen">Java EE 
Javadoc has been republished with a Java > 8 and is no longer compatible with 
Javadoc 8. Disable commons.javadoc.javaee.link on Java 8 and 9.</action>
         <!-- ADD -->
         <!-- UPDATE -->
         <action type="update" dev="engelen" due-to="Arnout Engelen">Bump 
org.junit:junit-bom from 5.14.3 to 5.14.4.</action>

Reply via email to