Hello,
The latest source code of the method JdbcConnectionSource.makeConnection() does not call ConnectionProxyFactory.createProxy(connection) anymore.
What is the point of the avoidant of using DatabaseConnectionProxyFactory ? Is it not recommended ?
I was using it to track my queries and their time consumption. Is there alternative way to do that ?