Commit 36981259 authored by Andy Wilkinson's avatar Andy Wilkinson

Document that CRaSH commands written in Java are not supported

Closes gh-7471
parent 356edc72
...@@ -879,8 +879,9 @@ The remote shell can be extended in a number of interesting ways. ...@@ -879,8 +879,9 @@ The remote shell can be extended in a number of interesting ways.
[[production-ready-remote-commands]] [[production-ready-remote-commands]]
==== Remote shell commands ==== Remote shell commands
You can write additional shell commands using Groovy or Java (see the CRaSH documentation You can write additional shell commands using Groovy (see the CRaSH documentation for details).
for details). By default Spring Boot will search for commands in the following locations: 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*:/commands/**+`
* `+classpath*:/crash/commands/**+` * `+classpath*:/crash/commands/**+`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment