Skip to content

Commit

Permalink
KAFKA-12796: Removal of deprecated classes under streams-scala (#10710)
Browse files Browse the repository at this point in the history
Removes previously deprecated methods in older KIPs

Reviewers: Bruno Cadonna <cadonna@apache.org>
  • Loading branch information
jlprat authored May 27, 2021
1 parent 56d9482 commit a02b19c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 311 deletions.
6 changes: 0 additions & 6 deletions gradle/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,6 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
<Bug pattern="NN_NAKED_NOTIFY"/>
</Match>

<Match>
<Package name="org.apache.kafka.streams.scala"/>
<Source name="FunctionConversions.scala"/>
<Bug pattern="EQ_UNUSUAL"/>
</Match>

<Match>
<Package name="org.apache.kafka.streams.scala"/>
<Source name="FunctionsCompatConversions.scala"/>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class KTable[K, V](val inner: KTableJ[K, V]) {
new KStream(inner.toStream[KR](mapper.asKeyValueMapper, named))

/**
* Suppress some updates from this changelog stream, determined by the supplied [[Suppressed]] configuration.
* Suppress some updates from this changelog stream, determined by the supplied [[org.apache.kafka.streams.kstream.Suppressed]] configuration.
*
* This controls what updates downstream table and stream operations will receive.
*
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a02b19c

Please sign in to comment.