AO SQL Tracker Changelog

ao-sql-tracker-2.1.0

Release Notes

  • Log stack traces for unclosed/unfreed resources at logging level FINER.

ao-sql-tracker-2.0.0

Release Notes

  • Now supports Java 9+ modules with included module-info.class.
  • Maven artifact relocated from com.aoindustries:ao-sql-tracker to com.aoapps:ao-sql-tracker.
  • Package renamed from com.aoindustries.sql.tracker to com.aoapps.sql.tracker.

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.