Hi Emmanuel,
I have tried using slf4j MDC/ThreadLocal but it can't retrieve the value
(username) since it works if running on the same thread.
And the distributed release processes run on different threads.
The method signatures I have modified affects the distributed release
methods.
I guess I will be leaving the fix as is for now.
Emmanuel Venisse wrote:
Wouldn't it be better to use a aspect and/or a ThreadLocal/slf4j MDC to
get/set the username instead of adding the username param on all methods?
I'll find it more elegant/intrusive.
Emmanuel
On Wed, Jun 24, 2009 at 11:20 AM, <jzurb...@apache.org> wrote:
--
Thanks,
Jev