This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch camel-2.24.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0339829 CAMEL-13563: Fix AHC tests after Jetty upgrade
new 77c0f4f CAMEL-14137 Thread leak in camel-jetty component if
maxThreads or minThreads property is set
new 7cca624 CAMEL-14137 Added licence header to unit test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/component/jetty/JettyHttpComponent.java | 29 +++++---
.../component/jetty/JettyThreadPoolSizeTest.java | 84 ++++++++++++++++++++++
2 files changed, 104 insertions(+), 9 deletions(-)
create mode 100644
components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/JettyThreadPoolSizeTest.java