openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Replace tests using security manager

Open kaklakariada opened this issue 3 years ago • 0 comments

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

kaklakariada avatar Sep 18 '22 14:09 kaklakariada