The All Remote Query related tests in hotrod-client module are failing due to the wrong version of hibernate-search-engine in infinispan-bom.xml. According to ER2 announcement the upgrade is done for hibernate-search to 4.4.0.Beta1 version. But, the version is remaining as 4.4.0.Alpha2 which leads to that all Remote Query related tests are failing with error: org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for message id[6119] returned server error (status=0x85): java.lang.NoSuchMethodError: org.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext.withFieldBridge(Lorg/hibernate/search/bridge/FieldBridge;)Lorg/hibernate/search/query/dsl/TermMatchingContext; at org.infinispan.client.hotrod.impl.protocol.Codec10.checkForErrorsInResponseStatus(Codec10.java:143) at org.infinispan.client.hotrod.impl.protocol.Codec10.readHeader(Codec10.java:99) at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56) at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:68) at org.infinispan.client.hotrod.impl.operations.QueryOperation.executeOperation(QueryOperation.java:26) at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:46) at org.infinispan.client.hotrod.impl.query.RemoteQuery.executeQuery(RemoteQuery.java:79) at org.infinispan.client.hotrod.impl.query.RemoteQuery.list(RemoteQuery.java:69) .....
The library distro and maven repo contain the older version so this is a blocker for JDG 6.2 Beta.
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.