https://bz.apache.org/bugzilla/show_bug.cgi?id=59270

            Bug ID: 59270
           Summary: Regression with Spring with AspectJ Load-Time Weaving
           Product: Tomcat 8
           Version: 8.0.33
          Hardware: PC
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: andrei.iva...@gmail.com

It looks like the custom class loader isn't getting used anymore in 8.0.33.

With spring-instrument-tomcat-4.2.5.RELEASE.jar in the Tomcat lib folder and 
<Context>
    <Loader
loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader"
/>
</Context>

in the context.xml of the web application.

Deployed in 8.0.22, I see TomcatInstrumentableClassLoader getting invoked
immediately when the app starts deploying and no calls in 8.0.33.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to