Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Musachy Barroso
Patch here(this one works), because I am haven't finished my PhD in Math yet, so I am having a hard time working with Crucible: Index: core/src/main/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManager.java === ---

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Wes Wannemacher
I had to go through the registration process a while ago for another code review Musachy posted. To be honest though, I don't know if you have a my.atlassian.com account if it would work... -Wes On Fri, Jul 24, 2009 at 2:18 PM, Rene Gielen wrote: > Hmm, how can I authenticate to Fisheye and Cruci

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Rene Gielen
Hmm, how can I authenticate to Fisheye and Crucible? Musachy Barroso schrieb: nothing like sending an email to find the answer. That whole thing is broken. musachy On Fri, Jul 24, 2009 at 10:32 AM, Musachy Barroso wrote: I changed the synchronized implementation of AnnotationActionValidatorMa

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Musachy Barroso
nothing like sending an email to find the answer. That whole thing is broken. musachy On Fri, Jul 24, 2009 at 10:32 AM, Musachy Barroso wrote: > I changed the synchronized implementation of > AnnotationActionValidatorManager.getValidators to use java concurrent > API, I could use some code review