You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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