Realtin commented on PR #3218: URL: https://github.com/apache/logging-log4j2/pull/3218#issuecomment-2485579789
Hi @vy I ran into a problem after refactoring the SecurityManagerRule to an Extension. It seems to end up in a loop at: `LoaderUtilSecurityManagerTest$TestSecurityManager.checkPermission(LoaderUtilSecurityManagerTest.java:36)` and ends with an error: ``` org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Error occurred in starting fork, check output in log [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:456) .... ``` Do you have any pointers on how to solve this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org