下载地址:https://github.com/p6spy/p6spy/wiki/Download
详细改进内容包括:
project hosting was moved from sourceforge to github,
major part of the legacy code was refactored,
Java 6/7 JDBC API support introduced,
proxying via modified JDBC URLs only was implemented,
So for for MySQL original url would be:
jdbc:mysql://
jdbc:p6spy:mysql://
XA Datasource support has been introduced,
configuration via:
system/environment properties and
JMX properties
as an alternative to file configuration only
or even zero config use case supported,
slf4j support (more flexible as previously used log4j),
junit tests were migrated to junit 4 (well most of the old ones were failing anyway),
Continuous integration using Travis was setup providing testing on popular:
DB systems (namely: Oracle, DB2, PostgreSQL, MySQL, H2, HSQLDB, SQLite, Firebird, and Derby), see build status on: travis-ci as well as
application servers (namely: Wildfly 8, JBoss 4.2, 5.1, 6.1, 7.1, Glassfish 3.1, 4.0, Jetty 7.6, 8.1, 9.1, Tomcat 6, 7, 8, Resin 4, Jonas 5.3 and Geronimo 2.1, 2.2), see build status on: travis-ci.
项目主页:https://github.com/p6spy/p6spy/issues?milestone=1&state=closed
来自:oschina开源中国社区

