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

commit 354dd179d61c5a7a6f7a4836118e00de8a463a87
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Oct 11 07:04:40 2025 -0400

    Better document PMD change
    
    Discontinue using Rule name
    category/java/errorprone.xml/UselessOperationOnImmutable as it is
    scheduled for removal from PMD. PMD 8.0.0 will remove support for this
    Rule.
---
 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 c79a6c4..1ba74ba 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 3.6.1 
#673.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 
1.26 #671.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.0.0 on Java 
17 and up.</action>
-        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
maven-pmd-plugin from 3.27.0 to 3.28.0.</action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
maven-pmd-plugin from 3.27.0 to 3.28.0. Discontinue using Rule name 
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for 
removal from PMD. PMD 8.0.0 will remove support for this Rule.</action>
       </release>
       <release version="89" date="2025-10-05" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->

Reply via email to