mattcasters commented on PR #7580: URL: https://github.com/apache/hop/pull/7580#issuecomment-5024043335
Pushed a small follow-up to this branch (maintainer edit) to unblock CI: ExecProcess single-command tokenization after #7565 was failing `ExecProcessTest.processRow_singleCommandString_capturesOutput` with an NPE on null stdout. Approach from @leehaut in #7581: tokenize with `StringTokenizer`, then `Runtime.exec(String[])` (avoids the deprecated String overload). Commit: bedba3fd3a -- 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]
