This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch towards17
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/towards17 by this push:
new 2e907502a fix: more Spotbugs errors for `flume-node`
2e907502a is described below
commit 2e907502ae424b9c276b82c67425d6458c99c3b9
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri May 29 22:26:20 2026 +0200
fix: more Spotbugs errors for `flume-node`
---
flume-ng-node/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml
index de1bea7e5..361fe7c59 100644
--- a/flume-ng-node/pom.xml
+++ b/flume-ng-node/pom.xml
@@ -34,7 +34,7 @@
<properties>
<!-- TODO fix spotbugs violations -->
- <spotbugs.maxAllowedViolations>7</spotbugs.maxAllowedViolations>
+ <spotbugs.maxAllowedViolations>12</spotbugs.maxAllowedViolations>
<pmd.maxAllowedViolations>7</pmd.maxAllowedViolations>
<module.name>org.apache.flume.node</module.name>
</properties>