Re: [xwiki-devs] Big ThreadLocal patch coming...

2008-05-22 Thread Thomas Mortagne
OK for me On Wed, May 21, 2008 at 3:19 PM, Vincent Massol [EMAIL PROTECTED] wrote: Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: * introduce a new VelocityManager component with 2 methods: getVelocityContext() and getVelocityEngine() that have to be

Re: [xwiki-devs] Big ThreadLocal patch coming...

2008-05-22 Thread Jean-Vincent Drean
Ok for me. On Wed, May 21, 2008 at 3:19 PM, Vincent Massol [EMAIL PROTECTED] wrote: Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: * introduce a new VelocityManager component with 2 methods: getVelocityContext() and getVelocityEngine() that have to be

[xwiki-devs] Big ThreadLocal patch coming...

2008-05-21 Thread Vincent Massol
Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: * introduce a new VelocityManager component with 2 methods: getVelocityContext() and getVelocityEngine() that have to be used from now one whenever code needs to get the velocity context or evaluate some

Re: [xwiki-devs] Big ThreadLocal patch coming...

2008-05-21 Thread Sergiu Dumitriu
Vincent Massol wrote: Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: * introduce a new VelocityManager component with 2 methods: getVelocityContext() and getVelocityEngine() that have to be used from now one whenever code needs to get the

Re: [xwiki-devs] Big ThreadLocal patch coming...

2008-05-21 Thread Vincent Massol
Guys, I need more feedback before I can apply it. I need to know if it's ok for most of you at least... :) Thanks -Vincent On May 21, 2008, at 4:36 PM, Sergiu Dumitriu wrote: Vincent Massol wrote: Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: *

Re: [xwiki-devs] Big ThreadLocal patch coming...

2008-05-21 Thread Artem Melentyev
OK for me. Vincent Massol wrote: Hi devs, I'd like to commit my big threadlocal patch. What it does is the following: * introduce a new VelocityManager component with 2 methods: getVelocityContext() and getVelocityEngine() that have to be used from now one whenever code needs to