This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
commit 6c85ffe21639e294facdeae4868768519fe72bcc Merge: 22dc54d4 3484d89e Author: Claude Brisson <[email protected]> AuthorDate: Sun Sep 1 12:17:28 2024 +0300 Merge pull request #49 from apache/VELOCITY-965 Add a DatabaseObjectsFactory plugin mechanism velocity-engine-core/pom.xml | 7 + .../apache/velocity/runtime/RuntimeConstants.java | 5 + .../resource/loader/DataSourceResourceLoader.java | 287 ++++++++------------- .../resource/loader/DatabaseObjectsFactory.java | 46 ++++ .../loader/DefaultDatabaseObjectsFactory.java | 59 +++++ .../test/sql/DataSourceResourceLoaderTestCase.java | 22 +- 6 files changed, 240 insertions(+), 186 deletions(-)
