commit | 2a1f9b8db8578fb0f63693c3f5caa30eca766a75 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <sseifert@apache.org> | Thu Sep 17 21:36:34 2015 +0000 |
committer | Stefan Seifert <sseifert@apache.org> | Thu Sep 17 21:36:34 2015 +0000 |
tree | 128f83b89dc111241c2968aaccf41c14793a3281 | |
parent | 8d650f9c5ef6a4659d259a3a8d876b96a909f252 [diff] |
[maven-release-plugin] prepare release org.apache.sling.nosql.couchbase-resourceprovider-1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703706 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