Re: surefire and system.exit

2021-07-28 Thread Enrico Olivelli
Tim, Usually I set a SecurityManager that prevents calls to System.exit. You will have to allow Surefire (and probably also your IDE test runner) to allow to use System.exit. Enrico Il giorno mer 28 lug 2021 alle ore 16:18 Tim Allison ha scritto: > All, > > I'm trying to upgrade the surefire

surefire and system.exit

2021-07-28 Thread Tim Allison
All, I'm trying to upgrade the surefire plugin in Apache Tika, and I'm running into "forked vm terminated without properly saying goodbye" [0]. Tika uses a bunch of dependencies we have no control over. At one point, we had a parser with a "feature" that called System.exit. We have code tha