Closed
Description
Hello. Last week we migrated our projects from spring boot 2.3.12.RELEASE
to spring boot 2.7.11
and after that our projects are not starting anymore with the following exception :
Reason: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.util.LinkedHashMap<?, ?>] to type
This happens for entries that are defined as empty objects in the YML file. I attached a sample project