Skip to content

Fix for jakarta/rest/issue-1322#1337

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

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

Conversation

@anagha-paulson
Copy link

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

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
@anagha-paulson
Copy link
Author

anagha-paulson commented Feb 5, 2026

issue : #1322

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