Files
spring-integration/spring-integration-core
Artem Bilan d70df11975 PollerAdviceTests: synchronized list actions
https://build.spring.io/browse/INT-MASTERSPRING40-441

Even if we `stop()` a `SourcePollingChannelAdapter` that doesn't mean
that task-in-progress can't deliver its result to the source consumer.

* Wrap a list `add()` and iterator operations to avoid a
`ConcurrentModificationException`
2018-08-27 12:20:26 -04:00
..