Skip to content
New issue

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

Skip non executable methods for processing instead of throwing an error #3784

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

jameskleeh
Copy link
Contributor

@jameskleeh jameskleeh commented Jul 23, 2020

Fixes #3721

I think this is a left over artifact from #2728

The bean definition reference requiresProcessing will return true if there is at least one method with @Executable, however not all methods should be subject to executable method processing (AOP for example). Before when all executable methods had @Executable, that condition wasn't possible so this wasn't an issue.

@jameskleeh jameskleeh requested a review from graemerocher July 23, 2020 20:10
@graemerocher graemerocher merged commit 3c348b5 into master Jul 24, 2020
@graemerocher graemerocher deleted the issue-3721 branch July 24, 2020 06:58
@graemerocher graemerocher added this to the 2.0.1 milestone Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants