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

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


    from 40397ce  FREEMARKER-172 [freemarker-generator] Use lower-case keys for 
DataSource metadata map
     new 3202e94  FREEMARKER-172 [freemarker-generator] Propagate properties to 
data sources
     new 302ee6b  FREEMARKER-172 [freemarker-generator] Propagate properties to 
data sources

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../generator/base/datasource/DataSource.java      | 44 ++++++++--
 .../base/datasource/DataSourceFactory.java         | 68 ++++++++++-----
 .../base/datasource/DataSourcesSupplier.java       | 20 +++--
 .../loader/EnvironmentDataSourceLoader.java        |  4 +-
 .../datasource/loader/FileDataSourceLoader.java    | 17 ++--
 .../datasource/loader/HttpDataSourceLoader.java    | 10 ++-
 .../freemarker/generator/base/uri/NamedUri.java    | 14 ++--
 .../datasource/DataSourceFactoryTest.java          |  5 +-
 .../generator/datasource/DataSourceTest.java       | 23 +++---
 .../datasource/DataSourcesSupplierTest.java        | 24 +++++-
 .../generator/datasource/DataSourcesTest.java      |  4 +-
 .../examples/templates/datasources.ftl}            | 44 +++++++---
 .../src/app/scripts/run-examples.bat               |  9 +-
 .../src/app/scripts/run-examples.sh                |  9 +-
 .../freemarker-generator/lib/commons-csv.ftl       | 18 ++++
 .../cli/config/OutputGeneratorsSupplier.java       |  3 +-
 .../src/site/markdown/cli/concepts/data-sources.md | 36 +++++++-
 .../src/site/markdown/cli/concepts/named-uris.md   | 96 ++++++++++++++++++++--
 .../freemarker/generator/cli/ExamplesTest.java     |  5 ++
 .../freemarker/generator/cli/ManualTest.java       |  2 +-
 .../src/test/templates/manual.ftl                  | 26 ++++--
 21 files changed, 376 insertions(+), 105 deletions(-)
 copy freemarker-generator-cli/src/{test/templates/manual.ftl => 
app/examples/templates/datasources.ftl} (71%)

Reply via email to