commit | 13e3f8ab01af81fc105f9c7f8a53679325d7cbe8 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Wed Apr 05 00:12:55 2023 +0300 |
committer | Robert Munteanu <rombert@apache.org> | Wed Apr 05 00:12:55 2023 +0300 |
tree | 73818dcd2c8afca63c77a851b6297025a3127158 | |
parent | 521703b21652132f242c2017dfb95b51a034e80b [diff] |
SLING-11709 - Set up Jira autolinks to all Sling Github projects Update .asf.yaml to respect defaults
This module is part of the Apache Sling project.
Sling ResourceProvider implementation that uses MongoDB NoSQL database as persistence.
Based on the “Apache Sling NoSQL Generic Resource Provider”.
All resource data is stored in one MongoDB database and one collection, using the path of the resource as “_id” property.
To run the integration tests you have to set up a real MongoDB server and run the tests with this command line (inserting the correct parameters):
mvn -Pmongodb-integration-test -DconnectionString=localhost:27017 -Ddatabase=sling -Dcollection=resources integration-test