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

wusheng pushed a change to branch mysql-style
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from df3e165  Add all miss DAO implement in H2 storage and make them 
compatible in MySQL implementor.
     add 7a9721a  Fix the components of Spring resttemplate is incorrect (#1956)
     add 983f761  1. Close the output stream when switch to write next file. 
(#1958)
     add 5ab2ee3  Add Guazi.com and Maodou.com into open user list. (#1959)
     new 33d375a  Merge commit '5ab2ee3ae8bc58694eb0a74a29ca3735fb63969d' into 
mysql-style

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.


Summary of changes:
 .../concurrent-util-4.x-plugin/pom.xml             |  5 ++
 .../concurrent/FailureCallbackInterceptor.java     | 23 +++-----
 .../concurrent/SuccessCallbackInterceptor.java     | 21 +++----
 apm-sniffer/apm-sdk-plugin/spring-plugins/pom.xml  |  1 +
 .../spring-plugins/resttemplate-4.x-plugin/pom.xml |  6 ++
 .../async/ResponseCallBackInterceptor.java         |  1 -
 .../resttemplate/async/RestExecuteInterceptor.java |  9 ++-
 .../resttemplate/async/RestRequestInterceptor.java |  3 +-
 .../spring-plugins/spring-commons}/pom.xml         | 14 +----
 .../plugin/spring/commons/EnhanceCacheObjects.java | 64 ++++++++++++++++++++++
 docs/powered-by.md                                 |  3 +
 .../oap/server/library/buffer/BufferFileUtils.java |  3 +
 .../server/library/buffer/DataStreamReader.java    |  7 ++-
 .../server/library/buffer/DataStreamWriter.java    |  1 +
 .../library/buffer/BufferFileUtilsTestCase.java}   | 34 +++++++-----
 .../library-buffer/src/test/resources/log4j2.xml   |  2 +-
 .../server/receiver/trace/mock/AgentDataMock.java  | 16 +++---
 17 files changed, 143 insertions(+), 70 deletions(-)
 copy {oap-server/server-testing => 
apm-sniffer/apm-sdk-plugin/spring-plugins/spring-commons}/pom.xml (77%)
 create mode 100644 
apm-sniffer/apm-sdk-plugin/spring-plugins/spring-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/commons/EnhanceCacheObjects.java
 copy 
oap-server/{server-storage-plugin/storage-elasticsearch-plugin/src/test/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/base/ElasticSearchColumnTypeMappingTestCase.java
 => 
server-library/library-buffer/src/test/java/org/apache/skywalking/oap/server/library/buffer/BufferFileUtilsTestCase.java}
 (54%)

Reply via email to