You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/18 03:50:02 UTC

[jira] [Commented] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality

    [ https://issues.apache.org/jira/browse/FREEMARKER-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053065#comment-16053065 ] 

ASF GitHub Bot commented on FREEMARKER-54:
------------------------------------------

GitHub user woonsan opened a pull request:

    https://github.com/apache/incubator-freemarker/pull/23

    FREEMARKER-54: FM3 freemareker-spring module, basic functionality

    

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/23.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 #23
    
----
commit dbbfe99074d22fa59437a6d90499f3f3199040ba
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-15T01:03:35Z

    FREEMARKER-54: Adding skeletal freemarker-spring module

commit 57270ecf85744c5c6ca566c89f21f721a7a9d59a
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-15T04:10:58Z

    FREEMARKER-54: initial ConfigurationFactoryBean design

commit 2783387eb495331042e72449f02b2a18527a9e13
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-15T04:37:24Z

    feature/FREEMARKER-54: ConfigurationFactoryBean tests

commit 99c3c0cb45cf500a0fc914332a88f78e17c9d5e6
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-16T03:15:08Z

    FREEMARKER-54: More setting tests through ConfigurationFactoryBean

commit 18ee8a0846dbbbf4b853af8f76509f331bfb07ae
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-16T03:23:42Z

    FREEMARKER-54: use property wherever easier than settings map.

commit a571c24f6fc9544e164eeaf71347044b3fe88182
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-18T03:44:46Z

    FREEMARKER-54: Adding SpringResourceTemplateLoader and test

commit fc1f429cc4174b8ced71617074718715b81ee575
Author: Woonsan Ko <wo...@apache.org>
Date:   2017-06-18T03:45:59Z

    Merge branch '3' into feature/FREEMARKER-54

----


> 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)