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

Support async invocations using optional synthetic SimplyTimed behavior #2745

Merged
merged 4 commits into from
Feb 9, 2021
Merged

Support async invocations using optional synthetic SimplyTimed behavior #2745

merged 4 commits into from
Feb 9, 2021

Commits on Feb 6, 2021

  1. Add support for async invocations for optional inferred SimplyTimed b…

    …ehavior on JAX-RS endpoints
    
    Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
    tjquinno committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    f26b076 View commit details
    Browse the repository at this point in the history
  2. Change impl to record info about async SimplyTimed sites during annot…

    …ation processing so interceptors don't have to introspect the call site on each invocation
    
    Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
    tjquinno committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    54e5905 View commit details
    Browse the repository at this point in the history
  3. Improve logging in case of exception

    Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
    tjquinno committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    69c7268 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Shorten the default and Parameterize the async test delay in case pip…

    …eline runs might need a different value
    
    Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
    tjquinno committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1e3ca25 View commit details
    Browse the repository at this point in the history