This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from c8616d36ac6 CAMEL-20163: consolidate the code adding or appending
entries on the header (#12236)
add 41733b2fc5b CAMEL-20152: camel-jetty - Allow to configure the
multipart (#12240)
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/jetty.json | 68 ++++++++------
.../camel/component/jetty/JettyHttpComponent.java | 68 ++++++++++++--
.../camel/component/jetty/JettyHttpEndpoint.java | 42 +++++++++
.../jetty11/JettyHttp11EndpointUriFactory.java | 6 +-
.../jetty11/JettyHttpComponent11Configurer.java | 24 +++++
.../jetty11/JettyHttpEndpoint11Configurer.java | 24 +++++
.../org/apache/camel/component/jetty11/jetty.json | 68 ++++++++------
.../component/jetty/MultiPartFormBigFileTest.java | 102 +++++++++++++++++++++
8 files changed, 335 insertions(+), 67 deletions(-)
create mode 100644
components/camel-jetty/src/test/java/org/apache/camel/component/jetty/MultiPartFormBigFileTest.java