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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d2b0ed654 updated deprecated version to highlight that version is an 
Alpakka version (#72)
d2b0ed654 is described below

commit d2b0ed654162e88df1c21a88651c68a34d3177fa
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Mar 20 18:55:17 2023 +0100

    updated deprecated version to highlight that version is an Alpakka version 
(#72)
---
 .../org/apache/pekko/stream/connectors/pravega/PravegaSettings.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pravega/src/main/scala/org/apache/pekko/stream/connectors/pravega/PravegaSettings.scala
 
b/pravega/src/main/scala/org/apache/pekko/stream/connectors/pravega/PravegaSettings.scala
index c94980e8f..0e3d92530 100644
--- 
a/pravega/src/main/scala/org/apache/pekko/stream/connectors/pravega/PravegaSettings.scala
+++ 
b/pravega/src/main/scala/org/apache/pekko/stream/connectors/pravega/PravegaSettings.scala
@@ -344,7 +344,7 @@ class TableReaderSettingsBuilder[K, V](
       maximumInflightMessages,
       maxEntriesAtOnce)
 
-  @deprecated("Use withKeyExtractor instead", "4.0.0")
+  @deprecated("Use withKeyExtractor instead", "Alpakka 4.0.0")
   def withTableKey(extractor: K => TableKey): TableReaderSettingsBuilder[K, V] 
= withKeyExtractor(extractor)
 
   def withKeyExtractor(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to