Class AppContextLeakPreventer

  • All Implemented Interfaces:
    LifeCycle

    @Deprecated(since="2021-05-27")
    public class AppContextLeakPreventer
    extends AbstractLeakPreventer
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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.