[forge-issues] [JBoss JIRA] (FORGE-2259) Furnace should support disabling strict loading of addons based on API version

Lincoln Baxter III (JIRA) issues at jboss.org
Thu Feb 26 14:07:48 EST 2015


Lincoln Baxter III created FORGE-2259:
-----------------------------------------

             Summary: Furnace should support disabling strict loading of addons based on API version
                 Key: FORGE-2259
                 URL: https://issues.jboss.org/browse/FORGE-2259
             Project: Forge
          Issue Type: Feature Request
          Components: Furnace (Container)
    Affects Versions: 2.14.0.Final
            Reporter: Lincoln Baxter III


{code}

   /**
    * Set this {@link Furnace} instance to use strict {@link Version} checking when loading addons. If enabled, addons
    * with an {@link Furnace} API version higher than the current {@link Furnace} runtime version will not be loaded. If
    * disabled, addons will be loaded regardless of the {@link Furnace} runtime version on which they depend. (Defaults
    * to <code>true</code>.)
    */
   public void setStrictMode(boolean strict);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the forge-issues mailing list