https://bz.apache.org/bugzilla/show_bug.cgi?id=56126
--- Comment #7 from mda...@emergencycallworx.com <mda...@emergencycallworx.com> --- We are using spring-instrumentation on load using spring-instrument-tomcat-4.2.4 Based on what I'm reading, TomcatInstrumentableClassLoader is no longer required in context.xml. However up until 8.033, the following worked in context.xml: <Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader"/> TomcatInstrumentableClassLoader does not work as of 8.033. This is more of a note that something has changed between 8.032 and 8.033 that impacts spring load time weaving. For our application, TomcatInstrumentableClassLoader is required to work correctly in 8.032, TomcatInstrumentableClassLoader needs to be pulled to work correctly in 8.033. -- 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