Instrumentation in the Weld framework
Background:
Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI). This page provides information what adaptations are necessary in inspectIT to support applications that base on Weld.
Necessary adaptations:
- Exclude the proxy classes. This can be done by:Â exclude-class *$Proxy$_$$_*
- Set the JVM parameter -Xverify:none