On Mon, Mar 10, 2008 at 9:03 AM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Just check that this change is compatible with the JVM version we are using. > > I don't remember if MINA should still be compatible with 1.4, and if > ConcurrentHashMap is avaialable in 1.4...
ConcurrentHashMap came with the concurrency classes in 1.5. Since the bug manifests itself inside of a enhanced for loop I think we should be fine :-) /niklas