On Tue, 9 May 2023 14:12:09 GMT, Lukasz Kostyra <lkost...@openjdk.org> wrote:

> Calls of `Runtime.getRuntime().exec()` were changed to `String[]` variant.
> 
> Only Windows and macOS parts were affected, tests work good on both platforms.
> 
> I looked through the code and didn't find any other cases of 
> `Runtime.getRuntime().exec(String)` being used, so that should cover all 
> possible deprecation warnings for this issue.

Looks good.

-------------

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1130#pullrequestreview-1419564934

Reply via email to