Skip to content

Fix for jakarta/rest/issue-1322#1337

Open
anagha-paulson wants to merge 2 commits into
jakartaee:mainfrom
anagha-paulson:rest-issue-1322
Open

Fix for jakarta/rest/issue-1322#1337
anagha-paulson wants to merge 2 commits into
jakartaee:mainfrom
anagha-paulson:rest-issue-1322

Conversation

@anagha-paulson

@anagha-paulson anagha-paulson commented Jan 30, 2026

Copy link
Copy Markdown

Fixes #1322

To avoid ConcurrentModificationException

Java.util.ConcurrentModificationException (Thread safety issue)

closeTest_coreProfile:java.util.ConcurrentModificationException
at java.base/java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:977)
at java.base/java.util.LinkedList$ListItr.next(LinkedList.java:899)
at ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT.closeTest(JAXRSClientIT.java:636)

@arjantijms arjantijms changed the title Fix for jarata/rest/issue-1322 Fix for jakarta/rest/issue-1322 Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TCK: ConcurrentModificationException at at ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT.closeTest

1 participant