When switching from spring-messaging version 5.2.9.RELEASE or lower to 5.2.10.RELEASE or newer we encounter a ConcurrentModificationException in org.springframework ...
You can reproduce this by creating 100 or so channels and deploying them all at once. You'll see entries in the server log: [2013-08-15 13:29:07,068] ERROR ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Have you inadvertently run into Java’s ...
This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible. For example, it is not permssible for one thread to ...