[GitHub] ascrutae opened a new pull request #702: support the async function of okhttp plugin

2017-12-23 Thread GitBox
ascrutae opened a new pull request #702: support the async function of okhttp plugin URL: https://github.com/apache/incubator-skywalking/pull/702 The okhttp plugin doesn't support the async function. This PR support the async function of the plugin

[GitHub] wu-sheng commented on issue #701: [Agent-Plugin] Add support to MysqlDataSource

2017-12-23 Thread GitBox
wu-sheng commented on issue #701: [Agent-Plugin] Add support to MysqlDataSource URL: https://github.com/apache/incubator-skywalking/pull/701#issuecomment-353729341 @jjtyro This pull request seems good enough, but you have a conflict. Please resolve it first.

[GitHub] jjtyro commented on issue #699: MySQL Plugin not support application using MysqlDataSource

2017-12-23 Thread GitBox
jjtyro commented on issue #699: MySQL Plugin not support application using MysqlDataSource URL: https://github.com/apache/incubator-skywalking/issues/699#issuecomment-353727775 @wu-sheng A little bit of code change?a pull request has been sent.

[GitHub] jjtyro opened a new pull request #701: [Agent-Plugin] Add support to MysqlDataSource

2017-12-23 Thread GitBox
jjtyro opened a new pull request #701: [Agent-Plugin] Add support to MysqlDataSource URL: https://github.com/apache/incubator-skywalking/pull/701 MysqlDataSource use com.mysql.jdbc.NonRegisteringDriver?not com.mysql.jdbc.Driver. Add it to Agent's mysql-5.x-plugin. #699