This is an automated email from the ASF dual-hosted git repository. oalsafi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 6310cb7 CAMEL-14300: Java 8 Supplier overloadings break all DSLs (remove methods) add bce8c2c CAMEL-14074 Custom host header implementation. No new revisions were added by this update. Summary of changes: .../camel-http/src/main/docs/http-component.adoc | 3 +- .../apache/camel/component/http/HttpEndpoint.java | 20 ++++ .../apache/camel/component/http/HttpProducer.java | 48 +++++----- .../http/HttpProducerConnectionCloseTest.java | 6 +- .../http/HttpProducerContentTypeTest.java | 31 +++---- .../http/HttpProducerCustomHeaderTest.java | 102 +++++++++++++++++++++ .../http/HttpProducerSelectMethodTest.java | 36 ++++---- 7 files changed, 183 insertions(+), 63 deletions(-) create mode 100644 components/camel-http/src/test/java/org/apache/camel/component/http/HttpProducerCustomHeaderTest.java