velocity 2 jar in maven repository

2017-12-06 Thread jmeter tea
Hello, I was expecting to download velocity 2 jar from the link: https://repo1.maven.org/maven2/org/apache/velocity/velocity/ But only until velocity 1.7 exists there. Should version 2 be uploaded to this url or should it be found elsewhere?

Re: Setting context value from template broken in 2.0

2017-12-06 Thread Claude Brisson
On 05/12/2017 23:46, Veit Guna wrote: Hi. I just gave 2.0 a testdrive and some issues occurred to me. a) Until 1.7 I could use #set($subject = "Hey Buddy") To pass back context values to the caller (java code). I could simply get it from the Map: contextMap.get("subject"); Now this

strict mode but ignore null

2017-12-06 Thread Veit Guna
Hi. I would like to setup Velocity so that invalid (=unknown) properties/methods are throwing an exception, but null values shouldn't. And that per default. I know that I could use quiet references, but I would have to think about everytime, whether it could be null or not. Or use it all the