[
https://issues.apache.org/jira/browse/FREEMARKER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313714#comment-16313714
]
ASF GitHub Bot commented on FREEMARKER-55:
------------------------------------------
GitHub user woonsan opened a pull request:
https://github.com/apache/incubator-freemarker/pull/42
FREEMARKER-55: cleanups by improving StringToIndexMap and CallableUtils
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/42.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 #42
----
commit 0f45c1da0b372b56d3c3808837a4060778c97834
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T18:54:03Z
FREEMARKER-55: cleanups with new #of(StringToIndexMap, Entry...)
commit ba39a0bc5031dc1fe02b422895f0518ce7a5e713
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T18:56:49Z
FREEMARKER-55: remove unused _ArrayUtils
commit ce78134ece2ad0df653538ebdd244bd0a5806679
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T19:20:40Z
FREEMARKER-55: moving #getLastPredefinedNamedArgumentIndex() to
CallableUtils
----
> 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)