You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/02/11 10:30:43 UTC

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

Author: fmeschbe
Date: Fri Feb 11 09:30:42 2011
New Revision: 1069719

URL: http://svn.apache.org/viewvc?rev=1069719&view=rev
Log:
SLING-1925 Improve the original fix by adding a new special property handled by the Sling launcher. This works both in clean startups as well as upgrade scenarios

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=1069719&r1=1069718&r2=1069719&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Fri Feb 11 09:30:42 2011
@@ -159,11 +159,12 @@ org.osgi.framework.system.packages= \
 # sun.* and/or com.sun.* may be included if there is code which - violating
 # specs by Sun - directly calls into these packages.
 # org.osgi.framework.bootdelegation=sun.*,com.sun.*
-# see SLING-1925 for details around sun.reflect 
 org.osgi.framework.bootdelegation=com.yourkit.*, \
- sun.reflect \
  ${org.apache.sling.launcher.bootdelegation}
 
+#
+# SLING-1925: boot delegate sun.reflect package 
+sling.bootdelegation.sun.reflect = sun.reflect
 
 #
 # Package Specifications for org.osgi.framework.system.packages