ao-sql-tracker-1.0.0
Release Notes
- New project that tracks objects not closed/freed on a connection, and provides automatic closing of all tracked objects. This is particularly useful to ensure that everything is completely tidy before releasing a connection back to a pool.
Registered JDBC driver for default tracker implementation. This is activated by including a prefix in the JDBC URL, and may be combined.
For example, the following JDBC URL will track the MySQL JDBC Driver, automatically closing resources that were not explicitly closed:
jdbc:tracker:mysql://host/database
.