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/12/01 17:47:47 UTC

[camel-karaf] branch CAMEL-18787/add-camel-elasticsearch updated (deb3ca01 -> 93adff72)

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

nfilotto pushed a change to branch CAMEL-18787/add-camel-elasticsearch
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


 discard deb3ca01 CAMEL-18787: Add the camel-elasticsearch Karaf feature
     new 93adff72 CAMEL-18787: Add the camel-elasticsearch Karaf 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   (deb3ca01)
            \
             N -- N -- N   refs/heads/CAMEL-18787/add-camel-elasticsearch (93adff72)

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:
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-karaf] 01/01: CAMEL-18787: Add the camel-elasticsearch Karaf 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-18787/add-camel-elasticsearch
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 93adff72e3c89dc1fb3b31c2ba0c4f7bcdb80fa0
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Dec 1 18:39:27 2022 +0100

    CAMEL-18787: Add the camel-elasticsearch Karaf feature
---
 .../karaf/features/src/main/resources/features.xml      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 9cd82aae..4baa07cf 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -809,6 +809,23 @@
     <bundle dependency="true">mvn:org.ehcache/ehcache/${ehcache3-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-ehcache/${project.version}</bundle>
   </feature>
+  <feature name='camel-elasticsearch' version='${project.version}' start-level='50'>
+    <feature version="${project.version}">camel-core</feature>
+    <feature prerequisite='true'>wrap</feature>
+    <bundle dependency='true'>wrap:mvn:co.elastic.clients/elasticsearch-java/${elasticsearch-java-client-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:org.elasticsearch.client/elasticsearch-rest-client/${elasticsearch-java-client-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
+    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpasyncclient-osgi/${httpasyncclient-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:org.elasticsearch.client/elasticsearch-rest-client-sniffer/${elasticsearch-java-client-sniffer-version}</bundle>
+    <bundle dependency='true'>mvn:jakarta.json/jakarta.json-api/2.0.1</bundle>
+    <bundle dependency='true'>mvn:org.eclipse.parsson/parsson/1.0.0</bundle>
+    <bundle dependency='true'>mvn:org.glassfish/jakarta.json/2.0.1</bundle>
+    <bundle>mvn:org.apache.camel/camel-elasticsearch/${project.version}</bundle>
+  </feature>
   <feature name='camel-elasticsearch-rest' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature>http</feature>