You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2022/03/04 07:43:55 UTC

[sling-site] branch master updated: [pipes] adapting java dependency mention

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8390adb  [pipes] adapting java dependency mention
8390adb is described below

commit 8390adb4850a0499c395da3e50d3b393ed98a35a
Author: Nicolas Peltier <np...@apache.org>
AuthorDate: Fri Mar 4 08:43:44 2022 +0100

    [pipes] adapting java dependency mention
---
 src/main/jbake/content/documentation/bundles/sling-pipes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/sling-pipes.md b/src/main/jbake/content/documentation/bundles/sling-pipes.md
index 1f67cae..42ed68a 100644
--- a/src/main/jbake/content/documentation/bundles/sling-pipes.md
+++ b/src/main/jbake/content/documentation/bundles/sling-pipes.md
@@ -64,6 +64,6 @@ and have a look at some [other samples](/documentation/bundles/sling-pipes/sampl
 ## Compatibility
 For running this tool on a sling instance you need:
 
-- java 8 (Nashorn is used for expression)
+- java 8 (Nashorn is used for expression) for version < 4.0.0, for 4.0.0+ you are good with upper java versions
 - slingQuery (3.0.0) (used in SlingQueryPipe)
 - jackrabbit api (2.7.5+) (used in AuthorizablePipe)