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 2020/10/02 05:47:12 UTC

[camel] branch regen_bot updated (9d3cbae -> 6c9c477)

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.


    omit 9d3cbae  CAMEL-15608: Add support for multipart uploads to platform-http-vertx (#4337)
    omit 01f7fae  [CAMEL-15610] avoid NPE in CamelXmlTreeParserHelper.parseCamelRouteTree (#4339)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (6c9c477)
            \
             O -- O -- O   (9d3cbae)

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:
 .../parser/helper/CamelXmlTreeParserHelper.java    | 35 +++++++-------
 .../camel/parser/model/CamelNodeDetails.java       |  4 --
 .../apache/camel/parser/xml/XmlParseTreeTest.java  | 21 ---------
 .../camel/http/common}/CamelFileDataSource.java    |  2 +-
 .../camel/http/common/DefaultHttpBinding.java      |  1 -
 components/camel-platform-http-vertx/pom.xml       |  4 --
 .../http/vertx/VertxPlatformHttpConsumer.java      | 27 +++++------
 .../http/vertx/VertxPlatformHttpEngine.java        | 13 +++++-
 .../http/vertx/VertxPlatformHttpEngineTest.java    | 54 ----------------------
 .../ROOT/pages/camel-3x-upgrade-guide-3_6.adoc     |  6 ---
 10 files changed, 41 insertions(+), 126 deletions(-)
 rename components/{camel-attachments/src/main/java/org/apache/camel/attachment => camel-http-common/src/main/java/org/apache/camel/http/common}/CamelFileDataSource.java (97%)