From d7b4e07c4d9761d52228235271cbfcd5685fe1f8 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 7 Jan 2022 19:34:33 -0500 Subject: [PATCH] Docs cleanup for StreamListener --- README.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 84d0b6668..d5b27d22c 100644 --- a/README.adoc +++ b/README.adoc @@ -191,18 +191,15 @@ compatibility you can still bring `spring-cloud-stream-reactive` from previous v [[spring-cloud-stream-preface-notable-deprecations]] -=== Notable Deprecations +=== Notable Deprecations and Removals -- Annotation-based programming model. Basically the @EnableBInding, @StreamListener and all related annotations are now deprecated in +- Annotation-based programming model is now fully removed. Basically the @EnableBInding, @StreamListener and all related annotations are now removed 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 compatibility you can still bring `spring-cloud-stream-reactive` from previous versions. - _Test support binder_ `spring-cloud-stream-test-support` with MessageCollector in favor of a new test binder. See <> for more details. -- _@StreamMessageConverter_ - deprecated as it is no longer required. -- The `original-content-type` header references have been removed after it's been deprecated in v2.0. -This is primarily for function-based programming model. For StreamListener it would still be required and thus will stay until we deprecate and eventually discontinue StreamListener -and annotation-based programming model. +- _@StreamMessageConverter_ - Removed as it is no longer required. = Appendices [appendix]