Skip to content
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

Additional tests for getting the interceptor bindings from the InvocationContext #522

Merged
merged 2 commits into from
Jan 11, 2024

Commits on Jan 9, 2024

  1. Test additional bindings with InvocationContext

    Test that additional bindings (where a binding annotation is placed on
    another binding annotation) are returned by
    InvocationContext.getInterceptorBindings.
    
    Signed-off-by: Andrew Rouse <anrouse@uk.ibm.com>
    Azquelt committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a20916e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Test binding added by extension visible

    Test that an interceptor binding added to a method via an annotation is
    used to bind the interceptor and visible via
    InterceptionContext.getInterceptorBinding
    
    Signed-off-by: Andrew Rouse <anrouse@uk.ibm.com>
    Azquelt committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c5aed17 View commit details
    Browse the repository at this point in the history