Files
spring-boot/spring-boot-project
Dave Syer 06eff45a71 Support ConfigurationClassPostProcessor supplier
Update `SharedMetadataReaderFactoryContextInitializer` to optionally
support a `ConfigurationClassPostProcessor` provided via an instance
`Supplier`.

If the instance supplier is available then we can use that to set the
`MetadataReaderFactory` non-reflectively, instead of using a
`PropertyValue` (and the `BeanWrapper` eventually).

The previous behavior is left as a  fallback and without a change in
Spring Framework will continue to be the default for most applications.

See gh-22858
2020-08-11 12:31:02 -07:00
..
2020-08-11 12:25:48 -07:00
2020-08-10 15:22:03 +01:00
2020-08-11 14:34:27 +01:00
2020-08-11 12:25:48 -07:00
2020-08-10 15:22:03 +01:00