Repository: incubator-freemarker Updated Branches: refs/heads/3 5b856d3a5 -> ce9ab30f2
FREEMARKER-55: Adding changelog (up to now) about spring support Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ce9ab30f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ce9ab30f Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ce9ab30f Branch: refs/heads/3 Commit: ce9ab30f29531e02cc2eb81f64be7a8eabe43236 Parents: 5b856d3 Author: Woonsan Ko <[email protected]> Authored: Fri Jul 14 13:56:04 2017 -0400 Committer: Woonsan Ko <[email protected]> Committed: Fri Jul 14 13:56:04 2017 -0400 ---------------------------------------------------------------------- FM3-CHANGE-LOG.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ce9ab30f/FM3-CHANGE-LOG.txt ---------------------------------------------------------------------- diff --git a/FM3-CHANGE-LOG.txt b/FM3-CHANGE-LOG.txt index 1791868..e502498 100644 --- a/FM3-CHANGE-LOG.txt +++ b/FM3-CHANGE-LOG.txt @@ -300,4 +300,10 @@ the FreeMarer 3 changelog here: - Inside a #switch, #case can't be after #default anymore (this is actually a bug in FM2) (The template converter can't fix this automatically, but reports it as an error.) - #else and #elseif tags must be ended without "/", for example, <#else/> is illegal now, <#else> is legal. - (The template converter tool does this conversion.) \ No newline at end of file + (The template converter tool does this conversion.) +- Spring Framework Support (freemarker-spring): FREEMARKER-54, FREEMARKER-55 + - ConfigurationFactoryBean, a new Spring Framework's FactoryBean to create Configuration, using Builder. + - SpringResourceTemplateLoader, a new TemplateLoader to load templates from Spring Framework's Resources. + - New FreeMarkerView and FreeMarkerViewResolver for MVC support. FreeMarkerView supports TaglibFactory and other + models by default like FreemarkerServlet does. +
