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

Exposes management node in azure-core-amqp #22095

Merged
merged 60 commits into from
Jun 7, 2021

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    8f8ebf4 View commit details
    Browse the repository at this point in the history
  2. Adding AmqpManagementNode.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e9bca38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4772c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de72055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cade086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdf337c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfc6945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95a9bad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    810c0bf View commit details
    Browse the repository at this point in the history
  10. ReactorConnection uses closeAsync(). Renames dispose() to closeAsync(…

    …). Fixes errors where some close operations were not subscribed to.
    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a1360ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13c575a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0868c62 View commit details
    Browse the repository at this point in the history
  13. Removing unused import

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f734470 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4f5290 View commit details
    Browse the repository at this point in the history
  15. Adding delivery state enum

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c37553f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    06d2586 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    859c04c View commit details
    Browse the repository at this point in the history
  18. Update AmqpManagementNode to expose delivery outcomes because they ca…

    …n be associated with messages.
    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    7fd706a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24b84a0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9e82d11 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    acb6f66 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cde64c7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    963f331 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ede5ead View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5ff8fe5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    261a8ea View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7419dd9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5e27c83 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a2e5b52 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1316667 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6e61aa3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    807f028 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    674faee View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9d0b395 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    344025a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5a98198 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    959dc28 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    eea2f6b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cdcd920 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9db7990 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a453928 View commit details
    Browse the repository at this point in the history
  42. DeliveryStates are final.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    64558fa View commit details
    Browse the repository at this point in the history
  43. Fix spotbug errors.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    450ccfb View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    698abe8 View commit details
    Browse the repository at this point in the history
  45. Fix spotbug error.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f23815b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0d5c7e3 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    112de02 View commit details
    Browse the repository at this point in the history
  48. Adding MessageUtilsTests.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f74e702 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    32fdcd7 View commit details
    Browse the repository at this point in the history
  50. Adding more tests.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8652c23 View commit details
    Browse the repository at this point in the history
  51. Update sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/imp…

    …lementation/ExceptionUtil.java
    
    Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
    conniey and alzimmermsft authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e5f556e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c3f814c View commit details
    Browse the repository at this point in the history
  53. Updating CHANGELOG.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    bdb581c View commit details
    Browse the repository at this point in the history
  54. DeliveryState is final.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5c07227 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ba29460 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    593cc90 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3d02781 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    45c040a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    64e1aa6 View commit details
    Browse the repository at this point in the history
  60. Add final keyword.

    conniey committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0b6e749 View commit details
    Browse the repository at this point in the history