diff --git a/docs/src/main/asciidoc/images/spring-initializr.png b/docs/src/main/asciidoc/images/spring-initializr.png index 4d161baae..8ece01df0 100644 Binary files a/docs/src/main/asciidoc/images/spring-initializr.png and b/docs/src/main/asciidoc/images/spring-initializr.png differ diff --git a/docs/src/main/asciidoc/preface.adoc b/docs/src/main/asciidoc/preface.adoc index 8609cf8f2..51b2574b3 100644 --- a/docs/src/main/asciidoc/preface.adoc +++ b/docs/src/main/asciidoc/preface.adoc @@ -6,6 +6,7 @@ Fast forward to the cloud-era, where microservices have become prominent in the To extend this to Data Integration workloads, Spring Integration and Spring Boot were put together into a new project. Spring Cloud Stream was born. +[%hardbreaks] With Spring Cloud Stream, developers can: * Build, test, iterate, and deploy data-centric applications in isolation. * Apply modern microservices architecture patterns, including composition through messaging. @@ -179,4 +180,4 @@ As of version 2.2, the following items have been deprecated: === Notes on migrating from 1.x to 2.x? - Due to the improvements in content-type negotiation, the `originalContentType` header is not used (ignored) since 2.x and only exists for maintaining compatibility with 1.x versions -- Introduction of `@StreamRetryTemplate` qualifier. While configuring custom instance of the `RetryTemplate` and to avoid conflicts you must qualify the instance of such `RetryTemplate` with this qualifier. See <> for more details. \ No newline at end of file +- Introduction of `@StreamRetryTemplate` qualifier. While configuring custom instance of the `RetryTemplate` and to avoid conflicts you must qualify the instance of such `RetryTemplate` with this qualifier. See <> for more details.