2.3.2 #331
guoshiqiufeng
announced in
Releases
2.3.2
#331
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release Notes - Version 2.3.2
Overview
Version 2.3.2 is a maintenance release that addresses critical bugs in WebClient Buffer Limit Exception for Large Files.
Bug Fixes
1. WebClient Buffer Limit Exception for Large Files
DataBufferLimitExceptionthrown when response body exceeds 256KB (default WebClient buffer limit).retrieve().toEntity(byte[].class)toexchangeToMono()with streamingbodyToFlux(DataBuffer.class)to read data in chunksreduceoperationWebClientExecutor.executeForEntity()methods (both Class and TypeReference variants)WebClientExecutorTest- Updated test mocks to useexchangeToMono()This discussion was created from the release 2.3.2.
All reactions