Support binding with BeanFactory ConversionService
Update `BindConverter` so that multiple `ConverterServices` can be specified when binding. This change allows `ConversionServiceDeducer` to add both the `BeanFactory` conversion service as well as a custom `ApplicationConversionService` when beans annotated with `@ConfigurationPropertiesBinding` are found. Fixes gh-26089
Showing
Please register or sign in to comment