jakartaee / interceptors

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

Update InvocationContext to provide a standard accessor for interceptor bindings #100

Closed starksm64 closed 6 months ago

starksm64 commented 1 year ago

This was brought up in the CDI project as the following issue: https://github.com/jakartaee/cdi/issues/592

The basic idea is to add a series of getInterceptorBindings() default methods to the jakarta.interceptors.InvocationContext interface.

mkouba commented 8 months ago

@Ladicek I believe that this was fixed in https://github.com/jakartaee/interceptors/pull/99, or?

Ladicek commented 8 months ago

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.