You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/07/29 13:34:08 UTC

[sling-site] branch master updated: Add link for bundled scripts

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

kwin 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 ed0e0f2  Add link for bundled scripts
ed0e0f2 is described below

commit ed0e0f292d59ebffe713883db04bb73e36aa48d8
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jul 29 15:34:02 2021 +0200

    Add link for bundled scripts
---
 src/main/jbake/content/documentation/bundles/scripting.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/jbake/content/documentation/bundles/scripting.md b/src/main/jbake/content/documentation/bundles/scripting.md
index 6252697..171af57 100644
--- a/src/main/jbake/content/documentation/bundles/scripting.md
+++ b/src/main/jbake/content/documentation/bundles/scripting.md
@@ -67,6 +67,10 @@ Mapping `html` to Thymeleaf 3.0:
       "html=Thymeleaf:3.0"
     ]
 
+## Bundled Scripts
+
+Scripts may also be provided in OSGi bundles (precompiled or embedded) since [Sling Servlet Resolver 2.7.0](https://github.com/apache/sling-org-apache-sling-servlets-resolver#bundled-scripts).
+
 ## Script encoding
 
 All scripts backed by Sling resources get their character encoding from the [character encoding set in the resource metadata](../the-sling-engine/resources.html#resource-properties). For JCR based resources this is retrieved from the underlying `jcr:encoding` JCR property. If not set it will fall back to UTF-8.