[jira] [Created] (VELOCITY-909) Refactor property key names

2019-03-03 Thread Claude Brisson (JIRA)
Claude Brisson created VELOCITY-909: --- Summary: Refactor property key names Key: VELOCITY-909 URL: https://issues.apache.org/jira/browse/VELOCITY-909 Project: Velocity Issue Type:

Re: [ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Claude Brisson
On 03/03/2019 21:52, Claude Brisson wrote: Is this list complete? http://velocity.apache.org/engine/2.0/configuration.html Apart from 2.1 novelties, I'm quite sure, yes. All new ones are visible in http://velocity.apache.org/engine/devel/configuration.html It looks like this one is an

[jira] [Assigned] (VELOCITY-892) Method arguments conversions should be based on Type instead of Class

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson reassigned VELOCITY-892: --- Assignee: Claude Brisson > Method arguments conversions should be based on Type

[jira] [Assigned] (VELOCITY-851) refreshResource does not add resource to cache when using multiple resource loaders

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson reassigned VELOCITY-851: --- Assignee: Claude Brisson > refreshResource does not add resource to cache when

[jira] [Resolved] (VELOCITY-892) Method arguments conversions should be based on Type instead of Class

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson resolved VELOCITY-892. - Resolution: Fixed Fix Version/s: (was: 2.0) 2.1 > Method

[jira] [Closed] (VELOCITY-851) refreshResource does not add resource to cache when using multiple resource loaders

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson closed VELOCITY-851. --- > refreshResource does not add resource to cache when using multiple resource > loaders >

[jira] [Resolved] (VELOCITY-851) refreshResource does not add resource to cache when using multiple resource loaders

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson resolved VELOCITY-851. - Resolution: Fixed Fix Version/s: 2.1 Fixed by commit 1854700. No test case

[jira] [Closed] (VELOCITY-892) Method arguments conversions should be based on Type instead of Class

2019-03-03 Thread Claude Brisson (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Brisson closed VELOCITY-892. --- > Method arguments conversions should be based on Type instead of Class >

[ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Claude Brisson
The test build of Velocity Engine 2.1 is available. No determination as to the quality ('alpha,' 'beta,' or 'GA') of Velocity Engine 2.1 has been made, and at this time it is simply a "test build". We welcome any comments you may have, and will take all feedback into account if a quality vote

Re: [ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Michael Osipov
Am 2019-03-03 um 16:17 schrieb Claude Brisson: The test build of Velocity Engine 2.1 is available. No determination as to the quality ('alpha,' 'beta,' or 'GA') of Velocity Engine 2.1 has been made, and at this time it is simply a "test build". We welcome any comments you may have, and will

Re: [ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Claude Brisson
On 03/03/2019 20:09, Michael Osipov wrote: I have noticed that too actually. I always wondered about this quirk: resource.loader = file,classpath,etc. file.resource.loader.path = ... instead of resource.loaders = file,classpath resource.loader.file.path = More standard, I agree.

Re: [ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Michael Osipov
Am 2019-03-03 um 19:29 schrieb Claude Brisson: Thanks for the diligent feedback. Going through the notes makes make stumble upon this: Added a new 'parser.allows.dash.in.identifiers' boolean property (false per default) to (dis)allow '-' in reference identifiers . Fixes VELOCITY-542. I

Re: [ANNOUNCE] Velocity Engine 2.1 test build available

2019-03-03 Thread Claude Brisson
Thanks for the diligent feedback. Going through the notes makes make stumble upon this: Added a new 'parser.allows.dash.in.identifiers' boolean property (false per default) to (dis)allow '-' in reference identifiers . Fixes VELOCITY-542. I see a few issues here: * The property name is