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.53.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.54.0
Choose a head ref
  • 10 commits
  • 21 files changed
  • 7 contributors

Commits on Jan 31, 2020

  1. chore:add javadoc about being called within single thread (#856)

    * chore:add javadoc about being called within single thread
    
    * rephrased the words
    
    * Updated with feedback comment
    
    * removed extra whitespace
    rahulKQL authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ee90c2c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

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

Commits on Feb 21, 2020

  1. fix: scale number of threads to scale with number of cpus (#878)

    * fix: scale number of threads to scale with number of cpus
    
    This is temporary solution until something better can be worked out.
    Ideally we would separate the executor for gax and the transport provider. But there are some backwards compatibility concerns to workout first.
    
    * use numCpus
    igorbernstein2 authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    0a5b940 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. build: google format plugin upgrade (#868)

    * Google-java-format-plugin 0.8
    
    * Applied google-java-format with new version
    
    * VerifyGoogleJavaFormat only for Java8
    
    * onlyIf
    
    * isJava8Compatible
    
    * Added comment
    
    * empty commit for Kokoro build
    
    * Jacoco 0.8.2
    
    * Giving up Jacoco upgrade
    
    * What went wrong:
    A problem occurred configuring root project 'gax-java'.
    > Could not resolve all artifacts for configuration ':classpath'.
       > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1.
         Required by:
             project :
          > Could not resolve gradle.plugin.com.dorongold.plugins:task-tree:1.3.1.
             > Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'.
                > Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/com/dorongold/plugins/task-tree/1.3.1/task-tree-1.3.1.pom'.
                   > sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
    
    https://source.cloud.google.com/results/invocations/e8c74bc9-fc2d-4047-82b8-3e2d5b9cdc64/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgax-java%2Fpresubmit%2Fjava7/log
    suztomo authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    5440bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26217d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. ci: setting up linkage monitor Kokoro build config for gax-java (#864)

    * Setting up linkage monitor Kokoro build config
    
    * 2020
    
    * Gradle install
    
    * Comment
    
    * Revert testing
    
    * No need to sign the JAR
    
    * revert gradle
    suztomo authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5dfdfe4 View commit details
    Browse the repository at this point in the history
  2. dep: update protobuf and gRPC (#882)

    * dep: update protobuf and gRPC
    
    @chingor13 fixes #845
    
    * remove java format plugin that's not compatible with java 11
    
    * fix merge conflict
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    elharo and chingor13 authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c19bcf8 View commit details
    Browse the repository at this point in the history
  3. gRPC 1.27.2 (#885)

    elharo authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c37dcc8 View commit details
    Browse the repository at this point in the history
  4. update http client (#886)

    elharo authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f04b023 View commit details
    Browse the repository at this point in the history
  5. Release v1.54.0 (#889)

    chingor13 authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a95d395 View commit details
    Browse the repository at this point in the history
Loading