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/08 09:19:33 UTC

[camel] branch regen_bot updated (241f50c -> 711b790)

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 241f50c  Regen for commit 7a92d98f705ecfd5a9ea2740d619da3cf67206b3
     add 27d7044  Add jfr step for compiling java route
     add 2d04149  CAMEL-16163: RoutesBuilderLoader to be static service to be reused.
     add 5f336a3  CAMEL-16161: Route template does not support autoStartup
     add 65c5d9a  Upgrade Azure storage blob to version 12.10.0
     add 49f6188  Upgrade Azurite docker image to version 3.10.0
     add 64a096f  Sync deps
     add 711b790  Regen for commit 64a096ff2db4d8334d84bf65afa3c1616fe5bc65

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   (241f50c)
            \
             N -- N -- N   refs/heads/regen_bot (711b790)

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:
 camel-dependencies/pom.xml                         |  2 +-
 .../language/joor/JoorRoutesBuilderLoader.java     | 38 ++++++++++++----------
 .../org/apache/camel/spi/RoutesBuilderLoader.java  |  5 ++-
 .../java/org/apache/camel/spi/RoutesLoader.java    |  1 +
 .../camel/impl/engine/DefaultRoutesLoader.java     | 29 ++++++++++++-----
 .../camel/model/RouteTemplateDefinition.java       |  9 +++--
 .../camel/support/RoutesBuilderLoaderSupport.java  | 22 +++++++------
 .../camel/xml/in/XmlRoutesBuilderLoader.java       | 22 ++++---------
 .../camel/xml/jaxb/JaxbXmlRoutesBuilderLoader.java | 26 +++++----------
 parent/pom.xml                                     |  2 +-
 .../azure/common/services/AzuriteContainer.java    |  2 +-
 11 files changed, 83 insertions(+), 75 deletions(-)
 copy components/camel-cdi/src/test/java/org/apache/camel/cdi/bean/CamelContextAwareBean.java => core/camel-support/src/main/java/org/apache/camel/support/RoutesBuilderLoaderSupport.java (77%)