]
Tristan Tarrant updated ISPN-6138:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
9.0.0.Alpha1
Resolution: Done
Remove type parameter form QueryBuilder and QueryFactory
--------------------------------------------------------
Key: ISPN-6138
URL:
https://issues.jboss.org/browse/ISPN-6138
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.0.0.Final, 9.0.0.Alpha1
That parameter has become meaningless after several refactorings. It will always be
```Query```, never a subtype of it, so it can be removed.
This will not be backward compatible.