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

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


The following commit(s) were added to refs/heads/main by this push:
     new c6331df795 Fix CHANGES.md. Move other features out of kernel update.  
(#589)
c6331df795 is described below

commit c6331df795e7bbe34af810fe2a2f08e80abd8f8b
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Jul 30 10:15:14 2023 +0800

    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 039e7c2d4d..8c7c7d5edd 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
 

Reply via email to