See description in https://github.com/FasterXML/jackson-core/issues/1161 See proposed fix in https://github.com/FasterXML/jackson-core/pull/1162 Unfortunately the fix is incomplete. We need to replace all calls to parseDigitsRecursive() with last argument `null` by parseDigitsIterative().
See description in FasterXML/jackson-core#1161
See proposed fix in FasterXML/jackson-core#1162
Unfortunately the fix is incomplete. We need to replace all calls to parseDigitsRecursive() with last argument
nullby parseDigitsIterative().