This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch feature/RAT-369_maxAllowedViolations
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to 
refs/heads/feature/RAT-369_maxAllowedViolations by this push:
     new 5547f4a5 RAT-369: Newer JDKs have different bug numbers, raise to JDK21
5547f4a5 is described below

commit 5547f4a5acc98dbdf645a68446980c61d79ccf44
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat May 11 22:02:46 2024 +0200

    RAT-369: Newer JDKs have different bug numbers, raise to JDK21
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e17dc6b..a41dd58d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,8 @@ agnostic home for software distribution comprehension and 
audit tools.
           <artifactId>spotbugs-maven-plugin</artifactId>
           <version>4.8.5.0</version>
           <configuration>
-            <maxAllowedViolations>63</maxAllowedViolations>
+            <!-- RAT-369: JDK21 finds 67 errors, while older releases find 63 
-->
+            <maxAllowedViolations>67</maxAllowedViolations>
             <failOnError>true</failOnError>
             <!-- we only want to see our own problems and in all subpackages 
-->
             <onlyAnalyze>org.apache.rat.-</onlyAnalyze>

Reply via email to