-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The ResteasySeBootstrap implementation currently used CompletableFuture.supplyAsync() for starting and stopping the embedded servers. This mostly works, but in some environments the TCCL needs to be the parent threads TCCL. The default executor for this is the common ForkJoinPool. Threads created here likely will not have the correct parent thread.
- is incorporated by
-
WFLY-17404 Upgrade RESTEasy to 6.2.2.Final
- Closed