Small naming comment; isn't clearTemplateCache a better name instead
of clearTemplatesCache?
Mathias
On Tue, Aug 11, 2009 at 12:40 AM, wrote:
> Author: musachy
> Date: Mon Aug 10 22:40:51 2009
> New Revision: 802949
>
> URL: http://svn.apache.org/viewvc?rev=802949&view=rev
> Log:
> WW-3189 add a
Typo in the default.properties:
+### Chaches parsed OGNL expressions, but can lead to memory leaks
Caches...
On Mon, Jun 29, 2009 at 10:15 PM, wrote:
> Author: musachy
> Date: Mon Jun 29 20:15:24 2009
> New Revision: 789432
>
> URL: http://svn.apache.org/viewvc?rev=789432&view=rev
> Log:
> WW-3
The AnnotationActionValidatorManager should be using ConcurrentHashMap
and putIfAbsent for maximal concurrency. Could you file an issue in
JIRA?
On Sat, Apr 18, 2009 at 6:38 PM, stanlick wrote:
>
> I am running JMeter over an application and after about an hour of ten
> threads making relatively
Musachy,
Great stuff! Is the new implementation using ScriptEngine (JSR 223) in
some way? Both OGNL and MVEL have a ScriptEngineFactory
implementation, and many other scripting languages do, maximal
decoupling.
Regards,
Mathias
On Sun, Apr 19, 2009 at 11:28 PM, Musachy Barroso wrote:
> Every a