openfasttrace
openfasttrace copied to clipboard
Replace tests using security manager
Test TestCliStarter uses the deprecated security manager and requires JVM option -Djava.security.manager=allow to run, else it would fail with
UnsupportedOperation The Security Manager is deprecated and will be removed in a future release
We need to find a way to run the test without the deprecated security manager. See the following links for details:
- https://openjdk.org/jeps/411
- https://bugs.openjdk.org/browse/JDK-8199704
- https://github.com/itsallcode/junit5-system-extensions/issues/70