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 6f4b20718aa Regen for commit 08b00d74fd348122343e3540f45877c26a45f555
add 123eab092e8 CAMEL-18093 - Add option to turn on follow redirects
add 314600a6ec5 Regen for commit 123eab092e87d09edb259afb9d519b1accf527e1
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/http.json | 4 +-
.../org/apache/camel/catalog/components/https.json | 4 +-
.../apache/camel/catalog/components/resteasy.json | 4 +-
.../component/http/HttpComponentConfigurer.java | 6 +++
.../component/http/HttpEndpointConfigurer.java | 6 +++
.../component/http/HttpEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/http/http.json | 2 +
.../org/apache/camel/component/http/https.json | 2 +
.../apache/camel/component/http/HttpComponent.java | 18 +++++++
.../apache/camel/component/http/HttpEndpoint.java | 22 ++++++++
.../component/http/CamelComponentVerifierTest.java | 15 ++++++
.../camel/component/http/HttpRedirectTest.java | 61 +++++++++++++++++++++-
.../resteasy/ResteasyEndpointUriFactory.java | 3 +-
.../apache/camel/component/resteasy/resteasy.json | 2 +
.../component/dsl/HttpComponentBuilderFactory.java | 17 ++++++
.../dsl/HttpsComponentBuilderFactory.java | 17 ++++++
.../dsl/ResteasyComponentBuilderFactory.java | 17 ++++++
.../src/generated/resources/metadata.json | 6 +--
18 files changed, 199 insertions(+), 10 deletions(-)