Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If a jetty component is configured as a bean with default thread pool settings, the thread pool get closed along with context.
If maxThreads,minThreads or both component properties are set, a new QueuedThreadPool is instantiated in JettyHttpComponent class that not get closed when the context is stopping.
Attached a reproducer.