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
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.
The text was updated successfully, but these errors were encountered:
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.@Component
org.openrewrite.java.spring.search.FindSpringComponents
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.
The text was updated successfully, but these errors were encountered: