-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-jetty
-
Labels:None
-
Estimated Complexity:Unknown
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.