This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 721761d CAMEL-15241 Remove camel-couchbase karaf feature
721761d is described below
commit 721761dbf44064c98dc58cd1c41c9eab86d85abd
Author: mmelko <[email protected]>
AuthorDate: Thu Jun 25 11:27:45 2020 +0200
CAMEL-15241 Remove camel-couchbase karaf feature
---
docs/modules/ROOT/pages/components.adoc | 5 +----
platforms/karaf/features/src/main/resources/features.xml | 6 ------
pom.xml | 1 -
3 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/docs/modules/ROOT/pages/components.adoc
b/docs/modules/ROOT/pages/components.adoc
index b07d285..1834b6c 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as
Karaf features
== Camel Components
// components: START
-Number of Camel components: 207 in 207 JAR artifacts (1 deprecated)
+Number of Camel components: 206 in 206 JAR artifacts (1 deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
@@ -146,9 +146,6 @@ Number of Camel components: 207 in 207 JAR artifacts (1
deprecated)
| xref:components::corda-component.adoc[Corda] (camel-corda) +
`corda:node` | 2.23 | Perform operations against Corda blockchain platform
using corda-rpc library.
-| xref:components::couchbase-component.adoc[Couchbase] (camel-couchbase) +
-`couchbase:protocol:hostname:port` | 2.19 | Query Couchbase Views with a poll
strategy and/or perform various operations against Couchbase databases.
-
| xref:components::couchdb-component.adoc[CouchDB] (camel-couchdb) +
`couchdb:protocol:hostname:port/database` | 2.11 | Consume changesets for
inserts, updates and deletes in a CouchDB database, as well as get, save,
update and delete documents from a CouchDB database.
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index 9e4c4b7..f1cfdbe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -791,12 +791,6 @@
<bundle
dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax-servlet-api-version}</bundle>
<bundle>mvn:org.apache.camel/camel-couchdb/${project.version}</bundle>
</feature>
- <feature name='camel-couchbase' version='${project.version}'
start-level='50'>
- <feature version='${project.version}'>camel-core</feature>
- <bundle
dependency='true'>wrap:mvn:net.spy/spymemcached/${spymemcached-version}</bundle>
- <bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.couchbase-client/${couchbase-client-bundle-version}</bundle>
- <bundle>mvn:org.apache.camel/camel-couchbase/${project.version}</bundle>
- </feature>
<feature name='camel-cron' version='${project.version}' start-level='50'>
<feature version='${project.version}'>camel-core</feature>
<bundle>mvn:org.apache.camel/camel-cron/${project.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 77c9ee9..22ce603 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,6 @@
<cometd-java-server-bundle-version>2.3.1_2</cometd-java-server-bundle-version>
<commons-httpclient-bundle-version>3.1_7</commons-httpclient-bundle-version>
<consul-client-bundle-version>1.3.3_1</consul-client-bundle-version>
-
<couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version>
<digitalocean-api-client-bundle-version>2.17_1</digitalocean-api-client-bundle-version>
<digitalpetri-fsm-client>0.2</digitalpetri-fsm-client>
<digitalpetri-netty-client>0.3</digitalpetri-netty-client>