com.newrelic.weave.violation.BOOTSTRAP_CLASS.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newrelic-weaver Show documentation
Show all versions of newrelic-weaver Show documentation
The Weaver of the Java agent.
## BOOTSTRAP_CLASS ##
###Description###
This violation was raised because the @Weave class is attempting to match a bootstrap class but java.lang.instrument.Instrumentation was not provided to the weaver. In order to weave a bootstrap class we must have an implementation of the Instrumentation interface provided to the weaver.
###No Example###
© 2015 - 2024 Weber Informatics LLC | Privacy Policy