You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/06 09:27:44 UTC

[camel] branch master updated (b722048 -> fcfdae6)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b722048  Building tools: check for TODO and FIXME in TodoComment configuration
     add 844c23d  CAMEL-14139 Camel Undertow does not provide an option to use the producer as the Host header when bridging two http endpoints
     add a575ef1  CAMEL-14139 Camel Undertow does not provide an option to use the producer as the Host header when bridging two http endpoints
     add 32cdbaf  CAMEL-14139 - Regen
     add fcfdae6  Removed the TodoComments module from checkstyle, we were not really using it

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/camel-checkstyle.xml        |  3 --
 .../src/main/docs/undertow-component.adoc          |  3 +-
 .../camel/component/undertow/UndertowEndpoint.java | 14 +++++-
 .../camel/component/undertow/UndertowProducer.java |  7 ++-
 .../UndertowHttpProxyPreserveHostTest.java         | 55 ++++++++++++++++++++++
 .../dsl/UndertowEndpointBuilderFactory.java        | 34 +++++++++++++
 6 files changed, 109 insertions(+), 7 deletions(-)
 create mode 100644 components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowHttpProxyPreserveHostTest.java