You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing @ConfigurationPropertiesScan in Spring Native (see spring-attic/spring-native#716), I figured out that @ConfigurationProperties is not annotated with @Indexed while configuration properties can be retrieved as a bean via ConfigurationPropertiesScanRegistrar or application code. This is similar to #26308 which was solved for tests.
Could you please annotate @ConfigurationProperties with @Indexed? I did the modification locally and can confirm that with this modification, @ConfigurationPropertiesScan works properly on native.