FreeMarker 2.3.22 Release Candidate 2 is out for testing!
Daniel Dekany <[email protected]> Tue, 10 Feb 2015 00:15:48 +0100
| Newsgroups | gmane.comp.web.freemarker.user,gmane.comp.web.freemarker.devel |
|---|---|
| Message-ID | <[email protected]> |
Please test it, especially with the incompatible_improvements
configuration setting set to 2.3.22! The planned final release date is
2015-03-01, so there's no much time left.
FreeMarker 2.3.22 will come with:
* Important DefaultObjectWrapper improvements (enabled by
incompatible_improvements 2.3.22)
* Improved FreemarkerServlet (mostly on the field of TLD discovery
options and error message quality)
* More customizable template loading (lookup) mechanism
* Support for using minus sign in any identifiers after a preceding
backslash (like in <@myMacro data\-id=prod.id />)
* A new built-in for accessing the Java API of an object behind the
object wrapping façade (disabled by default). For example,
myMap?api.myBusinessProperty translates to
myMap.getMyBusinessProperty() in Java, while
myMap.myBusinessProperty would translate to
myMap.get("myBusinessProperty").
* New options to control logging
* Many others...
Find the full list of changes (and the differences to RC01) and more
details in the FreeMarker Manual included in the download:
http://sourceforge.net/projects/freemarker/files/freemarker/2.3.22-rc02/freemarker-2.3.22-rc02.tar.gz/download
Binary-only for Google App Engine:
http://sourceforge.net/projects/freemarker/files/freemarker/2.3.22-rc02/freemarker-gae-2.3.22-rc02.jar/download
--
Üdvözlettel,
Dékány Dániel
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/