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 d1dee9f  Java EE Javadoc has been republished with a Java > 8 and is 
no longer compatible with Javadoc 8.
d1dee9f is described below

commit d1dee9fb9bd074fb93cb9f772495b85bcf533a49
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 20 10:19:47 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.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9dbd5b0..9429a79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
       <release version="104" date="2026-08-20" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
-        <action type="fix" dev="engelen" due-to="Gary Gregory">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>
+        <action type="fix" dev="ggregory" due-to="Gary Gregory">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