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 2020/02/04 13:54:09 UTC

[skywalking] branch upgrade-byte-buddy created (now 66da4dd)

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

wusheng pushed a change to branch upgrade-byte-buddy
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 66da4dd  Upgrade the bytebuddy for J9VM

This branch includes the following new commits:

     new 66da4dd  Upgrade the bytebuddy for J9VM

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] 01/01: Upgrade the bytebuddy for J9VM

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

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

commit 66da4dd32fff41c6113d863170007ec58257cf33
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Feb 4 21:53:50 2020 +0800

    Upgrade the bytebuddy for J9VM
---
 apm-sniffer/apm-agent-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-sniffer/apm-agent-core/pom.xml b/apm-sniffer/apm-agent-core/pom.xml
index 8640315..2f154a5 100644
--- a/apm-sniffer/apm-agent-core/pom.xml
+++ b/apm-sniffer/apm-agent-core/pom.xml
@@ -36,7 +36,7 @@
         <jetty.version>9.4.2.v20170220</jetty.version>
         <grpc.version>1.26.0</grpc.version>
         <guava.version>20.0</guava.version>
-        <bytebuddy.version>1.10.1</bytebuddy.version>
+        <bytebuddy.version>1.10.7</bytebuddy.version>
         <wiremock.version>2.6.0</wiremock.version>
         <netty-tcnative-boringssl-static.version>2.0.7.Final</netty-tcnative-boringssl-static.version>
         <os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>