You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you are doing well! I have upgraded my project to spring-boot-starter-parent 2.7.5 and ssh-shell-spring-boot-starter to 2.0.2.
I have done changes needed in order to work propely but after testing my app i have found out that pasting commands work as before in windows environments but in linux the app behaves strangely.
If you paste a command (although it works perfectlty if you write it or if you build it through autocompletion) it does not work until you press enter multiple times. Then after some time it executes the command and prints all these enters.
Is this something known ?
Thank you,
Thanasis
The text was updated successfully, but these errors were encountered:
Hi @ThanasisBarekas just seen your issue - we also stumbled over this behavior. It's an issue of the underlying jline3 dependency - i.e. jline/jline3#801 ; Our solution is to set -Dorg.jline.terminal.jna=false as java option during startup.
Hello,
I hope you are doing well! I have upgraded my project to spring-boot-starter-parent 2.7.5 and ssh-shell-spring-boot-starter to 2.0.2.
I have done changes needed in order to work propely but after testing my app i have found out that pasting commands work as before in windows environments but in linux the app behaves strangely.
If you paste a command (although it works perfectlty if you write it or if you build it through autocompletion) it does not work until you press enter multiple times. Then after some time it executes the command and prints all these enters.
Is this something known ?
Thank you,
Thanasis
The text was updated successfully, but these errors were encountered: