Skip to content

Releases: newrelic-experimental/newrelic-java-camel

v3.0.5

20 Nov 14:13
6630bad
Compare
Choose a tag to compare

Bug Fixes

  • Fixed incorrect verify intervals
  • Fixed verify interval problems
  • Fixed verify interval problems
  • Merge pull request #26 from newrelic-experimental/fix_verify_intervals

Full Changelog: (v3.0.4...v3.0.5)

v3.0.4

03 Jul 13:59
802b8af
Compare
Choose a tag to compare

Bug Fixes

  • Added camel-kafka-3.22.0 and fixed build for camel-core-3.1
  • Ixed merge problem

Full Changelog: (v3.0.3...v3.0.4)

v3.0.3

29 Jan 16:16
Compare
Choose a tag to compare

Bug Fixes

  • Ixed further problems with distributed tracing headers
  • Ixed further problems with distributed tracing headers

Full Changelog: (v3.0.2...v3.0.3)

v3.0.0

28 Nov 06:43
e462c58
Compare
Choose a tag to compare

Features

  • Added enhancement for Camel core for the version 3.9 and above

Enhancements

  • Added support for Camel Netty and Camel Kafka

Bug Fixes

  • Merge pull request #18 from newrelic-experimental/merge-fixes

Full Changelog: (v2.2.1...v3.0.0)

v2.2.1

02 Nov 07:00
Compare
Choose a tag to compare

Bug Fixes

  • Updated title information

Full Changelog: (v2.2.0...v2.2.1)

v2.2.0

20 Sep 09:29
1c07746
Compare
Choose a tag to compare

Enhancements

  • Added Support for Camel 4.0 Framework

Java 17 Support

To ensure compatibility with Java 17, please use New Relic Java Agent version 7.4.0 or higher.
If you're not using Java 17, you can safely remove camel-core-jms-4.0.0.jar from the extensions directory.
Failure to follow these recommendations may lead to application crashes.

Full Changelog: 2.1...v2.2.0

Camel Instrumentation V2.1

03 Jan 15:26
6fe011f
Compare
Choose a tag to compare

Updates to fix NullPointerExeception that was occurring in certain situations
Works with Java Agent 6.4.0 and later.

To install:

  1. Download instrumentation.tar
  2. In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist
  3. Extract the jar files in extensions.tar into the extensions directory
  4. Restart the application.

Camel Instrumentation V2

28 Sep 20:48
Compare
Choose a tag to compare

Updates to cover recent releases
Works with Java Agent 6.4.0 and later.

To install:

  • Download instrumentation.tar
  • In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist
  • Extract the jar files in extensions.tar into the extensions directory
  • Restart the application.

Camel-JMS-Agent 6.4.0+

09 Feb 19:52
cc1dddf
Compare
Choose a tag to compare

Works with Java Agent 6.4.0 and later. Only necessary if using camel-jms extension.

To install:

  1. Download extensions.tar
  2. In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it does not already exist
  3. Extract the jar files in extensions.tar into the extensions directory
  4. Restart the application.

Camel Instrumentation pre Java Agent 6.4.0

31 Dec 16:52
Compare
Choose a tag to compare

This build is the initial release of the instrumentation for Apache Camel. Don't use if using camel-jms extension and Java Agent 6.4.0 or later