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
Refactors extractBytes(:ByteBuffer) to call getBytes(:ByteBuffer), thereby avoid the NullPointerException by throwing the more appropriate IllegalArgumentException with a descriptive message instead.
See spring-projects#2733
Additionally, deprecate redundant
ByteUtils.extractBytes(:ByteBuffer)
method and callByteUtils:getBytes(:ByteBuffer)
method instead.The text was updated successfully, but these errors were encountered: