You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2018/05/28 19:12:00 UTC

[kafka] branch trunk updated: MINOR: Remove findbugs exclusion matching removed old producer (#5090)

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

jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 24a7b1c  MINOR: Remove findbugs exclusion matching removed old producer (#5090)
24a7b1c is described below

commit 24a7b1c6a5b20d29d605446fa7162624d76b2529
Author: Andras Beni <an...@cloudera.com>
AuthorDate: Mon May 28 21:11:50 2018 +0200

    MINOR: Remove findbugs exclusion matching removed old producer (#5090)
    
    KAFKA-6921 removed deprecated scala producer. This pull request removes the now unnecessary findbugs exclusion that matched one of the affected classes.
---
 gradle/findbugs-exclude.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gradle/findbugs-exclude.xml b/gradle/findbugs-exclude.xml
index f36f323..70c9e77 100644
--- a/gradle/findbugs-exclude.xml
+++ b/gradle/findbugs-exclude.xml
@@ -89,12 +89,6 @@ For a detailed description of findbugs bug categories, see http://findbugs.sourc
     </Match>
 
     <Match>
-        <!-- Add a suppression for having the thread start in the constructor of the old, deprecated consumer. -->
-        <Class name="kafka.producer.Producer"/>
-        <Bug pattern="SC_START_IN_CTOR"/>
-    </Match>
-
-    <Match>
         <!-- Add a suppression for the equals() method of NetworkClientBlockingOps. -->
         <Class name="kafka.utils.NetworkClientBlockingOps"/>
         <Bug pattern="EQ_UNUSUAL"/>

-- 
To stop receiving notification emails like this one, please contact
jgus@apache.org.