Class AppContextLeakPreventer

  • All Implemented Interfaces:
    LifeCycle

    @Deprecated
    public class AppContextLeakPreventer
    extends AbstractLeakPreventer
    Deprecated.
    This api is not supported anymore. Please do not use it.
    AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader. Inspired by Tomcat JreMemoryLeakPrevention.
    • Constructor Detail

      • AppContextLeakPreventer

        public AppContextLeakPreventer()
        Deprecated.