reta opened a new pull request #889:
URL: https://github.com/apache/cxf/pull/889


   The regression introduced by 
[CXF-8633](https://issues.apache.org/jira/browse/CXF-8633) causes intermittent 
tests failures wirh `ConcurrentModificationException`: 
   
   ```
   Caused by: java.util.ConcurrentModificationException
        at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1511)
        at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1544)
        at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1542)
        at java.base/java.util.HashMap.putMapEntries(HashMap.java:508)
        at java.base/java.util.HashMap.putAll(HashMap.java:781)
        at 
org.apache.cxf.message.MessageImpl.calcContextCache(MessageImpl.java:216)
        at 
org.apache.cxf.message.MessageImpl.getContextualProperty(MessageImpl.java:179)
        at 
org.apache.cxf.message.MessageUtils.getContextualProperty(MessageUtils.java:176)
        at 
org.apache.cxf.jaxrs.client.AbstractClient.setResponseBuilder(AbstractClient.java:443)
        at 
org.apache.cxf.jaxrs.client.WebClient.handleResponse(WebClient.java:1169)
        ... 35 more
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to