spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

BeanFactoryAnalyzer does not handle ScannedGenericBeanDefinition

Open snicoll opened this issue 3 years ago • 1 comments

If a configuration class is scanned, it is not linked back to the class that triggered component scan. As a result, links to this classes are not available either.

Use case, a scanned @Configuration class with @EnableAsync.

snicoll avatar Sep 14 '21 16:09 snicoll

This was a problem when we were relying on the BeanFactoryStructure for import links but we aren't anymore. The issue is still real though, moving outside of M1 bucket.

snicoll avatar Sep 29 '21 07:09 snicoll

Spring Native is now superseded by Spring Boot 3 official native support, see the related reference documentation for more details.

As a consequence, I am closing this issue, and recommend trying your use case with latest Spring Boot 3 version. If you still experience the issue reported here, please open an issue directly on the related Spring project (Spring Framework, Data, Security, Boot, Cloud, etc.) with a reproducer.

Thanks for your contribution on the experimental Spring Native project, we hope you will enjoy the official native support introduced by Spring Boot 3.

sdeleuze avatar Jan 02 '23 12:01 sdeleuze