chetanmeh commented on a change in pull request #3: SLING-7669 StartupManager 
overwrites the frameworkstartlevel property…
URL: 
https://github.com/apache/sling-org-apache-sling-launchpad-base/pull/3#discussion_r189160079
 
 

 ##########
 File path: 
src/main/java/org/apache/sling/launchpad/base/shared/SharedConstants.java
 ##########
 @@ -132,10 +132,19 @@
      * The name of the configuration property defining the startlevel
      * for installs and updates. The framework starts with this start level
      * and the startup manager increases the start level one by one until
-     * the initial framework start level is reached (value is 
"sling.framework.install.startlevel").
+     * the target start level is reached ({@value 
#SLING_INSTALL_TARGETSTARTLEVEL}).
      * This level is only used if {@link #SLING_INSTALL_INCREMENTAL_START} is
      * enabled. Default value is 10.
      * @since 2.4.0
      */
     public static final String SLING_INSTALL_STARTLEVEL = 
"sling.framework.install.startlevel";
+
+    /**
+     * The name of the configuration property defining the target startlevel
+     * The framework starts with the startlevel of {@value 
#SLING_INSTALL_STARTLEVEL}
+     * and the stops when it reaches this level
+     * Default value is the value of the osgi initial framework start level
+     * @see {@link #SLING_INSTALL_STARTLEVEL}
+     */
+    public static final String SLING_INSTALL_TARGETSTARTLEVEL = 
"sling.framework.install.targetstartlevel";
 
 Review comment:
   May be use  CamelCase for property value

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to