This is an automated email from the ASF dual-hosted git repository.
rombert 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 4dbc2ba Release Sling 10
4dbc2ba is described below
commit 4dbc2babfdeea69e60e76359efecf6cde4075835
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Feb 6 13:57:23 2018 +0200
Release Sling 10
---
news.html | 3 ++-
news/sling-10-released.html | 15 ++-------------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/news.html b/news.html
index 96c172e..48c2117 100644
--- a/news.html
+++ b/news.html
@@ -88,6 +88,7 @@
</div><h1 class="pagetitle">
News
</h1><div class="row"><div class="small-12 columns"><section
class="wrap"><ul>
+ <li>Released <a href="/news/sling-10-released">Apache Sling 10</a> (February
6th, 2018)</li>
<li>Released <a href="/news/sling-ide-tooling-12-released.html">Apache Sling
IDE Tooling for Eclipse 1.2.0</a> (January 21st, 2018).</li>
<li>Sling has moved to Git (October 20, 2017)</li>
<li>The <a href="https://adapt.to/2017/en.html">adaptTo() 2017
conference</a> took place in Berlin. (September 25-27, 2017).</li>
@@ -117,7 +118,7 @@
</blockquote></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">Mon Jan 22 00:29:06 2018 +0200</span>
+ Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">Tue Feb 6 13:54:03 2018 +0200</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/news/sling-10-released.html b/news/sling-10-released.html
index 1d93bf9..0dea3fc 100644
--- a/news/sling-10-released.html
+++ b/news/sling-10-released.html
@@ -133,21 +133,10 @@
<h2><a href="#support-for-mounting-json-files-in-the-bundle-resource-provider"
name="support-for-mounting-json-files-in-the-bundle-resource-provider">Support
for mounting JSON files in the bundle resource provider</a></h2>
<p>The bundle resource provider now allows adding JSON files which hold
properties for various nodes.</p>
<p>The feature can be enabled by adding a directive to the header entry:
<code>propsJSON:=EXTENSION</code>, e.g. <code>propsJSON=json</code>. All files
having the configured extension will be treat as JSON files containing
properties for the resources.</p>
-<p>It is possible to have a file and a JSON file for the same resource,
like</p>
-<pre><code>/libs/system/myscript.txt
-/libs/system/myscript.txt.json
-</code></pre>
-<p>The json file will then contain properties (value map) for the resource,
this includes defining the resource type. Such a json file can also contain a
deep tree of objects like:</p>
-<pre><code>{
- "name" : "myscript",
- "child" : {
- "foo" : "bar";
- }
-}
-</code></pre></section></div></div>
+<p>See the <a
href="https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html">Bundle
resources documentation</a> for more details.</p></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">Sun Feb 4 01:01:51 2018 +0200</span>
+ Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">Tue Feb 6 13:52:27 2018 +0200</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>
--
To stop receiving notification emails like this one, please contact
[email protected].