New/fixed in v0.7.2-SNAPSHOT:
* BUG: Using idleConnectionTestPeriodInSeconds with less than 1 minute silently stops the connection testing thread from firing
* BUG: IdleConnectionTest sometimes fires too often
* BUG: Unregister MBEANS on shutdown.
* Release waiting threads by throwing them an exception if the DB goes down.
* Migrate to guava v9, easymock 3.0, etc
* Add Auto-rollback (+ optional stack trace) if autocommit is set to false and forgot to commit/rollback.
* Add alias to set/get Username --> setUser/getUser
* Add nullOnConnectionTimeout config option
* Add deregister driver option
