Integrated: 8278422: Replace use of deprecated single string variant of Runtime.exec method

Lukasz Kostyra lkostyra at openjdk.org
Wed May 10 08:58:25 UTC 2023


On Tue, 9 May 2023 14:12:09 GMT, Lukasz Kostyra <lkostyra at 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.

This pull request has now been integrated.

Changeset: d8da8d8c
Author:    Lukasz Kostyra <lkostyra at openjdk.org>
Committer: Nir Lisker <nlisker at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/d8da8d8c9d9945196e90adbc7343c5b528905623
Stats:     9 lines in 1 file changed: 5 ins; 0 del; 4 mod

8278422: Replace use of deprecated single string variant of Runtime.exec method

Reviewed-by: kcr

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

PR: https://git.openjdk.org/jfx/pull/1130


More information about the openjfx-dev mailing list