childprocess-vertx-ext icon indicating copy to clipboard operation
childprocess-vertx-ext copied to clipboard

Child Process extension for Vert.x

Results 6 childprocess-vertx-ext issues
Sort by recently updated
recently updated
newest added

Is this project still alive, would a PR with this change be merged?

Process.create(vertx, "cat"). spawn should be Process.create(vertx, "cat"). start

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Fix spawn methods to take into account the ProcessOptions passed in parameter

Hi there Busy testing your library and I'm getting an IllegalStateException. **Here is the test code** public static void main(String[] args) { Vertx v = Vertx.vertx(); Process process = Process.spawn(v,...

Bumps [nuprocess](https://github.com/brettwooldridge/NuProcess) from 1.2.4 to 2.0.5. Changelog Sourced from nuprocess's changelog. Changes in 2.0.5 Fix command line injection vulnerability (CVE-2022-39243) (#143) Changes in 2.0.4 Add Automatic-Module-Name to MANIFEST.MF to better...

dependencies