Closed
Description
BeanDefinitionPropertyValueCodeGeneratorDelegates
has special handling for a LinkedHashMap
and it creates a method for a more complex body.
However, the generated method does not have a static
keyword so it can't be invoked from a static
method. Given that the instance supplier is static
this will lead to a compilation failure.
See spring-projects/spring-boot#44916 for an example.