You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2020/02/19 12:06:07 UTC

[skywalking] branch master updated (29da573 -> 8ff8cd0)

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

liuhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 29da573  Provide influxdb as a new storage plugin (#4239)
     new 54c1cd5  Fix ehcache:  missing interceptor of private constructor called by clone method
     new 74c1f7e  ehcache-2.x-scenario add EhcacheCloneInterceptor case
     new 9a7ff16  Merge branch 'master' into master
     new ff76951  Merge branch 'master' of https://github.com/lsyf/skywalking
     new e57176d  Fix ehcache:  add interceptor for Cache's private constructor and setName method
     new b2ad634  Fix ehcache: performance issue
     new 102c90d  Fix ehcache: format
     new 0d47145  Merge branch 'master' into master
     new 8ff8cd0  Merge pull request #4379 from lsyf/master

The 5485 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.


Summary of changes:
 .../ehcache/v2/EhcacheCacheNameInterceptor.java}   | 18 +++++++-----
 ...a => EhcachePrivateConstructorInterceptor.java} | 10 +++----
 .../v2/define/EhcachePluginInstrumentation.java    | 34 ++++++++++++++++++++++
 .../plugin/ehcache/v2/EhcacheInterceptorTest.java  | 33 ++++++++++++++++++++-
 .../ehcache-2.x-scenario/config/expectedData.yaml  | 15 ++++++++++
 .../apm/testcase/ehcache/v2/CaseServlet.java       |  8 +++++
 6 files changed, 104 insertions(+), 14 deletions(-)
 copy apm-sniffer/apm-sdk-plugin/{rocketMQ-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/rocketMQ/v3/UpdateNameServerInterceptor.java => ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/EhcacheCacheNameInterceptor.java} (77%)
 copy apm-sniffer/apm-sdk-plugin/ehcache-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/ehcache/v2/{EhcacheConstructorInterceptor.java => EhcachePrivateConstructorInterceptor.java} (80%)