[infinispan-issues] [JBoss JIRA] (ISPN-2878) Default iteration on QueryCache is changed to EAGER iteration

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Fri Mar 1 10:16:56 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated ISPN-2878:
----------------------------------

    Description: 
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)

  was:This is needed to fix ISPN-2874: I'm creating a separate JIRA to track the API change in changelogs.


    
> 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.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: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list