This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git
from b9b217efa5f CAMEL-20115: Fix checkstyle issues
add 843a6e8d69a CAMEL-20152: camel-jetty - Allow to configure the
multipart (#12249)
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/jetty.json | 8 ++
.../camel/component/jetty/JettyHttpComponent.java | 68 ++++++++++--
.../camel/component/jetty/JettyHttpEndpoint.java | 43 ++++++++
.../jetty9/JettyHttp9EndpointUriFactory.java | 6 +-
.../jetty9/JettyHttpComponent9Configurer.java | 24 +++++
.../jetty9/JettyHttpEndpoint9Configurer.java | 24 +++++
.../org/apache/camel/component/jetty9/jetty.json | 8 ++
.../component/jetty/MultiPartFormBigFileTest.java | 99 ++++++++++++++++++
.../dsl/JettyComponentBuilderFactory.java | 69 +++++++++++++
.../dsl/JettyHttpEndpointBuilderFactory.java | 114 +++++++++++++++++++++
10 files changed, 456 insertions(+), 7 deletions(-)
create mode 100644
components/camel-jetty/src/test/java/org/apache/camel/component/jetty/MultiPartFormBigFileTest.java