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 2019/07/04 14:10:38 UTC

[sling-whiteboard] branch master updated: Update README.md

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 90aaed6  Update README.md
90aaed6 is described below

commit 90aaed60a4313ef5256a603d993a350785c19f45
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Jul 4 16:10:34 2019 +0200

    Update README.md
---
 graalvm/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graalvm/README.md b/graalvm/README.md
index d71ea46..6f3e603 100644
--- a/graalvm/README.md
+++ b/graalvm/README.md
@@ -1,5 +1,7 @@
 # sling-graalvm
-Experimenting with GraalVM to run Apache Sling modules
+Experimenting with GraalVM to run a useful subset of Apache Sling modules, focusing on request processing, resource resolution and servlet resolution and execution for now.
+
+See also [SLING-8556](https://issues.apache.org/jira/browse/SLING-8556).
 
 To build and run the native version, setup GraalVM to get something like this:
 
@@ -31,4 +33,4 @@ using
     mvn clean compile bnd:bnd-process quarkus:dev
 
 The **native startup time** is about 5 seconds on my box, but just a few
-milliseconds when runnning in a Docker image.
\ No newline at end of file
+milliseconds when runnning in a Docker image.