From 2ea7187165e08cb34b32cbd578870ad37df6e22c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 4 Jan 2017 10:10:15 +0100 Subject: [PATCH] Add a note that CRaSH support will be removed in documentation Closes gh-7856 --- .../src/main/asciidoc/production-ready-features.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 48100b5ee8e..347439120cb 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -842,6 +842,8 @@ the following dependency to your project: ---- +NOTE: The remote shell is deprecated and will be removed in Spring Boot 2.0. + TIP: If you want to also enable telnet access you will additionally need a dependency on `org.crsh:crsh.shell.telnet`.