From c6331df795e7bbe34af810fe2a2f08e80abd8f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sun, 30 Jul 2023 10:15:14 +0800 Subject: [PATCH] Fix CHANGES.md. Move other features out of kernel update. (#589) Other changes should be in the feature list. --- CHANGES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 039e7c2d4..8c7c7d5ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,9 +11,6 @@ Release Notes. * Implement new naming policies for names of auxiliary type, interceptor delegate field, renamed origin method, method access name, method cache value field. All names are under `sw$` name trait. They are predictable and unchanged after re-transform. -* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases. -* Fix Jedis-2.x plugin bug and add test for redis cluster scene -* Merge two instrumentation classes to avoid duplicate enhancements in mysql plugins. ``` * SWAuxiliaryTypeNamingStrategy @@ -135,7 +132,7 @@ Callable { * Support Jdk17 ZGC metric collect * Support Jetty 11.x plugin -* Support access the sky-walking tracer context in spring gateway filter +* Support access to the sky-walking tracer context in spring gateway filter * Fix the scenario of using the HBase plugin with spring-data-hadoop. * Add RocketMQ 5.x plugin * Fix the conflict between the logging kernel and the JDK threadpool plugin. @@ -149,7 +146,10 @@ Callable { * Upgrade guava to 32.0.1 * Fix issue with duplicate enhancement by ThreadPoolExecutor * Add plugin to support for RESTeasy 6.x. -* Fix the conditions for resetting uuid, avoid the same uuid causing the configuration not to be updated. +* Fix the conditions for resetting UUID, avoid the same uuid causing the configuration not to be updated. +* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases. +* Fix Jedis-2.x plugin bug and add test for Redis cluster scene +* Merge two instrumentation classes to avoid duplicate enhancements in MySQL plugins. #### Documentation