Not sure if this is a bug or expected behaviour.
when we run find spring components recipe, we get the results back of all @Bean annotated methods. However, some/all these beans that are marked with @bean are not added to the datatables of the results it seems.
Classes with @Component or extensions are shown correctly it seems.
- Using a codebase without classes marked with
@Component
- Running the recipe
org.openrewrite.java.spring.search.FindSpringComponents
- See there are results

-
See details of results

-
See that only one of the datables is available (as no bean's through component annotation?)

-
The available datatable contains the correct rows

EXPECTED:
Also the other table should contain the beans identified.
Not sure if this is a bug or expected behaviour.
when we run find spring components recipe, we get the results back of all
@Beanannotated methods. However, some/all these beans that are marked with@beanare not added to the datatables of the results it seems.Classes with
@Componentor extensions are shown correctly it seems.@Componentorg.openrewrite.java.spring.search.FindSpringComponentsSee details of results

See that only one of the datables is available (as no bean's through component annotation?)

The available datatable contains the correct rows

EXPECTED:
Also the other table should contain the beans identified.