Unit Service not able to parse Double fields passed in quotes
Unit service is not able to parse double type fields in request when passed in quotes. For ex . "offset": "0.0", Error - AppException(error=AppError(code=500, reason=Server error., message=An unknown error has occurred., debuggingInfo=null, originalException=org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchFieldError: USE_FAST_DOUBLE_PARSER))
Cause - The error is caused due to incompatible version of jackson dependencies - jackson-core 2.13.2, jackson-databind 2.14.0 which was updated as part of MR !222 (merged)
Resolution - Use same version for all jackson dependencies