[
https://issues.apache.org/jira/browse/FREEMARKER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164923#comment-16164923
]
ASF GitHub Bot commented on FREEMARKER-55:
------------------------------------------
GitHub user woonsan opened a pull request:
https://github.com/apache/incubator-freemarker/pull/35
FREEMARKER-55:
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/woonsan/incubator-freemarker
feature/FREEMARKER-55-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-freemarker/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit 40bd07b718262e30345c082ec4794ab2535b5fd8
Author: Woonsan Ko <[email protected]>
Date: 2017-09-13T14:49:36Z
FREEMARKER-55: narrow class/method visibilities as possible.
commit 3f6ee183ab87e193c4eaa465652d5d8b204cd992
Author: Woonsan Ko <[email protected]>
Date: 2017-09-13T16:14:08Z
FREEMARKER-55: introducing CallableUtils#getAndUnwrap...(...) utils.
commit f6abc3054e1fb571c221d874c2c2ed37bb8ecf7c
Author: Woonsan Ko <[email protected]>
Date: 2017-09-13T16:21:10Z
FREEMARKER-55: simplifying test examples with no interim vars
----
> FM3 freemarker-spring module, Web MVC support
> ---------------------------------------------
>
> Key: FREEMARKER-55
> URL: https://issues.apache.org/jira/browse/FREEMARKER-55
> Project: Apache Freemarker
> Issue Type: Task
> Affects Versions: 3.0.0
> Reporter: Daniel Dekany
>
> Add Spring "Web MVC framework" functionality to freemarker-spring.
> This can be complex task (and the issue possibly has to be subdivided), as it
> involves things like:
> * Some aspects of the FreeMarker 2 integration (developed by the Spring
> developers) are quite confusing ({{FreemarerConfigurer}}, etc.), and we are
> looking into if it needs to be like that.
> * See if we can support {{@EnableWebMvc}} (note that FreeMarker 2 support is
> hard coded into {{ViewResolverRegistry}}, which we can't modify)
> * Creating custom directives/methods to expose Spring features like the
> Spring JSP Tag Library does (but in a way that firs FreeMarker better)
> * Expose JSP custom tag support from the {{freemarker-servlet}} module.
> Depends on: FREEMARKER-54
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)