You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/09/15 08:52:24 UTC

[sling-whiteboard] branch master updated: README += todo

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ca6870c  README += todo
ca6870c is described below

commit ca6870c6bd05356218ddcf91bf17c77e376a982a
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Sep 15 10:52:19 2021 +0200

    README += todo
---
 aries-jax-rs-whiteboard/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/aries-jax-rs-whiteboard/README.md b/aries-jax-rs-whiteboard/README.md
index 39de350..38a0bdf 100644
--- a/aries-jax-rs-whiteboard/README.md
+++ b/aries-jax-rs-whiteboard/README.md
@@ -24,5 +24,6 @@ A POST can increment the test counter, such as:
 
 ## TODO
 
-The JAX-RS servlet should use Sling authentication, mounting it on
-a resource type might be interesting.
+* The JAX-RS servlet should use Sling authentication, mounting it on
+a resource type might be interesting. The servlet that serves JAX-RS requests is currently registered by the [Aries Whiteboard class](https://github.com/apache/aries-jax-rs-whiteboard/blob/f6a23cd19e567c959ac71893f4f6013715680299/jax-rs.whiteboard/src/main/java/org/apache/aries/jax/rs/whiteboard/internal/Whiteboard.java#L1303)
+* Provide an [OpenAPI](https://www.openapis.org/) document describing the API.