Jackson's ObjectMapper().convertValue() method causes an infinite loop when trying to convert a generic Object (in this case, a LinkedHashmap) to my own POJO class. Here's a code snippet of my case: ...
Reading properties from a config file and mapping them with com.fasterxml.jackson.databind.ObjectMapper.convertValue() to a Redisson Config to be working fine. Caused by: ...