[infinispan-dev] Infinispan Query API changes

Sanne Grinovero sanne at infinispan.org
Thu Oct 3 11:44:57 EDT 2013


Hi,
just a heads up that I've been moving some APIs around from
org.infinispan.query:

https://github.com/infinispan/infinispan/pull/2131

In particular I think that CapeDwarf is using some methods from

org.infinispan.query.SearchManager

which are no longer exposed; the fix is simple, cast any SearchManager
you might have into a
org.infinispan.query.spi.SearchManagerImplementor

SearchManagerImplementor is meant to be an SPI, so a relatively stable
interface for projects like CD but not expected to be used by every
day users.

Sanne


More information about the infinispan-dev mailing list