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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a0f699  Add ImplicitFunctionalInterface to PMD exclusions (#156)
6a0f699 is described below

commit 6a0f6995fa707b2745dfac8120c582914b6056d8
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Apr 7 19:26:14 2025 -0400

    Add ImplicitFunctionalInterface to PMD exclusions (#156)
---
 buildtools/src/main/resources/cxf-pmd-ruleset.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildtools/src/main/resources/cxf-pmd-ruleset.xml 
b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
index a5357db..78520e0 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -75,6 +75,7 @@
         <exclude name="UseCollectionIsEmpty" />
         <exclude name="UseTryWithResources" />
         <exclude name="UseVarargs" />
+        <exclude name="ImplicitFunctionalInterface" />
     </rule>
     <rule ref="category/java/design.xml" >
         <exclude name="AvoidCatchingGenericException" />

Reply via email to