Open fedpet opened 3 weeks ago
@fedpet Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@fedpet Thank you for signing the Contributor License Agreement!
At the moment, users of DataBufferUtils.outputStreamPublisher are forced to catch and re-throw IOException whenever they actually write to the OutputStream.
Example:
This PR aims to allow users to write cleaner code, example:
As exceptions are already handled nicely under the hoods.
Same concept for BodyInserters.