infinispan / js-client

Javascript client for Infinispan, over the Hot Rod wire protocol
https://infinispan.org/docs/hotrod-clients/js/latest/js_client.html
Apache License 2.0
15 stars 28 forks source link

Fixed upper limit for int and short #92

Closed rigazilla closed 2 years ago

rigazilla commented 2 years ago

Correct limit for 32 bit int is 2^32 short is 2^16

rigazilla commented 2 years ago

fixes https://issues.redhat.com/browse/JDG-5423

tristantarrant commented 2 years ago

Merged, thanks