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/03/16 07:14:25 UTC

[camel] branch regen_bot updated (b46cc09 -> 58a9505)

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 b46cc09  Regen for commit ec3e2e9167a5408435ff03b0e0de65c07ca53c5f
     add 56989c9  Regen for commit 919041225e4d9f485d0c2ddd4cd36e40242e4fac
     add 31a143a  Enhance some code lines (#5209)
     add 52e3594  Enhance some code lines (#5209)
     add a55ab3c  Update LdapEndpoint.java (#5215)
     add 5999704  CAMEL-16295: fix aggregation when in transacted route (#5214)
     add 993adcf  Typo
     add 58a9505  Regen

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   (b46cc09)
            \
             N -- N -- N   refs/heads/regen_bot (58a9505)

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:
 .../catalog/lucene/CamelCatalogLuceneTest.java     |  2 +-
 .../maven/DefaultMavenArtifactProvider.java        | 30 ++++----
 .../camel/catalog/maven/MavenVersionManager.java   |  2 +-
 .../catalog/maven/MavenVersionManagerTest.java     | 10 +--
 .../org/apache/camel/catalog/CamelCatalogTest.java | 86 +++++++++++-----------
 .../java/org/apache/camel/maven/GenerateMojo.java  |  2 +-
 .../org/apache/camel/maven/RouteCoverageMojo.java  |  6 +-
 .../java/org/apache/camel/maven/ValidateMojo.java  |  2 +-
 .../org/apache/camel/parser/XmlRouteParser.java    | 20 ++---
 .../camel/parser/helper/CamelJavaParserHelper.java | 15 ++--
 .../helper/CamelJavaRestDslParserHelper.java       | 11 +--
 .../parser/helper/CamelJavaTreeParserHelper.java   | 11 +--
 .../apache/camel/parser/helper/CamelXmlHelper.java |  7 +-
 .../parser/helper/CamelXmlTreeParserHelper.java    |  3 +-
 .../camel/parser/helper/XmlLineNumberParser.java   | 10 +--
 .../camel/parser/model/CamelRouteDetails.java      | 12 +--
 .../camel/parser/java/MyRouteDuplicateIdTest.java  |  2 +-
 .../camel/parser/java/SimpleProcessorTest.java     |  8 +-
 .../apache/camel/parser/xml/XmlParseTreeTest.java  |  5 +-
 .../parser/xml/XmlWithPrefixParseTreeTest.java     |  5 +-
 .../camel/component/dummy/DummyEndpoint.java       |  4 +-
 .../camel/component/dummy/DummyProducer.java       |  2 +-
 .../apache/camel/component/ldap/LdapEndpoint.java  |  2 +-
 .../apache/camel/processor/MulticastProcessor.java | 12 +--
 24 files changed, 131 insertions(+), 138 deletions(-)