spring-framework/spring-webflux
Arjen Poutsma 67e7c784e8 Use DataBufferUtils.compose and remove writeAggregator
Use DataBufferUtils.compose instead of writeAggregator to combine
multiple data buffers into one, as the write aggregator would not work
when the initial data buffer did not have enough capacity to contain
all subsequent buffers.

Removed writeAggregator, as it is no longer needed.

Issue: SPR-16365
2018-01-12 10:36:09 +01:00
..
src Use DataBufferUtils.compose and remove writeAggregator 2018-01-12 10:36:09 +01:00
spring-webflux.gradle Upgrade to Hibernate Validator 6.0.7 2017-12-21 17:00:06 +01:00