Files
spring-boot/spring-boot-project
Brian Clozel 3f0c14187a Register runtime hints for @ConfigurationProperties
Prior to this commit, the `@ConfigurationProperties` annotation would
not be registered for reflection hints: this means it could be missing
at runtime in a native image and would not be registered for JDK
proxying - this can fail the synthesized annotation resolution.

This commit ensures that hints are registered for this annotation if
configuration properties are declared in the bean factory.

Fixes gh-31227
2022-06-07 09:50:56 +02:00
..
2022-05-26 18:26:52 +01:00
2022-05-26 15:54:58 +01:00
2022-05-30 17:17:26 +01:00
2022-05-17 18:37:27 +01:00
2022-05-26 18:26:52 +01:00
2022-06-07 09:16:19 +02:00