Registry / utility / spring-instrument-tomcat

spring-instrument-tomcat

JSON →
library4.3.30.RELEASEjavamavenunverified

Provides Tomcat-specific instrumentation support for Spring Framework, enabling class transformation in Tomcat containers.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-instrument-tomcat</artifactId> <version>4.3.30.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INSTRUMENT-
S
spring-instrument-tomcat
utilityjavav4.3.30.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TomcatInstrumentableClassLoader
org.springframework.instrument.tomcat.TomcatInstrumentableClassLoader

Demonstrates usage of TomcatInstrumentableClassLoader.

import org.springframework.instrument.tomcat.TomcatInstrumentableClassLoader; public class Example { public static void main(String[] args) { TomcatInstrumentableClassLoader loader = new TomcatInstrumentableClassLoader(); System.out.println(loader.getClass().getName()); } }
Debug
Known issues
breakingThis package is part of Spring Framework 4.x and may not be compatible with newer Tomcat versions.
fix
Upgrade to Spring Boot or use spring-instrument for broader compatibility.
affects: <=4.3.30.RELEASE
Upgrade
Version history
4.3.30.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-instrument-tomcat — mvn dependency:get spring-instrument-tomcat · libregistry