You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/07/19 12:58:39 UTC

[camel] branch regen_bot updated (cd47858 -> a5159c8)

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 cd47858  CAMEL-16806 - AWS2 S3 Documentation contains references to obsolete AWS 1 API
     add f77601c2 CAMEL-16237 : Allow to easily set user-agent on component level (#5804)
     add a5159c8  Regen for commit f77601c2ee9a3b2bb13a983577562daf5ca89c44

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/http.json  |  3 +-
 .../org/apache/camel/catalog/components/https.json |  3 +-
 .../apache/camel/catalog/components/resteasy.json  |  1 +
 .../apache/camel/catalog/docs/http-component.adoc  |  5 +-
 .../camel/catalog/docs/resteasy-component.adoc     |  3 +-
 .../component/http/HttpEndpointConfigurer.java     |  6 ++
 .../component/http/HttpEndpointUriFactory.java     |  3 +-
 .../org/apache/camel/component/http/http.json      |  3 +-
 .../org/apache/camel/component/http/https.json     |  3 +-
 .../camel-http/src/main/docs/http-component.adoc   |  5 +-
 .../apache/camel/component/http/HttpEndpoint.java  | 15 ++++
 .../resteasy/ResteasyEndpointUriFactory.java       |  3 +-
 .../apache/camel/component/resteasy/resteasy.json  |  1 +
 .../src/main/docs/resteasy-component.adoc          |  3 +-
 .../endpoint/dsl/HttpEndpointBuilderFactory.java   | 80 +++++++++++++---------
 .../dsl/ResteasyEndpointBuilderFactory.java        | 15 ++++
 .../modules/ROOT/pages/http-component.adoc         |  5 +-
 .../modules/ROOT/pages/resteasy-component.adoc     |  3 +-
 18 files changed, 112 insertions(+), 48 deletions(-)