Integer bounds verification when calling `TokenBuffer.getIntValue()` · Issue #1729 · FasterXML/jackson-databind
Hello, Using the TokenBuffer API I have noticed some unexpected behaviour wrt to 32 bit integers limits when deserializing a constructed TokenBuffer. It seems like when calling getIntValue() where ...