commit | cda58d6764bf92dcbaafdb1108324a7618dca567 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <sseifert@apache.org> | Wed Feb 24 12:20:17 2016 +0000 |
committer | Stefan Seifert <sseifert@apache.org> | Wed Feb 24 12:20:17 2016 +0000 |
tree | eb602e8b871ea18fba6b1b3e2279b34211bd1602 | |
parent | 505462272caa80fae0965ef43fd0ffc07a16f2c4 [diff] |
[maven-release-plugin] prepare release org.apache.sling.nosql.couchbase-resourceprovider-1.1.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1732120 13f79535-47bb-0310-9956-ffa450edef68
Sling ResourceProvider implementation that uses Couchbase NoSQL database as persistence.
Based on the “Apache Sling NoSQL Generic Resource Provider” and “Apache Sling NoSQL Couchbase Client”.
Couchbase Server 4.0 with N1QL support is required for this implementation.
To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket):
mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test