We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otherwise it leads to compilation failures.
Example:
public interface AbstractConfiguration { MyBean mybean(); } @Configuration public class ConcreteConfiguration implements AbstractConfiguration { @Bean @Override public MyBean mybean() { return new MyBean(); } }
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Fixing this requires on openrewrite/rewrite#150 In the meantime we should remove it from the best practices recipe
Sorry, something went wrong.
Remove 'BeanMethodsNotPublic' from SpringBoot2BestPractices
SpringBoot2BestPractices
34a1f02
openrewrite/rewrite#150 #70
Fix #70, BeanMethodsNotPublic should not change visibility of overrid…
17df2e4
…ed methods
sambsnyd
No branches or pull requests
Otherwise it leads to compilation failures.
Example:
The text was updated successfully, but these errors were encountered: