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

Feat(defaultRequestTimeout) add defaultRequestTimeout property for the client #1132

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. Feat(deadline) add deadline property for client

    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    28b073d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/config/GrpcChannelProperties.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0da4da7 View commit details
    Browse the repository at this point in the history
  2. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/config/GrpcChannelProperties.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3b295c7 View commit details
    Browse the repository at this point in the history
  3. Feat(deadline) changed zero deadline behavior, javadoc corrections

    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e14b9fe View commit details
    Browse the repository at this point in the history
  4. Feat(deadline) removed wasted DeadlineSetupClientInterceptor calls in…

    … runtime
    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7505c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/interceptor/DeadlineSetupClientInterceptor.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    42ebf40 View commit details
    Browse the repository at this point in the history
  2. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/interceptor/DeadlineSetupClientInterceptor.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    809bc5b View commit details
    Browse the repository at this point in the history
  3. Feat(deadline) replaced bean deadlineStubTransformer with deadlineGrp…

    …cChannelConfigurer
    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a8bbe07 View commit details
    Browse the repository at this point in the history
  4. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/autoconfigure/GrpcClientDeadlineAutoConfiguration.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5a219a7 View commit details
    Browse the repository at this point in the history
  5. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/autoconfigure/GrpcClientDeadlineAutoConfiguration.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2492865 View commit details
    Browse the repository at this point in the history
  6. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/config/GrpcChannelProperties.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dd26ff4 View commit details
    Browse the repository at this point in the history
  7. Feat(deadline) add a test showing that the manually configured deadli…

    …ne takes precedence of the config one.
    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f365af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Feat(timeout) changed the name of deadline property to timeout.

    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    650a978 View commit details
    Browse the repository at this point in the history
  2. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/autoconfigure/GrpcClientTimeoutAutoConfiguration.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0ebcc0a View commit details
    Browse the repository at this point in the history
  3. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/autoconfigure/GrpcClientTimeoutAutoConfiguration.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6ab4d0d View commit details
    Browse the repository at this point in the history
  4. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/interceptor/TimeoutSetupClientInterceptor.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e6403b6 View commit details
    Browse the repository at this point in the history
  5. Update grpc-client-spring-boot-starter/src/main/resources/META-INF/ad…

    …ditional-spring-configuration-metadata.json
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    20dc197 View commit details
    Browse the repository at this point in the history
  6. Feat(timeout) constructor and test changed.

    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9db6998 View commit details
    Browse the repository at this point in the history
  7. Feat(timeout) changed the name of timeout property to defaultRequestT…

    …imeout
    Бацура Сергей Александрович authored and Бацура Сергей Александрович committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    102d09e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…

    …pc/client/config/GrpcChannelProperties.java
    
    Co-authored-by: ST-DDT <[email protected]>
    batsura-sa and ST-DDT authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    da2f32c View commit details
    Browse the repository at this point in the history