royteeuwen commented on PR #34: URL: https://github.com/apache/sling-org-apache-sling-committer-cli/pull/34#issuecomment-4917770064
Re: checking that setting a release name is parsed correctly — checked, it parses correctly now. The entrypoint `run.sh` writes each shell argument on its own line and `CommandProcessor` splits the arg-line on newlines rather than spaces, so `--release "Scripting Core 2.1.4"` reaches the command as a single value. The space-splitting from before is gone. I added a `CommandProcessorTest` case for the quoted multi-word value to guard against regressions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
