elnafateh commented on code in PR #5946:
URL: https://github.com/apache/fineract/pull/5946#discussion_r3453406632
##########
fineract-client-feign/src/main/java/org/apache/fineract/client/feign/ObjectMapperFactory.java:
##########
@@ -62,6 +65,17 @@ public static ObjectMapper createObjectMapper() {
// Disable FAIL_ON_EMPTY_BEANS for empty responses
mapper.disable(SerializationFeature.FAIL_ON_EMPTY_BEANS);
+ // Handle cases where server returns a plain string for a field the
model expects as POJO
Review Comment:
probably no, but am not certain of the original trigger case, I'll dig about
that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]