fitnesse.slim.instructions.SystemExitSecurityManager
triggers NoClassDefFoundError
issue
#1386
Labels
fitnesse.slim.instructions.SystemExitSecurityManager
triggers NoClassDefFoundError
issue
#1386
Describe the bug
fitnesse.slim.instructions.SystemExitSecurityManager
triggersNoClassDefFoundError
issues in a dockerized spring-bootSlimServer
on JDK11.Thanks to the
prevent.system.exit=false
system property, there is a workaround.Fitnesse is included as maven dependency in my spring-boot app.
Workaround
In my docker build, I have the option to add an environment variable
JAVA_OPTS -Dprevent.system.exit=false
to skip
fitnesse.slim.instructions.SystemExitSecurityManager
.Or else dynamic class loading fails with
NoClassDefFoundError
in a dockerized spring-boot SlimServer.Stack Trace
The text was updated successfully, but these errors were encountered: