You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/06/14 08:53:07 UTC

[camel-karaf] branch CAMEL-18183/wrong-bundle-for-camel-azure-storage-datalake updated (b6b65eda -> e162ffba)

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

nfilotto pushed a change to branch CAMEL-18183/wrong-bundle-for-camel-azure-storage-datalake
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


 discard b6b65eda CAMEL-18183: Wrong definition in the camel-azure-storage-datalake feature
     new e162ffba CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature

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   (b6b65eda)
            \
             N -- N -- N   refs/heads/CAMEL-18183/wrong-bundle-for-camel-azure-storage-datalake (e162ffba)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[camel-karaf] 01/01: CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-18183/wrong-bundle-for-camel-azure-storage-datalake
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit e162ffba14b87443ecbb5229625d4759caac6294
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Tue Jun 14 10:51:54 2022 +0200

    CAMEL-18183: Wrong bundle in the camel-azure-storage-datalake feature
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5ea68858..aa985afa 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -432,7 +432,7 @@
     <bundle dependency='true'>mvn:org.ow2.asm/asm-commons/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-tree/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-util/${asm.bundle.version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-azure-storage-blob/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-azure-storage-datalake/${project.version}</bundle>
   </feature>
   <feature name='camel-azure-storage-queue' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>