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/02/25 18:49:15 UTC

[camel] branch regen_bot updated (c410c29 -> b581ad9)

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.


 discard c410c29  Regen for commit c7a0e7bdb195a387e80e361c8522221f7e7d9184
     add 35154b6  CAMEL-16262: camel-http - Add disable options on component to turn features off
     add b581ad9  Regen for commit 35154b63ed206c3738446c84fa9785dc63c81930

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c410c29)
            \
             N -- N -- N   refs/heads/regen_bot (b581ad9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/http.json  |   7 ++
 .../org/apache/camel/catalog/components/https.json |   7 ++
 .../apache/camel/catalog/components/resteasy.json  |   7 ++
 .../apache/camel/catalog/docs/http-component.adoc  |   9 +-
 .../camel/catalog/docs/resteasy-component.adoc     |   9 +-
 .../component/http/HttpComponentConfigurer.java    |  42 ++++++++
 .../org/apache/camel/component/http/http.json      |   7 ++
 .../org/apache/camel/component/http/https.json     |   7 ++
 .../camel-http/src/main/docs/http-component.adoc   |   9 +-
 .../apache/camel/component/http/HttpComponent.java |  93 ++++++++++++++++
 .../apache/camel/component/resteasy/resteasy.json  |   7 ++
 .../src/main/docs/resteasy-component.adoc          |   9 +-
 .../component/dsl/HttpComponentBuilderFactory.java | 120 +++++++++++++++++++++
 .../dsl/HttpsComponentBuilderFactory.java          | 120 +++++++++++++++++++++
 .../dsl/ResteasyComponentBuilderFactory.java       | 120 +++++++++++++++++++++
 .../modules/ROOT/pages/http-component.adoc         |   9 +-
 .../modules/ROOT/pages/resteasy-component.adoc     |   9 +-
 17 files changed, 585 insertions(+), 6 deletions(-)