You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/11 04:35:32 UTC

[incubator-skywalking] branch master updated (6e1ac50 -> 3613691)

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

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


    from 6e1ac50  Merge pull request #736 from apache/tweeter
     add b3c263f  [Agent] Support the version 9.4.x of postgresql jdbc driver
     add 4223d22  Merge branch 'master' into feature/support-postgresql-9.x
     new 3613691  Merge pull request #739 from ascrutae/feature/support-postgresql-9.x

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:
 ...reparedStatementExecuteMethodsInterceptor.java} |  6 ++---
 .../StatementExecuteMethodsInterceptor.java        |  5 ++--
 .../apm/plugin/jdbc/postgresql/Variables.java      | 15 +++--------
 .../AbstractJdbc2StatementInstrumentation.java     |  5 ++--
 .../PgCallableStatementInstrumentation.java}       | 13 ++++++----
 .../PgPreparedStatementInstrumentation.java}       | 30 ++++++++++------------
 .../define/PgStatementInstrumentation.java}        | 30 ++++++++++------------
 .../src/main/resources/skywalking-plugin.def       |  3 +++
 8 files changed, 50 insertions(+), 57 deletions(-)
 copy apm-sniffer/apm-sdk-plugin/postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/{StatementExecuteMethodsInterceptor.java => PreparedStatementExecuteMethodsInterceptor.java} (93%)
 copy apm-application-toolkit/apm-toolkit-logback-1.x/src/main/java/org/apache/skywalking/apm/toolkit/log/logback/v1/x/mdc/TraceIdMDCPatternLogbackLayout.java => apm-sniffer/apm-sdk-plugin/postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/Variables.java (65%)
 copy apm-sniffer/apm-sdk-plugin/{spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/define/AnnotationMethodHandlerAdapterInstrumentation.java => postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgCallableStatementInstrumentation.java} (75%)
 copy apm-sniffer/apm-sdk-plugin/{elastic-job-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/esjob/define/JobExecutorInstrumentation.java => postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgPreparedStatementInstrumentation.java} (71%)
 copy apm-sniffer/apm-sdk-plugin/{jetty-plugin/jetty-server-9.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jetty/v9/server/define/JettyInstrumentation.java => postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgStatementInstrumentation.java} (68%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].

[incubator-skywalking] 01/01: Merge pull request #739 from ascrutae/feature/support-postgresql-9.x

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

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

commit 3613691105c3e0929ed812d9ddee8eb7cb5be6b5
Merge: 6e1ac50 4223d22
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 11 12:35:29 2018 +0800

    Merge pull request #739 from ascrutae/feature/support-postgresql-9.x
    
    [Agent] Support the version 9.4.x of postgresql jdbc driver

 ...reparedStatementExecuteMethodsInterceptor.java} |  6 +--
 .../StatementExecuteMethodsInterceptor.java        |  5 +--
 .../apm/plugin/jdbc/postgresql/Variables.java      | 25 +++++++++++++
 .../AbstractJdbc2StatementInstrumentation.java     |  5 ++-
 ...ava => PgCallableStatementInstrumentation.java} | 41 ++++-----------------
 ...ava => PgPreparedStatementInstrumentation.java} | 42 ++++++---------------
 ...tation.java => PgStatementInstrumentation.java} | 43 +++++++---------------
 .../src/main/resources/skywalking-plugin.def       |  3 ++
 8 files changed, 68 insertions(+), 102 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.