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 c026ad3 Suppress RelianceOnDefaultCharset
c026ad3 is described below
commit c026ad341c4fa30b745074c1b6352e63d4dd03ef
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Sep 24 07:40:27 2025 -0400
Suppress RelianceOnDefaultCharset
---
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 52b97ad..e9fcd13 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -76,6 +76,7 @@
<exclude name="UseTryWithResources" />
<exclude name="UseVarargs" />
<exclude name="ImplicitFunctionalInterface" />
+ <exclude name="RelianceOnDefaultCharset" />
</rule>
<rule ref="category/java/design.xml" >
<exclude name="AvoidCatchingGenericException" />