From 8595d094c9c306297582ad1a9d0633b9b15a4e3d Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Fri, 18 Nov 2016 10:59:31 -0500 Subject: [PATCH] Fix wrongly pasted line in doc --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 8753fe28f..815ba2214 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -1313,7 +1313,6 @@ This note applies to users of Spring Cloud Stream 1.1.0.RELEASE only. Spring Cloud Stream 1.1.0.RELEASE used the table name `schema` for storing `Schema` objects, which is a keyword in a number of database implementations. To avoid any conflicts in the future, starting with 1.1.1.RELEASE we have opted for the name `SCHEMA_REPOSITORY` for the storage table. Any Spring Cloud Stream 1.1.0.RELEASE users that are upgrading are advised to migrate their existing schemas to the new table before upgrading. -For some binder implementations (e.g., RabbitMQ), it is possible to have non-durable group subscriptions. ==== ==== Schema Registry Client