Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2878

Default iteration on QueryCache is changed to EAGER iteration

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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:

      Query query = queryBuilder.all().createQuery();
      CacheQuery cacheQuery = searchManager.getQuery(query, Bean.class);
      for (Object object : cacheQuery) {
         ...
      }

      (it's failing to close the iterable)

              sgrinove Sanne Grinovero (Inactive)
              sgrinove Sanne Grinovero (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: