Closed
Description
In my case it concerns the S3 SDK.
L39 of WriteStreamSubscriber.java crashes when calling byteBuffer.array() because the S3 SDK passes a bytebuffer that is backed by an array but is read-only.
From docs:
ReadOnlyBufferException - If this buffer is backed by an array but is read-only
This prevents us from upgrading beyong 2.20.75