Releases: newrelic-experimental/newrelic-java-camel
v3.0.5
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
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
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
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
v2.2.0
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
Updates to fix NullPointerExeception that was occurring in certain situations
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 Instrumentation V2
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+
Works with Java Agent 6.4.0 and later. Only necessary if using camel-jms extension.
To install:
- Download extensions.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 Instrumentation pre Java Agent 6.4.0
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