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
This was brought up in the CDI project as the following issue: jakartaee/cdi#592
The basic idea is to add a series of getInterceptorBindings() default methods to the jakarta.interceptors.InvocationContext interface.
The text was updated successfully, but these errors were encountered:
@Ladicek I believe that this was fixed in #99, or?
Sorry, something went wrong.
That is correct. I unfortunately didn't link this issue in my PR, and I don't have commit powers in Jakarta Interceptors, but this is done.
starksm64
Successfully merging a pull request may close this issue.
This was brought up in the CDI project as the following issue:
jakartaee/cdi#592
The basic idea is to add a series of getInterceptorBindings() default methods to the jakarta.interceptors.InvocationContext interface.
The text was updated successfully, but these errors were encountered: