• A
    Use DataBufferUtils.compose and remove writeAggregator · 67e7c784
    Arjen Poutsma 提交于
    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
    67e7c784
DataBufferUtils.java 20.8 KB