83fb5f71fc88ab3a4acfcf21abb74037272ce32d
- NonInteractiveShellRunner has a trouble where incoming argument loses info about "quoted" string which is handled by OS terminal. - Add re-quoting in presense of a whitespace so that jline parser can detect it correctly. - Fixes #567
= Spring Shell Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release. == Building Building and running tests: ``` ./gradlew build ``` Publishing to local maven cache: ``` ./gradlew publishToMavenLocal ```
Description
Languages
Java
100%