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
[CODEC-264]: Ensure hash128 maintains the sign extension bug.
The hash128(...) method was calling the public hash128x86(...) method
with an int seed when it should have called the private hash128x86(...)
with a long seed. Thus it did not have the sign extension error. The
internal method has been renamed to avoid a name clash with the public
API. The old hash128() behaviour is now restored as the seed is passed
to the hash method with implicit long conversion.
<actionissue="CODEC-259"dev="aherbert"type="fix">Hex: Only use an available ByteBuffer backing array if the length equals the remaining byte count.</action>
0 commit comments