You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm not exactly sure how long snapshots are available for on Nexus (I think it might be 30 days?) but in case the link above becomes unavailable please ping me.
Let me know if your tests are running fine so that I can release 1.2.2.
Yeah, sorry. I'm on it, but im away from work atm. We're testing it in an underlying lib now which will go into mainline in the near future bar any issues. Seems to work fine so far, just wanted to verify with the code that experienced the issue.
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
The text was updated successfully, but these errors were encountered: