Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Nathan Bubna
[+1] GA On Tue, Mar 19, 2019 at 5:43 PM Claude Brisson wrote: > The Velocity Engine 2.1 RC3 is available since March 15. > > Main changes: > > * Velocity Engine 2.1 now requires JDK 1.8+ > * Two more backward compatibility flags with 1.7: hyphens in > identifiers and macros literal arguments

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Michael Osipov
Am 2019-03-20 um 01:42 schrieb Claude Brisson: The Velocity Engine 2.1 RC3 is available since March 15. Main changes:  * Velocity Engine 2.1 now requires JDK 1.8+  * Two more backward compatibility flags with 1.7: hyphens in identifiers and macros literal arguments handling  * New VTL synta

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Greg Huber
Texen, yes. I use it in my build, so I have a local version. ...I missed this had been created already org.apache.velocity.runtime.RuntimeConstants String RESOURCE_LOADERS = "resource.loaders"; Cheers Greg On Wed, 20 Mar 2019 at 09:22, Claude Brisson wrote: > You mean Texen? Well, this sub

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Claude Brisson
 [ ] Leave at test build  [ ] Alpha  [ ] Beta  [x] General Availability (GA) - To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Claude Brisson
You mean Texen? Well, this subproject has been archived, since no one is maintaining it anymore. It shouldn't be too hard to patch it the day Engine 3.0 drops reprecated config names, though. On 20/03/2019 09:39, Greg Huber wrote: I was just upgrading my local taxen task and it uses Velocity

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Greg Huber
I was just upgrading my local taxen task and it uses VelocityEngine.RESOURCE_LOADER with a value of resource.loader Maybe this need to be upgraded? >> resource.loaders as I get a message when running the command. [WARNING] configuration key 'resource.loader' has been deprecated in favor of 'resourc

Re: [VOTE] Engine 2.1 RC3 Release quality

2019-03-20 Thread Greg Huber
Thanks for your effort, works great for me. [x] General Availability (GA) On Wed, 20 Mar 2019 at 00:43, Claude Brisson wrote: > The Velocity Engine 2.1 RC3 is available since March 15. > > Main changes: > > * Velocity Engine 2.1 now requires JDK 1.8+ > * Two more backward compatibility flag