You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/12/21 10:07:28 UTC

svn commit: r1721108 - /sling/trunk/launchpad/base/src/main/resources/sling.properties

Author: cziegeler
Date: Mon Dec 21 09:07:28 2015
New Revision: 1721108

URL: http://svn.apache.org/viewvc?rev=1721108&view=rev
Log:
SLING-5394 : Disable non-standard functionalilty for Apache Felix SCR factory components

Modified:
    sling/trunk/launchpad/base/src/main/resources/sling.properties

Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=1721108&r1=1721107&r2=1721108&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Mon Dec 21 09:07:28 2015
@@ -102,12 +102,6 @@ org.apache.sling.commons.log.file.size =
 # Logging configuration for the SCR (if installed)
 ds.loglevel = ${org.apache.sling.commons.log.level}
 
-# Some Sling bundles depend on the non-standard functionality of Apache Felix
-# SCR to create component factory instances based on factory configurations
-# so we have to set the ds.factory.enabled property for the upcoming Apache
-# Felix SCR release (and current 1.0.9-SNAPSHOT builds) to support this.
-# see SLING-1136 for more details and references
-ds.factory.enabled = true
 
 #
 # Space separated list of URLs to the OSGi Bundle Repository files.