• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

Java agent release notesRSS

June 9, 2021
Java agent v7.0.0

このエージェントのバージョンをダウンロード

新機能と改善点:

この機能には、サポートされているバージョンのJava 8(具体的にはバージョン8u262以上)またはJava 11以上が必要であり、現在デフォルトでは無効になっています。有効にするには、yamlに以下を設定してください(commonセクションの下に2スペースインデントします)。

jfr:
enabled: true

注意:以前、jfr-daemon jarをエージェントの拡張機能またはスタンドアロンプロセスとして使用していた場合は、現在エージェントに組み込まれているJFRサービスとの潜在的な競合を避けるため、そのオプションを削除してください。

  • Java 7とは互換性がありません。JVM上で実行している顧客に革新を続け、新しい機能を効率的に提供するために、本バージョンおよび今後のエージェントのバージョンはJava 7と互換性がありません。Java 7を実行している場合は、引き続きJavaエージェント6.5.0以前を使用できます。詳細については、Explorers Hubのこのトピックをご覧ください。
  • Scala 2.13でのakka httpのサポートを追加しました。#271
  • ラムダ・メソッドをトレースするためのクラス・アノテーション。#274
  • 戻り値の型によってメソッドをトレースするクラスアノテーションです。#275

修正:

  • akka-http-core計装の複数のバージョンが同時に適用される可能性のある問題を修正しました。#208
  • 冗長性を減らすため、エージェントは破棄されたイベントをWARNの代わりにFINEでログに記録するようになりました。#296
  • noticeError APIを複数回呼び出した場合、実際には最後のエラーが報告されるにもかかわらず、最初のエラーが報告されると誤って記載されていたJavadocコメントを修正しました。#313

サポートステートメント:

  • New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。さらに、古いリリースはサポート終了になるとサポートされなくなります。

既知の問題

  • OkHttp

このリリースには、OkHttpバージョン3.X以下が機能しなくなるバグが含まれています。影響を受けるすべてのユーザーは、7.0.1にアップグレードしてください。

April 26, 2021
Java agent v6.5.0

新機能と改善点:

  • エージェントにはSSL証明書がバンドルされなくなり、以前にバンドルされていた証明書を使用するようにエージェントを設定していたuse_private_sslオプションは削除されました。デフォルトでは、ca_bundle_pathオプションを使用して別のトラストストアを使用するように明示的に設定されていない限り、エージェントはJVMによって提供されるSSLトラストストアを使用します。詳細については、SSL証明書の設定をご覧ください。

修正:

  • JAX-RSサブリソースを使用する際に、不正確なトランザクションのネーミングを引き起こす可能性のある問題を修正しました。
  • Reactor Nettyの計装の改善および修正。

廃止のお知らせ

  • Java 7互換性の非推奨化

JVMで実行している顧客に革新をもたらし続け、新しい機能を効率的に提供するために、Java 7のサポートは非推奨となり、これがJava 7と互換性のある最後のエージェントのバージョンとなります。

Java 7を実行している場合は、引き続きJavaエージェント6.5.0以前を使用できます。

詳しくは、Explorers Hubの投稿をご覧ください。

サポートステートメント:

  • New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。さらに、古いリリースはサポート終了になるとサポートされなくなります。

March 2, 2021
Java agent v6.4.2

Fixes

Fixes an issue that could cause some instrumentation modules (e.g. jax-rs-1.0) to have a WeaveViolation and not apply properly.

February 2, 2021
Java agent v6.4.1

Fixes

Fixes an issue in 6.4.0 where spans would not get sent to Infinite Tracing.

January 27, 2021
Java agent v6.4.0

Note:

  • There is an issue with this agent release that could lead to spans not being sent to Infinite Tracing. Please use 6.4.1 instead.

New Features and Improvements:

  • Spring Webflux/Netty Reactor instrumentation improvements for enhanced tracing across asynchronous thread hops.
  • The agent will now utilize a backoff sequence on connection retries to Infinite Tracing.
  • New distributed tracing APIs have been added to better support general use cases for propagating distributed tracing headers. In particular the new APIs provide enhanced support for W3C Trace Context but are flexible enough to support other header protocols that may be supported by the agent in the future. Previous distributed tracing APIs have been deprecated and are subject to removal in a future agent release. See documentation here.

Fixes:

  • Updated the Java agent’s snakeyaml dependency to 1.27.
  • In some environments the jar collector service could lead to high CPU utilization at application startup. The agent now provides a configurable rate limiter, with a reasonable default, for processing jars detected in the application’s environment. See documentation here.

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

December 17, 2020
Java agent v6.3.0

Improvements

  • Spring Webflux
    • The Java agent now supports Spring Webflux versions 5.3+
    • Added reactor-netty.errors.enabled configuration to allow disabling error reporting in Subscriber::onError.
  • Scala 2.13
    • The Java agent now provides support for Scala 2.13 and frameworks compiled with 2.13 Akka-http, Play

Fixes

  • The netty-4.0.8 instrumentation would sometimes not start a Transaction on channelRead, potentially affecting instrumentation dependent on it including: Spring, Akka and Play
  • Updated the Java agent’s Apache HttpClient dependency to 5.13
  • Spring Webclient could report the wrong URL when multiple HTTP calls to several URLs occurred in parallel

November 17, 2020
Java agent v6.2.1

Fixes

  • Fixes an issue where Spring-Webflux applications with endpoints returning Flux or empty content could become unresponsive

November 10, 2020
Java agent v6.2.0

New features

return serviceA.getData()
.map(service -> Response.builder().service(service).build())
.flatMap(serviceB::getData)
.flatMap(serviceC::getData)
.doOnNext(this::saveResponse);

Improvements

Fixes

Support statement:

  • New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

Copyright © 2026 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.