Giacomo Pati created OLINGO-452:
-----------------------------------

             Summary: Fixed ConcurrentModificationException when using IBM JVM 
on WebSphere 8
                 Key: OLINGO-452
                 URL: https://issues.apache.org/jira/browse/OLINGO-452
             Project: Olingo
          Issue Type: Bug
          Components: odata2-jpa
    Affects Versions: V2 2.0.0
         Environment: WebSphere 8
            Reporter: Giacomo Pati
            Priority: Minor
             Fix For: V2 2.1.0


ODataJPAResponseBuilderDefault is using a pattern like 
aList.retainAll(aList.sublist(...)) which fails with a 
ConcurrentModificationException on IBM JVM (because of internally used 
Iterator). Attached patch fixes this issue, tested on IBM as well as on Oracle 
JVM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to