You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/13 13:40:33 UTC

[GitHub] [kafka] ijuma commented on a change in pull request #11025: Scala 3 Compilation with 2.12 support

ijuma commented on a change in pull request #11025:
URL: https://github.com/apache/kafka/pull/11025#discussion_r668774185



##########
File path: streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KStream.scala
##########
@@ -790,7 +790,7 @@ class KStream[K, V](val inner: KStreamJ[K, V]) {
    * @param stateStoreNames   the names of the state store used by the processor
    * @see `org.apache.kafka.streams.kstream.KStream#process`
    */
-  @deprecated(since = "3.0", message = "Use process(ProcessorSupplier, String*) instead.")
+  @deprecated("Use process(ProcessorSupplier, String*) instead.", "3.0")

Review comment:
       Why is this change required?




-- 
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-unsubscribe@kafka.apache.org

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