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

AsyncInvocationinverceptors not properly created for each request #4272

Merged
merged 5 commits into from
Oct 3, 2019

Commits on Sep 24, 2019

  1. Fixes eclipse-ee4j#4264 - AsyncInvocationinverceptors not properly cr…

    …eated for each request
    
    Signed-off-by: David Kral <[email protected]>
    Verdent committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    cbb11fc View commit details
    Browse the repository at this point in the history
  2. AsyncInvocationInterceptorFactory should now be properly sorted by th…

    …eir priority.
    
    Signed-off-by: David Kral <[email protected]>
    Verdent committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    45cf170 View commit details
    Browse the repository at this point in the history
  3. Priority of registered provider by builder updated

    Signed-off-by: David Kral <[email protected]>
    Verdent committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7419ec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. private methods changed to static

    Signed-off-by: David Kral <[email protected]>
    Verdent committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    7025b9a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Async interceptors cleared from ThreadLocal

    Signed-off-by: David Kral <[email protected]>
    Verdent committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ff4287d View commit details
    Browse the repository at this point in the history