-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Bean that has a bound interceptor must not declare final methods #5108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ach, "Imports are not sorted..." again... |
Is it supposed to replace #5104 ? |
No, it's a prerequisite. I have rebased that PR onto this one locally so once this one is ready, I'll force push the to #5104 |
23434e9
to
46232cd
Compare
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanInfo.java
Outdated
Show resolved
Hide resolved
ebf00ee
to
4951446
Compare
@gsmet added |
|
Imports again :P |
Eh, I need to import more coffee. Or maybe start doing something meaningful ;-). |
- otherwise a deployment exception is thrown - final methods declared on bean classes that require client proxies are ignored though
4951446
to
e08e3d8
Compare
ignored though