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

Fix default handler overide , when user passed in interceptor should … #1609

Merged
merged 16 commits into from
Oct 11, 2024

Commits on Oct 4, 2024

  1. Fix default handler overide , when user passed in interceptor should …

    …overide any default implementations
    raghusammeta committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    99c1012 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    f3b7bc1 View commit details
    Browse the repository at this point in the history
  2. Update components/http/okHttp/src/main/java/com/microsoft/kiota/http/…

    …KiotaClientFactory.java
    
    Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
    raghucha and baywet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1d904bc View commit details
    Browse the repository at this point in the history
  3. Update components/http/okHttp/src/main/java/com/microsoft/kiota/http/…

    …KiotaClientFactory.java
    
    Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
    raghucha and baywet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c4fe774 View commit details
    Browse the repository at this point in the history
  4. Update components/http/okHttp/src/main/java/com/microsoft/kiota/http/…

    …KiotaClientFactory.java
    
    Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
    raghucha and baywet authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7bc0609 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix comments

    raghusammeta committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fe5211e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    48beda2 View commit details
    Browse the repository at this point in the history
  2. chore: linting

    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    693a9e4 View commit details
    Browse the repository at this point in the history
  3. fix: makes options non nullable

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0450954 View commit details
    Browse the repository at this point in the history
  4. chore: linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    44bb987 View commit details
    Browse the repository at this point in the history
  5. chore: linting

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a658626 View commit details
    Browse the repository at this point in the history
  6. fix: adds missing doc comment

    fix: deprecates extraneous method
    
    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e276bb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    507049d View commit details
    Browse the repository at this point in the history
  8. feat: adds create method for options

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f8617cc View commit details
    Browse the repository at this point in the history
  9. fix: aligns API surface parameter types

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2107738 View commit details
    Browse the repository at this point in the history
  10. fix; interceptors order

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bfde2a1 View commit details
    Browse the repository at this point in the history