Files
spring-boot/spring-boot-project
Phillip Webb f5b93da90f Fix conversion failures when using DefaultResolver
Update `ConfigurationPropertySourcesPropertyResolver` so that calls to
the `DefaultResolver` do not attempt conversion.

Prior to this commit, the delegate resolver was accidentally called
with the target type which could cause a `ConversionFailedException`
to be thrown. We should have always used `Object.class` and let the
`convertValueIfNecessary` method perform conversion.

Fixes gh-26732
2021-06-07 22:07:22 -07:00
..
2021-06-04 17:49:52 +02:00
2021-06-02 14:14:04 +02:00
2021-06-06 21:53:10 -07:00
2021-05-17 11:27:57 +01:00