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 2022/11/18 01:30:11 UTC

[skywalking-java] branch bump-bytebuddy created (now cfa05c30ce)

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

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


      at cfa05c30ce Bump up byte-buddy to 1.12.19

This branch includes the following new commits:

     new cfa05c30ce Bump up byte-buddy to 1.12.19

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-java] 01/01: Bump up byte-buddy to 1.12.19

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cfa05c30ce9a7baadfc52f4c7ee59be08f79cf83
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 18 09:30:01 2022 +0800

    Bump up byte-buddy to 1.12.19
---
 CHANGES.md | 1 +
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6097fc6698..4c85ab32cc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,7 @@ Release Notes.
 * Fix wrong config name `plugin.toolkit.use_qualified_name_as_operation_name`, and system variable name `SW_PLUGIN_TOOLKIT_USE_QUALIFIED_NAME_AS_OPERATION_NAME:false`. They were **toolit**.
 * Rename `JDBI` to `JDBC`
 * Support collecting dubbo thread pool metrics
+* Bump up byte-buddy to 1.12.19
 
 #### Documentation
 
diff --git a/pom.xml b/pom.xml
index b3119b00f0..d802424a41 100755
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
         <lombok.version>1.18.20</lombok.version>
 
         <!-- core lib dependency -->
-        <bytebuddy.version>1.12.13</bytebuddy.version>
+        <bytebuddy.version>1.12.19</bytebuddy.version>
         <grpc.version>1.50.0</grpc.version>
         <netty.version>4.1.79.Final</netty.version>
         <gson.version>2.8.9</gson.version>