Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/gax-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.48.1
Choose a base ref
...
head repository: googleapis/gax-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.49.0
Choose a head ref
  • 8 commits
  • 25 files changed
  • 5 contributors

Commits on Sep 4, 2019

  1. Update repository_rules.bzl (#730)

    Adding starlark string coercion to fix error: `unsupported operand type(s) for +: 'string' and 'int'`
    
    ## Discussion
    This error hides the real error code when trying to read in the attributes file
    cgrinker authored and vam-google committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    a4aec0f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

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

Commits on Sep 24, 2019

  1. Fix Race condition when shutting down executor/transport channel (#787)

    This fixes the customer issue ("transitively"): #785
    
    This PR only changes the order of shutdowns (first transportChannel and only then the Executor). This the most lightweight fix we can make, which should fix the issue. We would like to avoid enforcing `awaitTermination()` on `shutdown()` because that would convert non-blocking call (`shutdown()`) to a blocking one with great potential of having non-desirable side-effects. Also this may potentially require surface changes on gax (potentially requiring major version bump on gax), because currently `shutdown()` is widely used, it is declared in a public interface and is explicitly specified as non-blocking operation.
    vam-google authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    2dfae40 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Update to Guava 28.1 (#791)

    elharo authored and chingor13 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    eef2e62 View commit details
    Browse the repository at this point in the history
  2. Update opencensus, guava, and Truth (#788)

    * Update opencensus, guava, and Truth
    
    * fix tests
    elharo authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    730497c View commit details
    Browse the repository at this point in the history
  3. update google-auth-library to 0.17.2 (#789)

    * update google-auth-library to 0.17.2
    
    * fix use of deprecated method
    chingor13 authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    508cffc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

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

Commits on Sep 30, 2019

  1. Release v1.49.0 (#796)

    chingor13 authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    664f671 View commit details
    Browse the repository at this point in the history
Loading