lananda
lananda
> I'm not sure how this is supposed to solve the problem exactly. > > As far as I can see, the code that accesses this map is already synchronized:...
I have updated the bug with stack of other deadlocked thread
> Apart from @yrodiere 's comment, I would repeat what I initially said: these particular methods should generally be called once in the lifetime of an application. I wonder if...
> > Here (getCachedValidationProviders) the synchronization is on class monitor - this is not going to help this situation, the HashMap itself is not synchronized & that is leading to...
[FullThreadDump_Validtion_Hashmap.txt](https://github.com/jakartaee/validation/files/9751598/FullThreadDump_Validtion_Hashmap.txt) [gsmet](https://github.com/gsmet) [yrodiere](https://github.com/yrodiere) I have now attached the full thread dump for this issue. could you please review once. I think the fix in clearCache is unrelated to the current...
this is a known issue about WeakHashMap, Here are few issues where WeakHashMap is not synchronized is reported https://github.com/eclipse-ee4j/metro-jax-ws/issues/61 https://github.com/spring-projects/spring-loaded/issues/194 https://www.adam-bien.com/roller/abien/entry/endless_loops_in_unsychronized_weakhashmap Here is the problem as it showed up in...