Author: buildbot
Date: Thu Jun 11 13:21:29 2015
New Revision: 954497

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/development/slingstart.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 11 13:21:29 2015
@@ -1 +1 @@
-1683618
+1684885

Modified: 
websites/staging/sling/trunk/content/documentation/development/slingstart.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/development/slingstart.html 
(original)
+++ 
websites/staging/sling/trunk/content/documentation/development/slingstart.html 
Thu Jun 11 13:21:29 2015
@@ -265,8 +265,27 @@ In addition, it can also remove artifact
 
 
 <p>Note that the version for removal does not play a role, it's not compared 
for an exact match. Configurations can be removed in the same way by just 
specifying their PID in the :remove run mode.</p>
+<h2 id="known-issues">Known Issues</h2>
+<h3 id="support-of-configuration-formats">Support of configuration formats</h3>
+<p>The provisioning model supports two formats to define configurations, 
properties and the format of the Apache Felix ConfigAdmin implementation.</p>
+<p>Starting with version 1.2.0 of the provisioning model and version 1.2.0 of 
the slingstart maven plugin, the implementation uses the latest format from 
Apache Felix, version 1.8.6 of the ConfigAdmin. This requires you to use 
version 3.6.6 (or higher) of the OSGi installer core bundle to handle these 
configurations.</p>
+<p>If you want to stick with the old format from config admin, you can 
configure the maven plugin as follows:</p>
+<div class="codehilite"><pre><span class="nt">&lt;plugin&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.sling<span 
class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>slingstart-maven-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;extensions&gt;</span>true<span 
class="nt">&lt;/extensions&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.2.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;dependencies&gt;</span>
+        <span class="nt">&lt;dependency&gt;</span>
+            <span class="nt">&lt;groupId&gt;</span>org.apache.felix<span 
class="nt">&lt;/groupId&gt;</span>
+            <span 
class="nt">&lt;artifactId&gt;</span>org.apache.felix.configadmin<span 
class="nt">&lt;/artifactId&gt;</span>
+            <span class="nt">&lt;version&gt;</span>1.8.4<span 
class="nt">&lt;/version&gt;</span>
+        <span class="nt">&lt;/dependency&gt;</span>
+    <span class="nt">&lt;/dependencies&gt;</span>
+<span class="nt">&lt;/plugin&gt;</span>
+</pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1678263 by cziegeler on Thu, 7 May 2015 21:22:11 +0000
+        Rev. 1684885 by cziegeler on Thu, 11 Jun 2015 13:21:16 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to