The Apache FreeMarker community is pleased to announce the release of Apache FreeMarker 2.3.28.
Apache FreeMarker is a template engine: a Java library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data. FreeMarker 2.x produces releases since 2002, and has joined the ASF in 2015. Change log: https://freemarker.apache.org/docs/versions_2_3_28.html You can get binary and source packages from here: https://freemarker.apache.org/freemarkerdownload.html Or with Maven: <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.28</version> </dependency>