[jbosstools-issues] [JBoss JIRA] (JBIDE-20491) "incompatibleImprovements" setting should be set

Alexey Kazakov (JIRA) issues at jboss.org
Mon Aug 24 09:40:28 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov reassigned JBIDE-20491:
--------------------------------------

    Assignee: Denis Golovin


> "incompatibleImprovements" setting should be set
> ------------------------------------------------
>
>                 Key: JBIDE-20491
>                 URL: https://issues.jboss.org/browse/JBIDE-20491
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: freemarker
>            Reporter: Daniel Dekany
>            Assignee: Denis Golovin
>
> Where the {{freemarker.template.Configuration}} is created, the {{incompatibleImprovements}} setting shouldn't be left on its default, 2.3.0. It should be set to {{Configuration.getVersion()}} (like {{new Configuration(Configuration.getVersion())}}, or with {{config.setIncompatibleImprovements(Configuration.getVersion())}}).
> Why: The plugin doesn't execute the templates, just parses them. As of 2.3.24, all the "incompatible" fixes that affect the parser (not the execution) just makes it stricter by eliminating legacy parser glitches that let through things that are pretty much always just user oversights. Also when 2.3.24 is out, the new {{ftlh}} and {{ftlx}} file extensions, which affect parsing, will only have effect with {{incompatibleImprovements}} 2.3.24.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list