commit | 83da11c1c84cc82c75888adc3ac079e5ae59b154 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Mon Oct 28 17:48:53 2024 +0100 |
committer | Robert Munteanu <rombert@apache.org> | Mon Oct 28 18:06:16 2024 +0100 |
tree | f89dc4c8aff57f6b89eb6361acd992c33f276a4d | |
parent | e0a607136039f4d1af0c8c5d082083493db87dd4 [diff] |
SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org
This module is part of the Apache Sling project.
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