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:
  1. Exclude the proxy classes. This can be done by: exclude-class *$Proxy$_$$_*
  2. Set the JVM parameter -Xverify:none