You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2020/04/07 16:21:01 UTC

[freemarker-generator] branch feature/FREEMARKER-140 updated (6295a0c -> b284db6)

This is an automated email from the ASF dual-hosted git repository.

sgoeschl pushed a change to branch feature/FREEMARKER-140
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git.


    from 6295a0c  FREEMARKER-140 freemarker-cli: Expose DataSources directly in the data model
     add e415069  FREEMARKER-140 freemarker-cli: Expose DataSources directly in the data model
     add b284db6  FREEMARKER-140 freemarker-cli: Expose DataSources directly in the data model

No new revisions were added by this update.

Summary of changes:
 .../base/datasource/DataSourceFactory.java         | 12 ++-
 .../src/test/data/properties/test.properties       |  3 +-
 .../datasource/DataSourceFactoryTest.java          | 47 ++++++++++-
 .../generator/file/PropertiesFileSupplierTest.java |  3 +-
 .../generator/cli/config/DataModelSupplier.java    |  5 +-
 .../src/test/data/properties/test.properties       |  3 +-
 .../cli/config/DataModelSupplierTest.java          | 90 +++++++++++++++++++---
 7 files changed, 141 insertions(+), 22 deletions(-)