This is an automated email from the ASF dual-hosted git repository.
sgoeschl pushed a commit to branch FREEMARKER-188
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
The following commit(s) were added to refs/heads/FREEMARKER-188 by this push:
new 2108227 FREEMARKER-188 Cleanup code
2108227 is described below
commit 21082273b1cb6bb3c9bc8e379a300c90071a5c81
Author: Siegfried Goeschl <[email protected]>
AuthorDate: Wed Sep 8 23:26:02 2021 +0200
FREEMARKER-188 Cleanup code
---
freemarker-generator-cli/CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/freemarker-generator-cli/CHANGELOG.md
b/freemarker-generator-cli/CHANGELOG.md
index 993890c..b3d1412 100644
--- a/freemarker-generator-cli/CHANGELOG.md
+++ b/freemarker-generator-cli/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this
file. We try to a
## 0.1.0-SNAPSHOT
### Added
+* Use `-Xverify:none -XX:TieredStopAtLevel=1` to improve startup time of CLI
+* [FREEMARKER-188] Support an output "generation" mode
* [FREEMARKER-181] Support custom pattern definitions for Grok tool
* Parse a list of `DataSources` for the various tools
* [FREEMARKER-161] Allow multiple transformations on the CLI
@@ -82,4 +84,5 @@ All notable changes to this project will be documented in
this file. We try to a
[FREEMARKER-176]: https://issues.apache.org/jira/browse/FREEMARKER-176
[FREEMARKER-181]: https://issues.apache.org/jira/browse/FREEMARKER-181
[FREEMARKER-182]: https://issues.apache.org/jira/browse/FREEMARKER-182
+[FREEMARKER-188]: https://issues.apache.org/jira/browse/FREEMARKER-188