Closed padamstx closed 2 years ago
Discussed this with @RICELLIS on slack and we agreed that moving forward with this change should be ok (famous last words perhaps :joy: ).
:tada: This PR is included in version 9.17.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This commit makes a small change to our Gson factory so that it sets the "object to number" strategy to LAZILY_PARSED_NUMBER. The default value (DOUBLE) does not provide the fidelity needed when performing marshalling/unmarshalling steps involving generic datastructures like Map<String,Object>.
Signed-off-by: Phil Adams phil_adams@us.ibm.com