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 728fcd6 Remove deprecared JUnit5TestShouldBePackagePrivate rule (#239)
728fcd6 is described below
commit 728fcd6df03d5e4ced9e180fdfc0e74a5d3e77b0
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jun 18 20:34:33 2026 -0400
Remove deprecared JUnit5TestShouldBePackagePrivate rule (#239)
---
buildtools/src/main/resources/cxf-pmd-ruleset.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
index b490c27..71e314b 100644
--- a/buildtools/src/main/resources/cxf-pmd-ruleset.xml
+++ b/buildtools/src/main/resources/cxf-pmd-ruleset.xml
@@ -49,7 +49,6 @@
<exclude name="ForLoopVariableCount" />
<exclude name="GuardLogStatement" />
<exclude name="JUnitUseExpected"/>
- <exclude name="JUnit5TestShouldBePackagePrivate" />
<exclude name="LooseCoupling" />
<exclude name="MethodReturnsInternalArray" />
<exclude name="MissingOverride" />