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

Feature/decoder interceptor to response interceptor #2116

Commits on Jun 29, 2023

  1. Refactor so that ResponseInterceptor intercepts the response (in the …

    …same manner that RequestInterceptor does) rather than intercepting the decoding process.
    
    Signed-off-by: Iain Henderson <[email protected]>
    iain-henderson committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0764d19 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    2892824 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    9c233f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    b549111 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    d6c399d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Merge branch 'master' into feature/decoder-interceptor-to-response-in…

    …terceptor
    
    # Conflicts:
    #	core/src/main/java/feign/ResponseHandler.java
    iain-henderson committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    dcf876f View commit details
    Browse the repository at this point in the history
  2. Add a default RedirectionInterceptor as an implementation of Response…

    …Interceptor and include unit tests for redirection interception, error interception, and void decoding in FeignTest.
    iain-henderson committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    47e25c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af08d1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b20b59 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    1c45e7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b51c4 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'b46ad267525d9aa4b130d9034a217a9fbda46072' into feature/…

    …decoder-interceptor-to-response-interceptor
    iain-henderson committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e807dad View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Merge commit 'c65915b0b560c2b3dcf14b2e8f644b27d10a3deb' into feature/…

    …decoder-interceptor-to-response-interceptor
    iain-henderson committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4315cc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    2da31ac View commit details
    Browse the repository at this point in the history
  2. Merge commit '78dd615a68978bffe0d57f3869241a26bd2486b7' into feature/…

    …decoder-interceptor-to-response-interceptor
    iain-henderson committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5275235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1fc84c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdb890b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge commit '2c00066d4a7a1f1882708166f8b2cbaabe721efa' into feature/…

    …decoder-interceptor-to-response-interceptor
    
    # Conflicts:
    #	core/src/main/java/feign/InvocationContext.java
    #	core/src/main/java/feign/ResponseHandler.java
    #	core/src/main/java/feign/ResponseInterceptor.java
    iain-henderson committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ec675b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc1e3b7 View commit details
    Browse the repository at this point in the history
  3. fixing formatting

    iain-henderson committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6fa78d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b2308 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ee83bc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    008fc77 View commit details
    Browse the repository at this point in the history