[
https://issues.apache.org/jira/browse/FREEMARKER-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053436#comment-16053436
]
ASF GitHub Bot commented on FREEMARKER-54:
------------------------------------------
GitHub user woonsan opened a pull request:
https://github.com/apache/incubator-freemarker/pull/24
FREEMARKER-54: Remove unnecessary #setSettings(); Logging correction;
VersionEditor for conversion between string and Version
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/woonsan/incubator-freemarker
feature/FREEMARKER-54
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-freemarker/pull/24.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 #24
----
commit 94828521fc30f0d51c7728d37b537404c8096bfe
Author: Woonsan Ko <[email protected]>
Date: 2017-06-19T02:12:03Z
FREEMARKER-54: Remove ConfigurationFactoryBean#setSettings(...) because
ancestor already contains equivalent one. Also, separate spring logger.
commit cb43725a79e851c11d4552d3a5ab0b6d70d43e9d
Author: Woonsan Ko <[email protected]>
Date: 2017-06-19T03:13:56Z
FREEMARKER-54: Support Version convertion editor between string and Version
object for spring community
----
> FM3 freemareker-spring module, basic functionality
> --------------------------------------------------
>
> Key: FREEMARKER-54
> URL: https://issues.apache.org/jira/browse/FREEMARKER-54
> Project: Apache Freemarker
> Issue Type: Task
> Affects Versions: 3.0.0
> Reporter: Daniel Dekany
>
> Create the Gradle module. Basic non-Web functionality. This certainly means:
> * Creating a FactoryBean by extending {{Configuration.ExtendableBuilder}}
> which has defaults that are practical for Spring.
> * Creating a {{SpringResourceTemplateLoader}} which relies on Spring's
> {{Resource}} abstraction
> It's also an important goal to polish the {{freemarker-core}} configuration
> and template loader API-s, and change them if that's needed for smoother
> Spring integration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)