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

Recreate or wrap exceptions thrown by async transport implementations to preserve caller stack traces #656

Commits on Oct 27, 2023

  1. wrap exceptions thrown by async transport implementations in IOException

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cc858f5 View commit details
    Browse the repository at this point in the history
  2. license headers

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d93401f View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b75bfed View commit details
    Browse the repository at this point in the history
  4. tolerate null causes

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    db7f420 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    22fd7f9 View commit details
    Browse the repository at this point in the history
  6. remove print

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    dd2fd65 View commit details
    Browse the repository at this point in the history
  7. one more license header

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1125cc2 View commit details
    Browse the repository at this point in the history
  8. fix last non-aws test

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    558b58b View commit details
    Browse the repository at this point in the history
  9. use multicatch to restrict caught exceptions

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet authored and reta committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    cca7890 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03b214f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    45707f6 View commit details
    Browse the repository at this point in the history
  2. replicate hc5 exception extraction strategy in aws transport

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0f2ba68 View commit details
    Browse the repository at this point in the history
  3. move other tests

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6f50568 View commit details
    Browse the repository at this point in the history
  4. lint

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    78a328a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d12013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    055c48f View commit details
    Browse the repository at this point in the history
  7. java 8

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2aeaa0d View commit details
    Browse the repository at this point in the history
  8. replicate ISE

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6c68261 View commit details
    Browse the repository at this point in the history
  9. poke

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a7b6eb0 View commit details
    Browse the repository at this point in the history
  10. handle some netty-specific channel exceptions

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b4f54d6 View commit details
    Browse the repository at this point in the history
  11. poke

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7c235b8 View commit details
    Browse the repository at this point in the history
  12. nevermind netty

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f7814cd View commit details
    Browse the repository at this point in the history
  13. io before rt

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5996a19 View commit details
    Browse the repository at this point in the history
  14. no hc5

    Signed-off-by: Andrew Parmet <[email protected]>
    andrewparmet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2f95baa View commit details
    Browse the repository at this point in the history