This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from a0c2e10 CAMEL-12752: Upgrade Jetty to 9.4.11
new c3cd895 CAMEL-12753: Fixed camel-undertow consumer with OPTIONS in
rest-dsl to return mutiple verbs if the same context-path has more http verbs
like GET,POST etc. Thanks to Tomas Turek for unit test
new 7331d83 CAMEL-12753: Fixed camel-servlet,camel-jetty consumer with
OPTIONS in rest-dsl to return mutiple verbs if the same context-path has more
http verbs like GET,POST etc. Thanks to Tomas Turek for unit test
new e3b5a4e CAMEL-12753: Fixed camel-netty4-http consumer with OPTIONS in
rest-dsl to return mutiple verbs if the same context-path has more http verbs
like GET,POST etc. Thanks to Tomas Turek for unit test
The 3 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:
.../org/apache/camel/http/common/CamelServlet.java | 20 ++++---
.../common/HttpServletResolveConsumerStrategy.java | 9 +---
.../common/ServletResolveConsumerStrategy.java | 4 +-
.../component/jetty/CamelContinuationServlet.java | 17 +++---
.../component/jetty/rest/RestJettyOptionsTest.java | 28 ++++++++--
.../http/handlers/HttpServerChannelHandler.java | 22 ++------
.../HttpServerMultiplexChannelHandler.java | 62 ++++++++++++++++++----
.../netty4/http/rest/RestNettyHttpOptionsTest.java | 28 ++++++++--
.../servlet/rest/RestServletOptionsTest.java | 26 +++++++--
.../undertow/HttpHandlerRegistrationInfo.java | 20 +++++++
.../component/undertow/UndertowComponent.java | 13 +++--
.../camel/component/undertow/UndertowConsumer.java | 33 +++++++++---
.../undertow/rest/RestUndertowHttpOptionsTest.java | 19 ++++++-
13 files changed, 225 insertions(+), 76 deletions(-)