1. e977fd0 Bump junit from 4.13 to 4.13.1 (#41) by dependabot[bot] · 1 year, 1 month ago master
  2. 4d7e6b5 Bump jsoup from 1.14.2 to 1.15.3 in /freemarker-generator-tools (#42) by dependabot[bot] · 1 year, 1 month ago
  3. 2895a8c Bump snakeyaml from 1.28 to 2.0 in /freemarker-generator-tools (#45) by dependabot[bot] · 1 year, 1 month ago
  4. 5d769ae FREEMARKER-211 [freemarker-generator] Build fails with JDK 17 LTS with " No XPath support is available" (#43) by Siegfried Goeschl · 1 year, 1 month ago
  5. 0b67796 Merge pull request #40 from apache/dependabot/maven/freemarker-generator-tools/com.google.code.gson-gson-2.8.9 by ddekany · 1 year, 11 months ago
  6. 16d3e35 Merge pull request #39 from apache/dependabot/maven/freemarker-generator-maven-plugin/com.google.code.gson-gson-2.8.9 by ddekany · 1 year, 11 months ago
  7. 9649d03 Bump gson from 2.8.7 to 2.8.9 in /freemarker-generator-tools by dependabot[bot] · 2 years ago
  8. cd993ca Bump gson from 2.8.6 to 2.8.9 in /freemarker-generator-maven-plugin by dependabot[bot] · 2 years ago
  9. 7e6a7dd FREEMARKER-201 Fix typos in the documentation by Siegfried Goeschl · 2 years, 2 months ago
  10. 54adf8f FREEMARKER-201 Fix javadoc and cleanup samples by Siegfried Goeschl · 2 years, 2 months ago
  11. 20d7f13 FREEMARKER-199 Add "utah-parser-tool" by Siegfried Goeschl · 2 years, 6 months ago
  12. 45c391f FREEMARKER-195 Improve exposure of DataSources using TemplateHashModelEx2 (#36) by Siegfried Goeschl · 2 years, 7 months ago
  13. 51f8ee1 FREEMARKER-188 [freemarker-generator] Support an output "generation" mode (#35) by Siegfried Goeschl · 2 years, 7 months ago
  14. 77d7991 Bumping dependencies and minor code cleanup by Siegfried Goeschl · 2 years, 8 months ago
  15. 82bd725 FREEMARKER-182 Upgrade to Apache FreeMarker 2.3.31 by Siegfried Goeschl · 3 years ago
  16. c383534 FREEMARKER-182 Upgrade to Apache FreeMarker 2.3.31 (#34) by Siegfried Goeschl · 3 years ago
  17. dba2617 FREEMARKER-181 Support custom pattern definitions for Grok tool (#33) by Siegfried Goeschl · 3 years ago
  18. c50c7fd FREEMARKER-176 [freemarker-generator] Running examples on Windows fails by Siegfried Goeschl · 3 years, 1 month ago
  19. 09e0315 FREEMARKER-176 [freemarker-generator] Running examples on Windows fails (#32) by Siegfried Goeschl · 3 years, 3 months ago
  20. 6798f2c FREEMARKER-175 [freemarker-generator] Use latest FreeMarker version (#31) by Siegfried Goeschl · 3 years, 3 months ago
  21. 30c603d FREEMARKER-174 [freemarker-generator] Don't expose "DataSources" in the FreeMarker context (#30) by Siegfried Goeschl · 3 years, 3 months ago
  22. 27fd68c FREEMARKER-173 [freemarker-generator] Allow to pass arbitrary key/value pairs to DataSource when using NamedURIs (#29) by Siegfried Goeschl · 3 years, 3 months ago
  23. f0bae9a FREEMARKER-172 [freemarker-generator] Refactor DataSourceFactory (#27) by Siegfried Goeschl · 3 years, 3 months ago
  24. 4962dcb FREEMARKER-156 [freemarker-generator] The Maven plugin unit tests failed randomly (#26) by Siegfried Goeschl · 3 years, 3 months ago
  25. 14bbb5e FREEMARKER-161 [freemarker-generator] Allow multiple transformations on the CLI (#25) by Siegfried Goeschl · 3 years, 3 months ago
  26. 5a0a6eb FREEMARKER-161 [freemarker-generator] Update documentation to be in sync with previous refactorings by Siegfried Goeschl · 3 years, 4 months ago
  27. 652fa4d FREEMARKER-161 [freemarker-generator] Update documentation to be in sync with previous refactorings by Siegfried Goeschl · 3 years, 4 months ago
  28. 0695c04 FREEMARKER-161 [freemarker-generator] Replace any "freemarker-cli" invocation with "freemarker-generator" by Siegfried Goeschl · 3 years, 4 months ago
  29. d32e630 Parse list of `DataSources` for the various tools by Siegfried Goeschl · 3 years, 4 months ago
  30. 4875697 FREEMARKER-168 Upgrade dependencies of freemarker-generator (#24) by Siegfried Goeschl · 3 years, 5 months ago
  31. 7e8505d FREEMARKER-164 Use default unsafe FreeMarker configuration by Siegfried Goeschl · 3 years, 5 months ago
  32. 0f3b7d7 FREEMARKER-163 Integrate Java Faker library for test data generation (#23) by Siegfried Goeschl · 3 years, 6 months ago
  33. 0ead56f FREEMARKER-155 Migrate the FTL code to terser dotter form (#22) by Siegfried Goeschl · 3 years, 8 months ago
  34. 73b40a8 Fix broken build caused by merging FREEMARKER-153 by Siegfried Goeschl · 3 years, 8 months ago
  35. f4e1378 FREEMARKER-153 FreeMarker Generator release preparations (#21) by Siegfried Goeschl · 3 years, 8 months ago
  36. ca9d88a Merge pull request #20 from woonsan/feature/script-filemode-in-tar by Woonsan Ko · 3 years, 9 months ago
  37. 0bdac4f Excel test failed if decimal separator in the current locale wasn't dot. by ddekany · 3 years, 9 months ago
  38. 95b2273 set script fileMode to 0755 in assembly by Woonsan Ko · 3 years, 9 months ago
  39. 6974296 FREEMARKER-148 Make usage of "DataSources" more "Freemarker" like (#18) by Siegfried Goeschl · 3 years, 10 months ago
  40. f6f41bf Removing `DataSources.first` and use `DataSources.get(0)` instead (plus some minor improvements) by Siegfried Goeschl · 3 years, 10 months ago
  41. 8ef281b FREEMARKER-151 Ensure that build and and examples are running on Windows (#19) by Siegfried Goeschl · 3 years, 10 months ago
  42. b27c6ba FREEMARKER-149 Support multiple template transformation on the command line (#17) by Siegfried Goeschl · 3 years, 10 months ago
  43. 4c39e8e FREEMARKER-147 Complete Maven site documentation (#16) by Siegfried Goeschl · 3 years, 10 months ago
  44. b9105f9 FREEMARKER-146 Cleanly separate example templates and data from user-supplied content (#15) by Siegfried Goeschl · 3 years, 10 months ago
  45. 90a575b FREEMARKER-144 Proof Of Concept for providing DataFrames (#14) by Siegfried Goeschl · 3 years, 10 months ago
  46. aea600f FREEMARKER-142 Support Transformation Of Directories (#13) by Siegfried Goeschl · 4 years ago
  47. cbe5f54 Minor code cleanup and improvements by Siegfried Goeschl · 4 years ago
  48. 5bb2ca6 Improve examples, unit tests and documentation by Siegfried Goeschl · 4 years ago
  49. a3603ca FREEMARKER-141 Expose user-supplied parameters in the data model (#12) by Siegfried Goeschl · 4 years ago
  50. 9cd1bc9 FREEMARKER-140 freemarker-cli: Expose DataSources directly in the data model by Siegfried Goeschl · 4 years, 1 month ago
  51. fa7207d FREEMARKER-139 freemarker-cli: Provide GsonTool to align with Maven plugin (#10) by Siegfried Goeschl · 4 years, 1 month ago
  52. 3eca7e1 Change "DataSource#location" to "DataSource#uri" and support data sources based on environment variables by Siegfried Goeschl · 4 years, 1 month ago
  53. 1fd7617 Change "DataSource#location" to "DataSource#uri" and support data sources based on environment variables by Siegfried Goeschl · 4 years, 1 month ago
  54. 59b3e4b Change "DataSource#location" to "DataSource#uri" and support data sources based on environment variables by Siegfried Goeschl · 4 years, 1 month ago
  55. 5697364 FREEMARKER-138 freemarker-generator: Rename Datasource to DataSource (#9) by Siegfried Goeschl · 4 years, 1 month ago
  56. 2e4517b FREEMARKER-136 freemarker-generator: Fix broken "site:stage" build (#8) by Siegfried Goeschl · 4 years, 1 month ago
  57. 64ad16b Minor improvements and code cleanup by Siegfried Goeschl · 4 years, 2 months ago
  58. 3202c60 FREEMARKER-135 Support user-supplied names for datasources (#7) by Siegfried Goeschl · 4 years, 2 months ago
  59. 0b594a3 FREEMARKER-134 Rename "Document" to "Datasource" (#6) by Siegfried Goeschl · 4 years, 2 months ago
  60. e8bb62f FREEMARKER-129 freemarker-generator: Merge "freemarker-cli" into "freemarker-generator" (#5) by Siegfried Goeschl · 4 years, 2 months ago
  61. 4c7d696 FREEMARKER-128 Freemarker-generator: Update plugin to freemarker 2.3.29 (#4) by Siegfried Goeschl · 4 years, 3 months ago
  62. a472902 FREEMARKER-127 freemarker-generator: Site build fails with missing "org/apache/maven/doxia/siterenderer/DocumentContent" (#3) by Siegfried Goeschl · 4 years, 3 months ago
  63. 22ca184 Merge commit 'refs/pull/2/head' of https://github.com/apache/freemarker-generator by ddekany · 6 years ago
  64. 60f6243 initial commit by bjackson · 6 years ago
  65. 4bf3262 Initial commit (LICENSE, NOTICE, README.md) by ddekany · 6 years ago