Document that CRaSH commands written in Java are not supported

Closes gh-7471
This commit is contained in:
Andy Wilkinson 2016-12-01 13:29:49 +00:00
parent 356edc725c
commit 36981259a5

View File

@ -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/**+`