From 44f114e4e71992e2574cc79797e2b603aea9436e Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 28 Oct 2019 17:37:40 +0100 Subject: [PATCH] Polishing docs --- docs/src/main/asciidoc/preface.adoc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/src/main/asciidoc/preface.adoc b/docs/src/main/asciidoc/preface.adoc index 7ee97f3b5..92294c16a 100644 --- a/docs/src/main/asciidoc/preface.adoc +++ b/docs/src/main/asciidoc/preface.adoc @@ -157,7 +157,7 @@ Now you have a working (albeit very basic) Spring Cloud Stream application. [[spring-cloud-stream-preface-new-features]] -=== New Features and Components +=== New Features and Enhancements - *Routing Function* - see <> for more details. - *Multiple bindings with functions* (multiple message handlers) - see <> for more details. @@ -167,16 +167,12 @@ relying on native reactive support provided by spring cloud function. For backwa compatibility you can still bring `spring-cloud-stream-reactive` from previous versions. -[[spring-cloud-stream-preface-notable-enhancements]] -=== Notable Enhancements -TBD - [[spring-cloud-stream-preface-notable-deprecations]] === Notable Deprecations -- Reactive module (`spring-cloud-stream-reactive`) is discontinued and no longer distributed in favor of native support via spring-cloud-function. +- _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. -- We've deprecated `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 reliance on the `original-content-type` has been removed after it's been deprecated in v2.0. +- _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.