-
Mar 11th, 2009, 04:41 PM
#1
MapFactoryBean and thread-safe maps
We recently encountered the problem of get() in HashMap entering an infinite loop (mentioned http://lightbody.net/blog/2005/07/ha...an_infini.html here.
This caused us to wonder about the maps generated through the MapFactoryBean, and if they could ever have a problem. I see that MFB generates LinkedHashMaps by default. Why can these safely be injected into Spring singletons? It would seem to have the same problem as any Java HashMap-type structure.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules