TomcatInstrumentableClassLoader supports Tomcat 7.0.63+ as well

Issue: SPR-13210
This commit is contained in:
Juergen Hoeller
2015-07-15 00:02:55 +02:00
parent f4f508d869
commit 37f74e76f6
4 changed files with 63 additions and 8 deletions

View File

@@ -3451,10 +3451,9 @@ Tomcat 6.0 and above.
[TIP]
====
Do not define `TomcatInstrumentableClassLoader` anymore as of Tomcat 7.0.44+ / 8.0.
Do not define `TomcatInstrumentableClassLoader` anymore on Tomcat 8.0 and higher.
Instead, let Spring automatically use Tomcat's new native `InstrumentableClassLoader`
facility through the `TomcatLoadTimeWeaver` strategy, in particular on Tomcat 7.0.63+
where `TomcatInstrumentableClassLoader` does not work at all anymore.
facility through the `TomcatLoadTimeWeaver` strategy.
====
If you still need to use `TomcatInstrumentableClassLoader`, it can be registered