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:
parent
378272c57c
commit
97ab0def2c
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue