Releases: newrelic-experimental/newrelic-java-quarkus
Releases · newrelic-experimental/newrelic-java-quarkus
v2.1.1
What's Changed
- Quarkus enhancement by @gsidhwani-nr in #6
- Updated release.yml for JDK 17 build by @gsidhwani-nr in #7
- Fixed Transaction naming issue
- Revised guidelines for integrating extra instrumentation tools with Quarkus, including Smallrye, JBoss Executors, and Vert.x
New Contributors
- @gsidhwani-nr made their first contribution in #6
Full Changelog: v2.0.1...v2.1.1
v2.0.1
Quarkus Instrumentation V2
Includes support for Quarkus Resteasy 2.11.0.Final and later
- Download the release instrumentation.tar
- In the New Relic Java Agent directory (the one with newrelic.jar), create a directory named extensions if it does not already exist.
- Extract the release jars in instrumentation.tar into the extensions directory.
- Restart the application
Instrumentation for Quarkus
1.In the New Relic Java Agent directory (the one with newrelic.jar), create a directory named extensions if it does not already exist.
2.Copy the release jars into the extensions directory.
3. Restart the application