Skip to content
This repository has been 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: v2.16.0
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: v2.17.0
Choose a head ref
  • 11 commits
  • 38 files changed
  • 6 contributors

Commits on Apr 18, 2022

  1. feat: next release from main branch is 2.17.0 (#1659)

    enable releases
    blakeli0 authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5a31361 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore(deps): update plugin com.diffplug.eclipse.apt to v3.36.1 (#1662)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | com.diffplug.eclipse.apt | `3.36.0` -> `3.36.1` | [![age](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.1/compatibility-slim/3.36.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.1/confidence-slim/3.36.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    renovate-bot authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    77bd4a7 View commit details
    Browse the repository at this point in the history
  2. chore: Remove ApiMessage and all the dead code related to it (#1663)

    This is a technically a breaking change for gax-httpjson, but httpjson is not GA yet. This change is not breaking for DIREGAPIC or REGAPIC, as none of those project (including compute client in particular) was dependend on ApiMessage.
    vam-google authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    983da15 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. chore(deps): update plugin com.diffplug.eclipse.apt to v3.36.2 (#1664)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | com.diffplug.eclipse.apt | `3.36.1` -> `3.36.2` | [![age](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.2/compatibility-slim/3.36.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.36.2/confidence-slim/3.36.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    renovate-bot authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4686c5b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. chore(main): release 2.16.1-SNAPSHOT (#1658)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    330210d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.16.1-SNAPSHOT (#1666)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4750384 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. fix: Fix handling of null responses in rest transport (#1668)

    Null response should not ever happen, but apparently it is possible in cases when errors occur somewhere on network/authentication level
    vam-google authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8def947 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    2229bfe View commit details
    Browse the repository at this point in the history
  2. ci: java8 build with java11 compilation (#1671)

    * ci: java8 build with java11 compilation
    
    * ci: build script to distinguish JDK 11 and JDK 8
    
    * build: javac to take '--release 8' flag
    
    * ci: fail build if Java 8 is not specified for junit-java8
    suztomo authored May 10, 2022
    Configuration menu
    Copy the full SHA
    4483643 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.17.0 (#1667)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.17.0](v2.16.0...v2.17.0) (2022-05-10)
    
    
    ### Features
    
    * next release from main branch is 2.17.0 ([#1659](#1659)) ([5a31361](5a31361))
    
    
    ### Bug Fixes
    
    * Fix handling of null responses in rest transport ([#1668](#1668)) ([8def947](8def947))
    * use graal-sdk 21.3.2 ([#1670](#1670)) ([92c2697](92c2697))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    14712c1 View commit details
    Browse the repository at this point in the history
Loading