-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ArC - support multiple interceptor methods in a class hierarchy and around invoke method declared on target class #32730
Conversation
0b7189f
to
9bde249
Compare
6237425
to
b0c3c32
Compare
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/InterceptorInfo.java
Outdated
Show resolved
Hide resolved
...dent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/SuperclassInvocationContext.java
Show resolved
Hide resolved
independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/InterceptorInfo.java
Outdated
Show resolved
Hide resolved
independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/InnerInvocationContext.java
Show resolved
Hide resolved
b0c3c32
to
ef52dab
Compare
5d78c5e
to
e9a489d
Compare
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
I also just noticed that this PR seems to fix |
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.
Took me a solid while to understand (and I am sure to forget that by tomorrow morning) but it looks really good. Thanks @mkouba!
This comment has been minimized.
This comment has been minimized.
- removed AroundConstructOrderTest, AroundInvokeOrderTest and PostConstructOrderTest
… fix some issues Co-authored-by: Martin Kouba <[email protected]>
It does. TBH I did not walk through the entire exclude list so there might be other fixed tests... |
0fcd49a
to
1adf1b7
Compare
This comment has been minimized.
This comment has been minimized.
|
Or not, I see someone has triggered a rerun. Let's wait for that. |
That was me. Sorry.. |
No worries! |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
No description provided.