Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Introduced CompletableResponseListener #10502

Merged
merged 3 commits into from
Sep 14, 2023

Commits on Sep 12, 2023

  1. Introduced CompletableResponseListener, a replacement for FutureRespo…

    …nseListener that uses better APIs based on CompletableFuture.
    
    Deprecated FutureResponseListener and replaced its usages.
    
    Updated documentation.
    
    Added tests for zipped request content.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f6c1d7c View commit details
    Browse the repository at this point in the history
  2. Fixed tests.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    988d4a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f4f4f85 View commit details
    Browse the repository at this point in the history