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 cff085a Add AvoidCatchingGenericException to PMD exlusion list
cff085a is described below
commit cff085a2d326d1f368631e1cfc97eef7ea4443d1
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 1 13:20:01 2025 -0400
Add AvoidCatchingGenericException to PMD exlusion list
---
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 e9fcd13..1ec537e 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -145,6 +145,7 @@
<exclude name="UseProperClassLoader" />
<exclude name="ReplaceJavaUtilDate" />
<exclude name="ReplaceJavaUtilCalendar" />
+ <exclude name="AvoidCatchingGenericException" />
</rule>
<rule ref="category/java/multithreading.xml">
<exclude name="AvoidUsingVolatile" />