[infinispan-dev] missing "int org.infinispan.configuration.cache.EvictionConfiguration.maxEntries()" & NoSuchMethodError running hibernate-infinispan tests with Infinispan 7.2.1

Scott Marlow smarlow at redhat.com
Fri May 15 10:38:32 EDT 2015


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


More information about the infinispan-dev mailing list