]
Tristan Tarrant updated ISPN-2878:
----------------------------------
Fix Version/s: 5.2.3.Final
Default iteration on QueryCache is changed to EAGER iteration
-------------------------------------------------------------
Key: ISPN-2878
URL:
https://issues.jboss.org/browse/ISPN-2878
Project: Infinispan
Issue Type: Task
Components: Querying
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 5.2.3.Final, 5.3.0.Alpha1
This is needed to fix ISPN-2874: I'm creating a separate JIRA to track the API change
in changelogs.
Example of otherwise broken code:
{code}
Query query = queryBuilder.all().createQuery();
CacheQuery cacheQuery = searchManager.getQuery(query, Bean.class);
for (Object object : cacheQuery) {
...
}{code}
(it's failing to close the iterable)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: