Hi,
Our app has recently started to return Double.NaN field but gwt-jackson throws IllegalArgumentException Numeric values must be finite, but was NaN.
I don't see any reason why these specifics values are not supported, regular Jackson serializes those with a double quoted: "NaN", "-Infinity" and "Infinity".
Patch is coming.
Hi, Our app has recently started to return Double.NaN field but gwt-jackson throws
IllegalArgumentException Numeric values must be finite, but was NaN
. I don't see any reason why these specifics values are not supported, regular Jackson serializes those with a double quoted: "NaN", "-Infinity" and "Infinity". Patch is coming.