Recently while looking at the DataContainer interface and implementation it
was noticed that the entrySet, values and keySet methods that return
collections are very inconsistent. The big issue is whether these methods
return expired entries or not and if they are backing or copies etc. It was
suggested [1] to deprecate these. I am all for this. I was looking at the
references to these methods and they all can be replace with using the
proper iterator and forEachRemaining instead.

I just wanted to confirm if everyone is alright with me deprecating the
collection methods on DataContainer interface for 9.0 Final.

[1]
https://github.com/infinispan/infinispan/pull/5011#pullrequestreview-28599145

Thanks,

 - Will
_______________________________________________
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Reply via email to