You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/01/11 09:27:04 UTC

[sling-org-apache-sling-karaf-configs] branch master updated: SLING-8988 Remove NoSQL features

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git


The following commit(s) were added to refs/heads/master by this push:
     new c2b63c5  SLING-8988 Remove NoSQL features
c2b63c5 is described below

commit c2b63c58e23de870293be7c55ccb75b30b1607b0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jan 11 06:55:27 2020 +0100

    SLING-8988 Remove NoSQL features
---
 pom.xml                                                   | 15 ---------------
 ...e.client.CouchbaseClient.factory.config-default.config |  4 ----
 ...lResourceProviderFactory.factory.config-default.config |  1 -
 ...lResourceProviderFactory.factory.config-default.config |  4 ----
 4 files changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9488066..dd9cbc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,21 +178,6 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
-                  <classifier>org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default</classifier>
-                  <file>src/main/resources/org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default.config</file>
-                  <type>config</type>
-                </artifact>
-                <artifact>
-                  <classifier>org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default</classifier>
-                  <file>src/main/resources/org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default.config</file>
-                  <type>config</type>
-                </artifact>
-                <artifact>
-                  <classifier>org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default</classifier>
-                  <file>src/main/resources/org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default.config</file>
-                  <type>config</type>
-                </artifact>
-                <artifact>
                   <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event</classifier>
                   <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config</file>
                   <type>config</type>
diff --git a/src/main/resources/org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default.config b/src/main/resources/org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default.config
deleted file mode 100644
index 466c51c..0000000
--- a/src/main/resources/org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default.config
+++ /dev/null
@@ -1,4 +0,0 @@
-clientId="sling-resourceprovider-couchbase"
-couchbaseHosts="localhost:8091"
-bucketName="sling"
-enabled=B"true"
diff --git a/src/main/resources/org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default.config b/src/main/resources/org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default.config
deleted file mode 100644
index 72eccc6..0000000
--- a/src/main/resources/org.apache.sling.nosql.couchbase.resourceprovider.CouchbaseNoSqlResourceProviderFactory.factory.config-default.config
+++ /dev/null
@@ -1 +0,0 @@
-provider.roots=["/"]
diff --git a/src/main/resources/org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default.config b/src/main/resources/org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default.config
deleted file mode 100644
index b39aaa7..0000000
--- a/src/main/resources/org.apache.sling.nosql.mongodb.resourceprovider.MongoDBNoSqlResourceProviderFactory.factory.config-default.config
+++ /dev/null
@@ -1,4 +0,0 @@
-provider.roots=["/"]
-connectionString="localhost:27017"
-database="sling"
-collection="resources"