Applications that compile against Infinispan 6.x, will expect that
org.infinispan.configuration.cache.EvictionConfiguration.maxEntries()
returns an int but when they run against Infinispan 7.x, they will not
find this method (since maxEntries() returns a long).
Is this a known bug or issue on Infinispan 7.x? Can you recommend a
solution or workaround for applications that currently depend on
maxEntries returning an int but aren't ready to recompile against
Infinispan 7?
Also see the original discussion from last night on hibernate-dev ml [1][2].
Scott
[1]
http://lists.jboss.org/pipermail/hibernate-dev/2015-May/012715.html
[2]
http://lists.jboss.org/pipermail/hibernate-dev/2015-May/012725.html