Docs cleanup for StreamListener

This commit is contained in:
Soby Chacko
2022-01-07 19:34:33 -05:00
parent 2fe7cf58c1
commit d7b4e07c4d

View File

@@ -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 <<Spring Cloud Function support>> 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 <<Testing>> 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]