spring-framework/spring-web
Violeta Georgieva ec2218c967 AbstractListenerWriteFlushProcessor: Ensure the last flush will be performed
When writing Publisher<Publisher<T>>, a flush operation is performed onComplete
for every Publisher. If the flush operation is not able to be performed immediately
it will be retried before starting to process data provided by the next Publisher.
For the last Publisher the implementation needs to ensure that the flush will
be performed only then whole operation will complete.

Issue: SPR-15949
2017-09-15 08:53:00 +02:00
..
src AbstractListenerWriteFlushProcessor: Ensure the last flush will be performed 2017-09-15 08:53:00 +02:00
spring-web.gradle Upgrade to Apache Johnzon 1.1.3 2017-09-02 00:28:41 +02:00