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 0326b32 Add usage info
new a31e025 Aries whiteboard bundle starts
new 531c913 TestService works, without sling engine bundle for now
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:
.../.gitignore | 0
aries-jax-rs-whiteboard/README.md | 16 ++++++++
.../bnd.bnd | 0
.../pom.xml | 45 ++++++++++++++--------
.../java/org/apache/sling/jaxrs/TestService.java | 35 +++++++++++------
.../features/feature-aries-jars-sample.json | 34 ++++++++++------
.../test}/resources/features/feature-sling12.json | 2 +-
7 files changed, 92 insertions(+), 40 deletions(-)
copy {remote-content-api => aries-jax-rs-whiteboard}/.gitignore (100%)
create mode 100644 aries-jax-rs-whiteboard/README.md
copy {remote-content-api/sample-graphql-api =>
aries-jax-rs-whiteboard}/bnd.bnd (100%)
copy {remote-content-api/unused-for-now/sample-http-api =>
aries-jax-rs-whiteboard}/pom.xml (79%)
copy
remote-content-api/document-aggregator/src/main/java/org/apache/sling/documentaggregator/impl/JsonDocumentTree.java
=>
aries-jax-rs-whiteboard/src/main/java/org/apache/sling/jaxrs/TestService.java
(54%)
copy
remote-content-api/unused-for-now/sample-http-api/src/main/resources/features/feature-remote-content-api.json
=>
aries-jax-rs-whiteboard/src/test/resources/features/feature-aries-jars-sample.json
(50%)
copy {remote-content-api/sample-graphql-api/src/main =>
aries-jax-rs-whiteboard/src/test}/resources/features/feature-sling12.json (99%)