DO NOT REPLY [Bug 50265] FormatDateSupport.dateFormatCache lazy init is not safe

2011-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50265 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: DO NOT REPLY [Bug 50265] FormatDateSupport.dateFormatCache lazy init is not safe

2011-01-01 Thread Jeremy Boynes
The caching change for #32311 has never been released. I'd like to suggest we revert that change and go back to creating formatters as needed (as we did in the last release). Due to the removal of synchronized on Calendar#getInstance() this will solve the original issue and not add any threading

DO NOT REPLY [Bug 50265] FormatDateSupport.dateFormatCache lazy init is not safe

2011-01-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50265 Jeremy Boynes changed: What|Removed |Added Depends on||32311 --- Comment #1 from Jeremy B