From fd757cb12425f49dc69fe26e46a38068b8d954b9 Mon Sep 17 00:00:00 2001 From: Nitin Date: Mon, 25 Oct 2021 16:42:56 +0530 Subject: [PATCH] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1d4453d54..207dcc47b 100644 --- a/README.adoc +++ b/README.adoc @@ -193,7 +193,7 @@ compatibility you can still bring `spring-cloud-stream-reactive` from previous v [[spring-cloud-stream-preface-notable-deprecations]] === Notable Deprecations -- Annotation-based programming model. Basically the @EnableBInding, @StreamListener and all related annotations are now deprecated in +- Annotation-based programming model. Basically the @EnableBinding, @StreamListener and all related annotations are now deprecated in favor of the functional programming model. See <> for more details. - _Reactive module_ (`spring-cloud-stream-reactive`) is discontinued and no longer distributed in favor of native support via spring-cloud-function. For backward