From 36981259a54c82e3d6bccf39dbfc347faa6b8f46 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Dec 2016 13:29:49 +0000 Subject: [PATCH] Document that CRaSH commands written in Java are not supported Closes gh-7471 --- .../src/main/asciidoc/production-ready-features.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 0d4d75f42f..64632c82a3 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -879,8 +879,9 @@ The remote shell can be extended in a number of interesting ways. [[production-ready-remote-commands]] ==== Remote shell commands -You can write additional shell commands using Groovy or Java (see the CRaSH documentation -for details). By default Spring Boot will search for commands in the following locations: +You can write additional shell commands using Groovy (see the CRaSH documentation for details). +Due to limitations in CRaSH's Java compiler, commands written in Java are not supported. +By default Spring Boot will search for commands in the following locations: * `+classpath*:/commands/**+` * `+classpath*:/crash/commands/**+`