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 bf2e047 Add more eclusions to category/java/errorprone.xml
bf2e047 is described below
commit bf2e0473ea975b5c09dfb788c06032794b04ba9a
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Aug 24 11:46:46 2026 -0400
Add more eclusions to category/java/errorprone.xml
---
buildtools/src/main/resources/cxf-pmd-ruleset.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
index 71e314b..9484db4 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -146,6 +146,8 @@
<exclude name="ReplaceJavaUtilDate" />
<exclude name="ReplaceJavaUtilCalendar" />
<exclude name="AvoidCatchingGenericException" />
+ <exclude name="WrongTestAnnotation" />
+ <exclude name="AssertEqualsArgumentOrder" />
</rule>
<rule ref="category/java/multithreading.xml">
<exclude name="AvoidUsingVolatile" />