This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-generic.git
commit b7ea1fb8c01ae8caefff838c694947a14a3aac25 Author: Stefan Seifert <[email protected]> AuthorDate: Thu May 21 07:12:11 2015 +0000 SLING-4381 fix logic error for buckets with password; update readme git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680746 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fccf34f..3c2efba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Features: * Defines a simplified "NoSqlAdapter" concept that is implemented for each NoSQL database. It boils down to simple get/put/list operations. Query support is optional. * Complete implementation of Resource, ResourceProvider, ResourceProviderFactory and ValueMap based on the NoSqlAdapter * "Transaction management" of Sling CRUD (commit/revert methods) is implemented -* ValueMap supports String, Integer, Long, Double, Date, Calendar and InputStream/byte[] (binary data) and arrays of them. Date/Calendar and binary data is serialized to a string before storing, so the NoSQL databases have not to support them directly. +* ValueMap supports String, Integer, Long, Double, Date, Calendar and InputStream/byte\[\] (binary data) and arrays of them. Date/Calendar and binary data is serialized to a string before storing, so the NoSQL databases have not to support them directly. * Sends resource notifications via OSGi EventAdmin * Provides a "tests" JAR that can be used for integration tests with NoSQL databases to test the own adapter implementation +* Can be mounted as root provider without any JCR at all -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
