Skip to content

Releases: newrelic-experimental/newrelic-java-executors

v4.0.1

25 Sep 08:50
094e70f
Compare
Choose a tag to compare

Build Upgrades

  • Updated vendor title and added release workflow

Full Changelog: (3.0...v4.0.1)

Java Executors Instrumentation V3.0

21 Nov 19:33
a7a525d
Compare
Choose a tag to compare

This release fixes

Added support for Java 17

To use:

Follow the Installation instructions in the main README

Note that executors-10.jar works with Java versions 10 to 16
executors-17.jar works with Java 17

Java Executors Instrumentation V2.1

03 Jun 14:50
f22fc7f
Compare
Choose a tag to compare

This release fixes

  • Problem where a NullPointerException could be thrown when the instrumentation tried to link to a null token
  • Removed "$$Lambda" from the Runnable class name that is sometimes reported as the underlying Runnable

To use:

Follow the Installation instructions in the main README

Note that executors-10.jar works with Java versions 10 & beyond

Java Executors Instrumentation V2

22 Mar 21:20
f65cb39
Compare
Choose a tag to compare

This release include support for the java.util.concurrent.ExecutorCompletionService class that was not covered by the previous release

To use:

Follow the Installation instructions in the main README

Note that executors-10.jar works with Java versions 10 & beyond

Instrumentation for Java Executor Services

30 Mar 21:10
2c3e3d1
Compare
Choose a tag to compare

To use:

Follow the Installation instructions in the main README

Note that executors-10.jar works with Java versions 10 & beyond