mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
* Add a shutdown hook to executor service JerseySupport. This should prevent threads in this executor to attempt reads/writes after Netty's executor is also down. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Use shutdownNow instead. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>