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 8f6d432 Upgrade AWS SDK v2 to version 2.16.7
new b7c718a camel-http - polished
new 30e9be4 CAMEL-16264: camel-http - Add option to ignore response
headers
new a5068fd camel-http - Optimize a bit
new d988d47 CAMEL-16264: camel-http - Add option to ignore request headers
new d3ff83c CAMEL-16264: camel-http - Allow to configure these on
component level.
new 1597870 CAMEL-16264: camel-http - Allow to configure these on
component level.
The 6 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:
.../apache/camel/catalog/docs/http-component.adoc | 9 +-
.../component/http/HttpComponentConfigurer.java | 18 ++
.../component/http/HttpEndpointConfigurer.java | 12 ++
.../component/http/HttpEndpointUriFactory.java | 4 +-
.../org/apache/camel/component/http/http.json | 5 +
.../org/apache/camel/component/http/https.json | 5 +
.../camel-http/src/main/docs/http-component.adoc | 9 +-
.../apache/camel/component/http/HttpComponent.java | 56 +++++-
.../component/http/HttpDeleteWithBodyMethod.java | 5 +
.../apache/camel/component/http/HttpEndpoint.java | 35 ++++
.../camel/component/http/HttpEntityConverter.java | 18 +-
.../component/http/HttpGetWithBodyMethod.java | 5 +
.../apache/camel/component/http/HttpMethods.java | 25 +++
.../apache/camel/component/http/HttpProducer.java | 198 +++++++++++----------
.../component/dsl/HttpComponentBuilderFactory.java | 59 ++++++
.../dsl/HttpsComponentBuilderFactory.java | 59 ++++++
.../endpoint/dsl/HttpEndpointBuilderFactory.java | 78 ++++++++
.../modules/ROOT/pages/http-component.adoc | 9 +-
18 files changed, 499 insertions(+), 110 deletions(-)