mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 19:14:57 +00:00
Use Jackson's internal implementations for parsing big integers and floating-point numbers more efficiently Addressed case where JSON Writer configured to not allow scientific notation, but receives a record that already has a SerializedForm using scientific notation. This closes #8319 Signed-off-by: David Handermann <exceptionfactory@apache.org>