jakartaee / interceptors

Jakarta Interceptors
https://eclipse.org/ee4j/interceptors
Other
11 stars 24 forks source link

Provide access to interceptor bindings from InvocationContext #99

Closed Ladicek closed 1 year ago

Ladicek commented 1 year ago

I plan to add tests for this to the CDI TCK. It is expected that EJB is not affected by this by any means.

Ladicek commented 1 year ago

Thank you! FYI, I looked at the changes again and realized there's an inconsistency between the javadocs of getInterceptorBinding(Class) and getInterceptorBindings(Class), so I pushed a fix.

arjantijms commented 1 year ago

@Ladicek thanks!