In public class GroovyClassResolver implements IClassResolver
, I found the following usage import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; , and private final Map classCache = new ConcurrentHashMap(); I don't feel too comfortable with a dependency on EDU.oswego.cs.dl.util.concurrent. Usage of this class may date back to the pre java.util.concurrent era. It might be possible today to replace ConcurrentHashMap with something from Sun. What do you think? - nilo -- View this message in context: http://www.nabble.com/-Wicket-Dev--groovy-integration-ConcurrentHashMap-tf3154235.html#a8746505 Sent from the Wicket - Dev mailing list archive at Nabble.com.
