-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate support for the remote shell #7044
Comments
Are there any plans for a replacement? I have really found this feature useful. |
Sorry, not at the moment. Based on the stats we have, it would appear that the remote shell isn't very widely used. For example, comparing Maven Central downloads for August, the remote shell starter had 2% of the downloads that the web starter had. That means that it's unlikely to be worth investing significant effort in a replacement. |
@gnuphie Out of interest, what do you find useful about the feature? What keeps you using it over the web endpoints or JMX? |
is it possible to use jshell with spring boot as a replacement? |
@aligit you mean the REPL shipped with Java 9? If so they're different things. This issue was specifically about embedded ssh support. |
FYI. There's a new project providing support for SSH with spring boot 2.x. You can find it at https://github.com/anand1st/sshd-shell-spring-boot. It's not compatible with spring-boot-remote-shell implementations but it should be not be too difficult to migrate. P.S. I am the author. If there are any suggestions, please do let me know. |
sshd-shell-spring-boot appears to have died with spring-boot 2.3 the last version supported... |
It's going to be removed in 2.0 (#7006)
The text was updated successfully, but these errors were encountered: