incubator-freemarker git commit: Got rid of _TemplateModelException-s on places where TemplateException or simple TemplateModelException can be used.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 22de04e9b -> d4de527bc Got rid of _TemplateModelException-s on places where TemplateException or simple TemplateModelException can be used. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

incubator-freemarker git commit: TemplateModel implementations that contain an ObjectWrapper (which itself is not Serializable) were marked as Serializable mistakenly.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 d4de527bc -> 78428211c TemplateModel implementations that contain an ObjectWrapper (which itself is not Serializable) were marked as Serializable mistakenly. Project:

[jira] [Closed] (FREEMARKER-63) FM3 Unification and improvement of directive-like constructs

2017-08-08 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany closed FREEMARKER-63. --- Resolution: Fixed Fix Version/s: 3.0.0 > FM3 Unification and improvement of

[jira] [Commented] (FREEMARKER-64) FM3 Unification and improvement of function-like constructs

2017-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16118241#comment-16118241 ] ASF GitHub Bot commented on FREEMARKER-64: -- Github user asfgit closed the pull request at:

[2/2] incubator-freemarker git commit: GeneralPurposeNothing implements TemplateHashModelEx2 (ported from 2.3-gae)

2017-08-08 Thread ddekany
GeneralPurposeNothing implements TemplateHashModelEx2 (ported from 2.3-gae) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/836de265 Tree:

[1/2] incubator-freemarker git commit: FREEMARKER-64: Function (and thus also method) call syntax now supports passing parameter by name.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 89d436965 -> 1b6f894ee FREEMARKER-64: Function (and thus also method) call syntax now supports passing parameter by name. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

[2/2] incubator-freemarker git commit: FREEMARKER-64: Merged: Function (and thus also method) call syntax now supports passing parameter by name.

2017-08-08 Thread ddekany
FREEMARKER-64: Merged: Function (and thus also method) call syntax now supports passing parameter by name. Merge commit 'refs/pull/33/head' of https://github.com/apache/incubator-freemarker into 3 Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

[GitHub] incubator-freemarker pull request #33: FREEMARKER-64: Function (and thus als...

2017-08-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-freemarker/pull/33 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[03/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/util/_StringUtils.java -- diff --git

[12/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/BuiltInsForMultipleTypes.java -- diff --git

[04/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/util/_StringUtil.java -- diff --git

[13/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core-test/src/test/java/org/apache/freemarker/core/util/StringUtilsTest.java -- diff --git

[07/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/_MethodUtils.java -- diff --git

[11/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/MessageUtils.java -- diff --git

[16/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core-test/src/test/java/org/apache/freemarker/core/model/impl/OverloadedNumberUtilTest.java -- diff --git

[08/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/model/impl/OverloadedNumberUtils.java -- diff --git

[14/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core-test/src/test/java/org/apache/freemarker/core/util/DateUtilsTest.java -- diff --git

[10/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-core/src/main/java/org/apache/freemarker/core/_EvalUtil.java -- diff --git

[17/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ebb39b84 Tree:

[01/17] incubator-freemarker git commit: Renamed XxxUtil classes to XxxUtils, as this convention is more widespread nowadays.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 cfd379605 -> ebb39b845 http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ebb39b84/freemarker-test-utils/src/main/java/org/apache/freemarker/test/ResourcesExtractor.java

[jira] [Commented] (FREEMARKER-64) FM3 Unification and improvement of function-like constructs

2017-08-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16118228#comment-16118228 ] ASF GitHub Bot commented on FREEMARKER-64: -- GitHub user ddekany opened a pull request:

[GitHub] incubator-freemarker pull request #33: FREEMARKER-64: Function (and thus als...

2017-08-08 Thread ddekany
GitHub user ddekany opened a pull request: https://github.com/apache/incubator-freemarker/pull/33 FREEMARKER-64: Function (and thus also method) call syntax now suppor… …ts passing parameter by name. You can merge this pull request into a Git repository by running: $ git

[2/2] incubator-freemarker git commit: Renamed `FTLUtil` to `TemplateLanguageUtils` (as the FTL name will be abandoned in FM3, and supporting multiple languages are planned in the future).

2017-08-08 Thread ddekany
Renamed `FTLUtil` to `TemplateLanguageUtils` (as the FTL name will be abandoned in FM3, and supporting multiple languages are planned in the future). Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

[1/2] incubator-freemarker git commit: Renamed `FTLUtil` to `TemplateLanguageUtils` (as the FTL name will be abandoned in FM3, and supporting multiple languages are planned in the future).

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 ebb39b845 -> a5ac9983f http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/a5ac9983/freemarker-core/src/main/java/org/apache/freemarker/core/util/TemplateLanguageUtils.java

incubator-freemarker git commit: BeanModel shouldn't log "no such key" events, not even on debug level.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 a5ac9983f -> 3f2743387 BeanModel shouldn't log "no such key" events, not even on debug level. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

incubator-freemarker git commit: Got rid of _MiscTemplateException; merged internal constructors into TemplateException.

2017-08-08 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 3f2743387 -> 22de04e9b Got rid of _MiscTemplateException; merged internal constructors into TemplateException. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: