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


The following commit(s) were added to refs/heads/master by this push:
     new c29d6f7e Set Javadoc link to latest Java API LTS version
c29d6f7e is described below

commit c29d6f7eeccbbfad2193cc975b1c56623f39b346
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 16 18:30:39 2024 -0400

    Set Javadoc link to latest Java API LTS version
    
    Modern Javadoc versions redirect automatically anyway to Java 22
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 445fe313..8290eefd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@ limitations under the License.
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     
<project.build.outputTimestamp>2024-02-08T21:29:14Z</project.build.outputTimestamp>
     <commons.jacoco.version>0.8.12</commons.jacoco.version>
+    
<commons.javadoc.java.link>${commons.javadoc21.java.link}</commons.javadoc.java.link>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
     <commons.jacoco.classRatio>0.92</commons.jacoco.classRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a609aaee..4ba569ba 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Optimize memory 
allocation in PhoneticEngine.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">BCodec and 
QCodec encode() methods throw UnsupportedCharsetException instead of 
EncoderException.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Set Javadoc link 
to latest Java API LTS version.</action>
       <!-- UPDATE -->
       <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 
66 to 69 #250, #261.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump commons-io:commons-io from 2.15.1 to 
2.16.1 #258, #265.</action>

Reply via email to