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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 53aa238  Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/121/
53aa238 is described below

commit 53aa23873db77d691d106ccfc44f0b8a4df7edc1
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 11 23:29:17 2021 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/121/
---
 documentation/bundles/internationalization-support-i18n.html | 10 +++++++++-
 downloads.html                                               |  6 +++---
 releases.html                                                |  3 ++-
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/documentation/bundles/internationalization-support-i18n.html 
b/documentation/bundles/internationalization-support-i18n.html
index bf89f97..0557665 100644
--- a/documentation/bundles/internationalization-support-i18n.html
+++ b/documentation/bundles/internationalization-support-i18n.html
@@ -252,6 +252,14 @@
 <li><code>en</code></li>
 </ol>
 <p>In case there is a resource bundle requested for a locale without country 
or variant, there is only 1 fallback (i.e. the default locale). The last resort 
(root resource bundle in all hierarchies) is always the bundle which returns 
the requested key as the value.</p>
+<h4><a href="#locate-non-jcr-based-resourcebundle-resources" 
id="locate-non-jcr-based-resourcebundle-resources">Locate non JCR based 
ResourceBundle resources</a></h4>
+<p>Since version 2.5.16 the i18n bundle supports locating ResourceBundle 
resources that exist outside of the JCR repository.  A new osgi.extender 
technique can be utilized so that a bundle can declare certain paths that 
should be traversed to locate ResourceBundle resources.</p>
+<p>For example, the bundle providing the ResourceBundle resources can define 
something like this:</p>
+<pre><code>Require-Capability: 
osgi.extender;filter:=&quot;(&amp;(osgi.extender=org.apache.sling.i18n.resourcebundle.locator.registrar)(version&lt;=1.0.0)(!(version&gt;=2.0.0)))&quot;
+
+Provide-Capability: 
org.apache.sling.i18n.resourcebundle.locator;paths=&quot;/libs/i18n/path123&quot;;depth=1
+</code></pre>
+<p>The &quot;Provide-Capability&quot; instruction defines which (csv) resource 
paths to traverse via the &quot;paths&quot; clause and how deep to drill down 
via the optional &quot;depth&quot; clause (depth=1 by default) looking for 
candidates.</p>
 </section></div></div>                            
                         </div>
                     </div>
@@ -259,7 +267,7 @@
             </div><footer class="footer">
                 <div class="content has-text-centered is-small">
 <div class="revisionInfo">
-                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">Fri Jul 13 11:08:10 2018 +0200</span>
+                        Last modified by <span class="author">Eric 
Norman</span> on <span class="comment">Thu Mar 11 15:24:49 2021 -0800</span>
                     </div>                    <p>
                         Apache Sling, Sling, Apache, the Apache feather logo, 
and the Apache Sling project logo are trademarks of The Apache Software 
Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
                     </p><p>
diff --git a/downloads.html b/downloads.html
index 6b7e56c..5a6b1c4 100644
--- a/downloads.html
+++ b/downloads.html
@@ -422,9 +422,9 @@
                                                     </td></tr><tr><td>GraphQL 
Core</td><td>0.0.8</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-graphql-core";>GitHub</a>
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.graphql.core-0.0.8.jar">Bundle</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.graphql.core-0.0.8.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.graphql.core-0.0.8.jar.sha1";>sha1</a>)
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.graphql.core-0.0.8-source-release.zip">Source
 ZIP</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.graphql.core-0.0.8-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.graphql.core-0.0.8-source-release.zip.sha1";>sha1</a>)
-                                                    
</td></tr><tr><td>I18n</td><td>2.5.14</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-i18n";>GitHub</a>
-                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.i18n-2.5.14.jar">Bundle</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.14.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.14.jar.sha1";>sha1</a>)
-                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.i18n-2.5.14-source-release.zip">Source 
ZIP</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.14-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.14-source-release.zip.sha1";>sha1</a>)
+                                                    
</td></tr><tr><td>I18n</td><td>2.5.16</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-i18n";>GitHub</a>
+                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.i18n-2.5.16.jar">Bundle</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.16.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.16.jar.sha1";>sha1</a>)
+                                                    </td><td><a 
href="[preferred]sling/org.apache.sling.i18n-2.5.16-source-release.zip">Source 
ZIP</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.16-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.i18n-2.5.16-source-release.zip.sha1";>sha1</a>)
                                                     
</td></tr><tr><td>HApi</td><td>1.1.0</td><td><a 
href="https://github.com/apache/sling-org-apache-sling-hapi";>GitHub</a>
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.hapi-1.1.0.jar">Bundle</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.hapi-1.1.0.jar.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.hapi-1.1.0.jar.sha1";>sha1</a>)
                                                     </td><td><a 
href="[preferred]sling/org.apache.sling.hapi-1.1.0-source-release.zip">Source 
ZIP</a> (<a 
href="https://downloads.apache.org/sling/org.apache.sling.hapi-1.1.0-source-release.zip.asc";>asc</a>,
 <a 
href="https://downloads.apache.org/sling/org.apache.sling.hapi-1.1.0-source-release.zip.sha1";>sha1</a>)
diff --git a/releases.html b/releases.html
index d12c289..2de393c 100644
--- a/releases.html
+++ b/releases.html
@@ -101,6 +101,7 @@
 <div class="row"><div><section><p>This is a list of all our releases, 
available from our <a href="/downloads.cgi">downloads</a> page.</p>
 <h2><a href="#march-2021" id="march-2021">March 2021</a></h2>
 <ul>
+<li>i18n 2.5.16 (11th)</li>
 <li>XSS Protection API 2.2.12, Parent 41, Bundle Parent 41 (1st)</li>
 </ul>
 <h2><a href="#february-2021" id="february-2021">February 2021</a></h2>
@@ -2135,7 +2136,7 @@
             </div><footer class="footer">
                 <div class="content has-text-centered is-small">
 <div class="revisionInfo">
-                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">Mon Mar 1 20:39:27 2021 +0100</span>
+                        Last modified by <span class="author">Eric 
Norman</span> on <span class="comment">Thu Mar 11 15:24:49 2021 -0800</span>
                     </div>                    <p>
                         Apache Sling, Sling, Apache, the Apache feather logo, 
and the Apache Sling project logo are trademarks of The Apache Software 
Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
                     </p><p>

Reply via email to