We are passing custom values to the constructor of PooledByteBufAllocator in tests in order to turn of caching. This is based on: https://github.com/netty/netty/issues/5275#issuecomment-220547057 Netty 4.1.52 has significant changes in PooledByteBufAllocator: https://github.com/netty/netty/pull/10267 After the changes, our current value for maxOrder=2, which results in chunkSize=16K, causes an assert failure in PoolChunk where the runSize exceeds the chunkSize. |
||
---|---|---|
.. | ||
kotlin-coroutines | ||
src | ||
spring-core.gradle |