@@ -551,7 +551,7 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
551
551
</Match >
552
552
553
553
<Match >
554
- <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.1 .
554
+ <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.4 .
555
555
These are possibly real bugs, and have not been evaluated, they were just bulk excluded to unblock upgrading Spotbugs.
556
556
-->
557
557
<Or >
@@ -586,7 +586,7 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
586
586
</Match >
587
587
588
588
<Match >
589
- <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.1 .
589
+ <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.4 .
590
590
These are possibly real bugs, and have not been evaluated, they were just bulk excluded to unblock upgrading Spotbugs.
591
591
-->
592
592
<Or >
@@ -617,12 +617,16 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
617
617
<Class name =" kafka.coordinator.transaction.TransactionStateManager" />
618
618
<Class name =" kafka.log.LogManager" />
619
619
<Class name =" kafka.server.ReplicaManager" />
620
+ <Class name =" org.apache.kafka.streams.state.internals.AbstractDualSchemaRocksDBSegmentedBytesStore" />
621
+ <Class name =" org.apache.kafka.streams.state.internals.AbstractRocksDBSegmentedBytesStore" />
622
+ <Class name =" org.apache.kafka.streams.state.internals.InMemorySessionStore" />
623
+ <Class name =" org.apache.kafka.streams.state.internals.InMemoryWindowStore" />
620
624
</Or >
621
625
<Bug pattern =" AT_NONATOMIC_64BIT_PRIMITIVE" />
622
626
</Match >
623
627
624
628
<Match >
625
- <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.1 .
629
+ <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.4 .
626
630
These are possibly real bugs, and have not been evaluated, they were just bulk excluded to unblock upgrading Spotbugs.
627
631
-->
628
632
<Or >
@@ -687,12 +691,13 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
687
691
<Class name =" kafka.server.ReplicaManager" />
688
692
<Class name =" org.apache.kafka.trogdor.coordinator.NodeManager$NodeHeartbeat" />
689
693
<Class name =" org.apache.kafka.connect.runtime.distributed.DistributedHerder$RebalanceListener" />
694
+ <Class name =" org.apache.kafka.streams.processor.internals.StreamThread" />
690
695
</Or >
691
696
<Bug pattern =" AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
692
697
</Match >
693
698
694
699
<Match >
695
- <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.1 .
700
+ <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.4 .
696
701
These are possibly real bugs, and have not been evaluated, they were just bulk excluded to unblock upgrading Spotbugs.
697
702
-->
698
703
<Or >
@@ -719,4 +724,15 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
719
724
<Bug pattern =" HSM_HIDING_METHOD" />
720
725
</Match >
721
726
727
+ <Match >
728
+ <!-- New warning type added when we upgraded from spotbugs 4.8.6 to 4.9.4.
729
+ These are possibly real bugs, and have not been evaluated, they were just bulk excluded to unblock upgrading Spotbugs.
730
+ -->
731
+ <Or >
732
+ <Class name =" org.apache.kafka.common.security.ssl.SslFactory$SslEngineValidator" />
733
+ <Class name =" org.apache.kafka.server.authorizer.Authorizer" />
734
+ </Or >
735
+ <Bug pattern =" SF_SWITCH_FALLTHROUGH" />
736
+ </Match >
737
+
722
738
</FindBugsFilter >
0 commit comments