This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from 2b30ec0 Add /userinfo
new 0eb969a JSON store, first commit
new beb26ec Initial schema storage
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
json-store/README.md | 41 ++++++++++
json-store/example-data/example-schema.json | 23 ++++++
.../document-aggregator => json-store}/pom.xml | 55 ++++++-------
.../org/apache/sling/jsonstore/api/JsonStore.java | 21 +++--
.../sling/jsonstore/api/JsonStoreConstants.java | 41 ++++++++++
.../apache/sling/jsonstore/impl/JsonStoreImpl.java | 89 ++++++++++++++++++++++
.../apache/sling/jsonstore/impl/SchemaServlet.java | 73 ++++++++++++++++++
.../apache/sling/jsonstore/impl/SitesServlet.java | 59 ++++++++++++++
8 files changed, 360 insertions(+), 42 deletions(-)
create mode 100644 json-store/README.md
create mode 100644 json-store/example-data/example-schema.json
copy {remote-content-api/document-aggregator => json-store}/pom.xml (75%)
copy
chunked-distribution/src/test/java/org/apache/sling/distribution/chunked/ResourceHelper.java
=> json-store/src/main/java/org/apache/sling/jsonstore/api/JsonStore.java (65%)
create mode 100644
json-store/src/main/java/org/apache/sling/jsonstore/api/JsonStoreConstants.java
create mode 100644
json-store/src/main/java/org/apache/sling/jsonstore/impl/JsonStoreImpl.java
create mode 100644
json-store/src/main/java/org/apache/sling/jsonstore/impl/SchemaServlet.java
create mode 100644
json-store/src/main/java/org/apache/sling/jsonstore/impl/SitesServlet.java