ijuma commented on code in PR #11579:
URL: https://github.com/apache/kafka/pull/11579#discussion_r890133230


##########
gradle/spotbugs-exclude.xml:
##########
@@ -43,6 +54,17 @@ For a detailed description of spotbugs bug categories, see 
https://spotbugs.read
             EQ_COMPARETO_USE_OBJECT_EQUALS: This class defines a compareTo 
method but no equals() method -->
         <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
     </Match>
+    <Match>
+        <!-- Disable bug types introduced by the ThrowingExceptions detector 
with 4.7.0.

Review Comment:
   Disabled by default here 
https://github.com/spotbugs/spotbugs/commit/7ba0e74fae9390662be88a2ee9a51090af28f8c0
 (not released yet).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to