Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade New Relic Java Agent 8.5.0 -> 8.6.0 #785

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
New Relic Java Agent compile minor 8.5.0 -> 8.6.0

Release Notes

newrelic/newrelic-java-agent (New Relic Java Agent)

v8.6.0: Version 8.6.0

Compare Source

New features and improvements

This new instrumentation module allows you to see how your caches are performing. It provides hit/miss metrics as well as clear and evict.
Search "Metrics Explorer" for the new metrics:

Cache/Spring/<cache-provider>/<cache-name>/hits
Cache/Spring/<cache-provider>/<cache-name>/misses
Cache/Spring/<cache-provider>/<cache-name>/clear
Cache/Spring/<cache-provider>/<cache-name>/evict

This is a new instrumentation for Kafka clients. It provides metrics similar to the existing instrumentation module, but this provides them by node/topic, whereas the existing one only uses topic. This module is disabled by default, check its documentation for more information.

This new instrumentation module sends the Kafka configuration as events periodically.

  • Improved Struts 2 instrumentation #​1457

The Struts 2 instrumentation has been refactored to use a newer instrumentation technique, which allows it to be disabled.

  • Improved code-level metrics for Servlets. #​1394
  • Security Agent: Support for Apache log4j 3.0.0-alpha1.
  • Security Agent: Support for Commons.jxpath.
  • Security Agent: Add agent monitoring details and matrix to health check.
  • Security Agent: Limiting the supported version range for Jetty.

Fixes

  • Fixed a bug in the Spring instrumentation when OpenFeign was used. #​1197
  • Fixed a bug where utility classes were not weaved. #​1073
  • Fixed a bug where the agent would not properly send its dependencies. #​1340
  • Security Agent: Issue with HealthChecking having empty process stats issue

Deprecations

  • aws-wrap-0.7.0
  • java.completable-future-jdk8
  • play-2.3
  • spring-3.0.0
  • netty-3.4
  • Struts v1

Full Changelog: newrelic/newrelic-java-agent@v8.5.0...v8.6.0


  • If you want to rebase/retry this PR, check this box

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Sep 9, 2023

Suggested commit message:

Upgrade New Relic Java Agent 8.5.0 -> 8.6.0 (#785)

See:
- https://github.com/newrelic/newrelic-java-agent/releases/tag/v8.6.0
- https://github.com/newrelic/newrelic-java-agent/compare/v8.5.0...v8.6.0

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

1 similar comment
@github-actions
Copy link

github-actions bot commented Sep 9, 2023

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

@Stephan202 Stephan202 added this to the 0.14.0 milestone Sep 9, 2023
Copy link
Member

@Stephan202 Stephan202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should likely phase out this dependency now that we use Datadog rather than New Relic, but that's not a reason not to apply this upgrade.

@Stephan202
Copy link
Member

I filed #788 for the cleanup, but wouldn't mind merging this PR regardless.

@Picnic-Bot Picnic-Bot force-pushed the renovate/new-relic-java-agent-8.x branch from 8f9e3f1 to 11fa2a6 Compare October 3, 2023 01:30
@rickie rickie force-pushed the renovate/new-relic-java-agent-8.x branch from 11fa2a6 to 7d59175 Compare October 3, 2023 11:15
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rickie rickie merged commit 258708e into master Oct 3, 2023
17 checks passed
@rickie rickie deleted the renovate/new-relic-java-agent-8.x branch October 3, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants