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 177600e1892 CAMEL-18840: camel-http - Make followRedirects=true|false easier to use and no need for tweaking other options. add 27fd30638fb camel-http - Better label on options add c47b452d8e1 Regen for commit 27fd30638fbde9efb9fb736c708929e5f004ab5e No new revisions were added by this update. Summary of changes: .../catalog/components/atmosphere-websocket.json | 4 +- .../org/apache/camel/catalog/components/http.json | 22 +- .../org/apache/camel/catalog/components/https.json | 22 +- .../org/apache/camel/catalog/components/jetty.json | 6 +- .../apache/camel/catalog/components/resteasy.json | 18 +- .../apache/camel/catalog/components/servlet.json | 6 +- .../atmosphere/websocket/atmosphere-websocket.json | 4 +- .../camel/http/common/HttpCommonEndpoint.java | 11 +- .../org/apache/camel/component/http/http.json | 22 +- .../org/apache/camel/component/http/https.json | 22 +- .../apache/camel/component/http/HttpComponent.java | 14 +- .../apache/camel/component/http/HttpEndpoint.java | 8 +- .../org/apache/camel/component/jetty9/jetty.json | 6 +- .../apache/camel/component/resteasy/resteasy.json | 18 +- .../apache/camel/component/servlet/servlet.json | 6 +- .../component/dsl/HttpComponentBuilderFactory.java | 88 ++--- .../dsl/HttpsComponentBuilderFactory.java | 90 ++--- .../dsl/ResteasyComponentBuilderFactory.java | 54 +-- .../endpoint/dsl/HttpEndpointBuilderFactory.java | 417 +++++++++++---------- 19 files changed, 420 insertions(+), 418 deletions(-)