You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/01/05 15:23:46 UTC

[skywalking-java] 02/02: Add changelog.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch deadlock
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git

commit 158d311928b319a5bf5870a2da02a8a86edfdd0c
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 5 23:23:35 2023 +0800

    Add changelog.
---
 CHANGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 0b067b1543..e8e029ff0a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,7 +23,7 @@ Release Notes.
 * Add support for KafkaClients 3.x.
 * Support to customize the collect period of JVM relative metrics.
 * Upgrade netty-codec-http2 to 4.1.86.Final.
-* Remove `Agent-Version` property from the class loading stage to avoid deadlock when use `jarsigner`.
+* Move `Agent-Version` property reading away from the class loading stage to avoid deadlock when use `jarsigner`.
 
 #### Documentation