Use Quarkus fork join worker for Test PoC
Closes #30196 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
79c8c80058
commit
378272c57c
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<java.util.concurrent.ForkJoinPool.common.threadFactory>io.quarkus.bootstrap.forkjoin.QuarkusForkJoinWorkerThreadFactory</java.util.concurrent.ForkJoinPool.common.threadFactory>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue