Adding ForkJoinPool for Quarkus to the surefire initialization for embedded Quarkus

Closes #30206

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-06-06 11:48:57 +02:00 committed by Alexander Schwartz
parent 378272c57c
commit 97ab0def2c

View file

@ -686,6 +686,9 @@
~ See KEYCLOAK-15692, ELY-1891 issues & PRs of EAP7-1219 issue for details.
-->
<wildfly-client.config.path>${project.build.directory}${file.separator}dependency${file.separator}wildfly-config.xml</wildfly-client.config.path>
<!-- needed when running the embedded Quarkus auth server -->
<java.util.concurrent.ForkJoinPool.common.threadFactory>io.quarkus.bootstrap.forkjoin.QuarkusForkJoinWorkerThreadFactory</java.util.concurrent.ForkJoinPool.common.threadFactory>
</systemPropertyVariables>
<properties>
<property>