arkanovicz opened a new pull request, #62: URL: https://github.com/apache/velocity-engine/pull/62
Address [VELOCITY-989](https://issues.apache.org/jira/browse/VELOCITY-989) in a different way (hopefully cleaner) than [PR 57](https://github.com/apache/velocity-engine/pull/57). Mainly: - fixed potential leaks on failures - introduces a prepared statements holder to avoid relying on `statement.getConnection()` (which behaves inconsistently across different jdbc pools) - deprecates old `DatabaseObjectsFactory`, but makes it functional by use of a temporary class proxy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
