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/11/03 01:17:53 UTC

[camel-karaf] branch automatic-periodic-sync updated (d92a1ec -> 7830c05)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    omit d92a1ec  [create-pull-request] automated change
     add 9fec3f4  [create-pull-request] automated change
     add 7ab5a4f  CAMEL-15784: camel-core - Optimize to remove not needed factory finder in type converter
     add 61c9112  CAMEL-15784: camel-core - Optimize with bootstrap factory finder.
     add 6502a80  CAMEL-15784: camel-core - Optimize with bootstrap factory finder.
     add 7830c05  CAMEL-15760: camel-blueprint / osgi should not throw WARN when shutting down about NoSuchComponentException.

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   (d92a1ec)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (7830c05)

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/blueprint/BlueprintCamelContext.java     |  8 ++++----
 .../org/apache/camel/core/osgi/OsgiDefaultCamelContext.java   |  8 +++++---
 .../org/apache/camel/core/osgi/OsgiFactoryFinderResolver.java |  5 +++++
 .../java/org/apache/camel/core/osgi/OsgiTypeConverter.java    | 11 ++++-------
 4 files changed, 18 insertions(+), 14 deletions(-)