Closed lsm1 closed 1 month ago
Attention: Patch coverage is 0%
with 58 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
be66b49
) to head (fb6d532
). Report is 25 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks, merged to master , branch-1.10 (1.10.0) and branch-1.9 (1.9.3).
:mag: Description
Issue References ๐
Describe Your Solution ๐ง
This PR addresses an issue in the ProcessBuilder class where Java options passed as a single string (e.g., "-Dxxx -Dxxx") do not take effect. The command list must separate these options into individual elements to ensure they are recognized correctly by the Java runtime.
Types of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.