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: v2.18.7
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.19.0
Choose a head ref
  • 20 commits
  • 24 files changed
  • 6 contributors

Commits on Aug 1, 2022

  1. docs: explaining UNIX environment is required (#1760)

    * docs: explaining UNIX environment is required
    
    Fixes #1731
    suztomo authored Aug 1, 2022
    Copy the full SHA
    1d31e90 View commit details

Commits on Aug 2, 2022

  1. fix(deps): update dependency io.grpc:grpc-bom to v1.48.1 (#1763)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.48.0` -> `1.48.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.48.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.48.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.48.1/compatibility-slim/1.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.48.1/confidence-slim/1.48.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.48.1`](https://togithub.com/grpc/grpc-java/compare/v1.48.0...v1.48.1)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.48.0...v1.48.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
    renovate-bot authored Aug 2, 2022
    Copy the full SHA
    e5e4232 View commit details
  2. chore(deps): update dependency io.grpc:grpc-core to v1.48.1 (#1762)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [io.grpc:grpc-core](https://togithub.com/grpc/grpc-java) | `1.48.0` -> `1.48.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.48.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.48.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.48.1/compatibility-slim/1.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.48.1/confidence-slim/1.48.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.48.1`](https://togithub.com/grpc/grpc-java/compare/v1.48.0...v1.48.1)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.48.0...v1.48.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
    renovate-bot authored Aug 2, 2022
    Copy the full SHA
    d948c63 View commit details

Commits on Aug 3, 2022

  1. fix(deps): update dependency com.google.auth:google-auth-library-cred…

    …entials to v1.9.0 (#1765)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.auth:google-auth-library-credentials](https://togithub.com/googleapis/google-auth-library-java) | `1.8.1` -> `1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.9.0/compatibility-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.9.0/confidence-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.9.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;190-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev181v190-2022-08-02)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.8.1...v1.9.0)
    
    ##### Features
    
    -   integration tests for pluggable auth ([#&#8203;939](https://togithub.com/googleapis/google-auth-library-java/issues/939)) ([22f37aa](https://togithub.com/googleapis/google-auth-library-java/commit/22f37aa687b7ffb4209a131860ccdd02f6fc4d42))
    
    ##### Bug Fixes
    
    -   expiration time of the ImpersonatedCredentials token depending on the current host's timezone ([#&#8203;932](https://togithub.com/googleapis/google-auth-library-java/issues/932)) ([73af08a](https://togithub.com/googleapis/google-auth-library-java/commit/73af08a1c5f14e18936e9dbd3d1ba29c2675961d))
    
    ##### Documentation
    
    -   update wif documentation with enable-imdsv2 flag ([#&#8203;940](https://togithub.com/googleapis/google-auth-library-java/issues/940)) ([acc1ce3](https://togithub.com/googleapis/google-auth-library-java/commit/acc1ce3603435f1c0cf23b8606af71b05e566f2f))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
    renovate-bot authored Aug 3, 2022
    Copy the full SHA
    103db3c View commit details
  2. fix(deps): update dependency com.google.auth:google-auth-library-oaut…

    …h2-http to v1.9.0 (#1766)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.auth:google-auth-library-oauth2-http](https://togithub.com/googleapis/google-auth-library-java) | `1.8.1` -> `1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.0/compatibility-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.9.0/confidence-slim/1.8.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.9.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;190-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev181v190-2022-08-02)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.8.1...v1.9.0)
    
    ##### Features
    
    -   integration tests for pluggable auth ([#&#8203;939](https://togithub.com/googleapis/google-auth-library-java/issues/939)) ([22f37aa](https://togithub.com/googleapis/google-auth-library-java/commit/22f37aa687b7ffb4209a131860ccdd02f6fc4d42))
    
    ##### Bug Fixes
    
    -   expiration time of the ImpersonatedCredentials token depending on the current host's timezone ([#&#8203;932](https://togithub.com/googleapis/google-auth-library-java/issues/932)) ([73af08a](https://togithub.com/googleapis/google-auth-library-java/commit/73af08a1c5f14e18936e9dbd3d1ba29c2675961d))
    
    ##### Documentation
    
    -   update wif documentation with enable-imdsv2 flag ([#&#8203;940](https://togithub.com/googleapis/google-auth-library-java/issues/940)) ([acc1ce3](https://togithub.com/googleapis/google-auth-library-java/commit/acc1ce3603435f1c0cf23b8606af71b05e566f2f))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
    renovate-bot authored Aug 3, 2022
    Copy the full SHA
    2677f07 View commit details

Commits on Aug 4, 2022

  1. ci: re-enable native image downstream check (#1764)

    * ci: re-enable native image downstream check
    
    * ci: skipping the enforcer rule in downstream .kokoro/build.sh
    
    Co-authored-by: Tomo Suzuki <suztomo@google.com>
    mpeddada1 and suztomo authored Aug 4, 2022
    Copy the full SHA
    650a81c View commit details

Commits on Aug 6, 2022

  1. chore(deps): update dependency gradle to v7.5.1 (#1767)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.5` -> `7.5.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>gradle/gradle</summary>
    
    ### [`v7.5.1`](https://togithub.com/gradle/gradle/releases/tag/v7.5.1)
    
    This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5
    
    [Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html)
    
    We would like to thank the following community members for their contributions to this release of Gradle:
    [Michael Bailey](https://togithub.com/yogurtearl),
    [Josh Kasten](https://togithub.com/jkasten2),
    [Marcono1234](https://togithub.com/Marcono1234),
    [mataha](https://togithub.com/mataha),
    [Lieven Vaneeckhaute](https://togithub.com/denshade),
    [kiwi-oss](https://togithub.com/kiwi-oss),
    [Stefan Neuhaus](https://togithub.com/stefanneuhaus),
    [George Thomas](https://togithub.com/smoothreggae),
    [Anja Papatola](https://togithub.com/apalopta),
    [Björn Kautler](https://togithub.com/Vampire),
    [David Burström](https://togithub.com/davidburstrom),
    [Vladimir Sitnikov](https://togithub.com/vlsi),
    [Roland Weisleder](https://togithub.com/rweisleder),
    [Konstantin Gribov](https://togithub.com/grossws),
    [David Op de Beeck](https://togithub.com/DavidOpDeBeeck),
    [aSemy](https://togithub.com/aSemy),
    [Rene Groeschke](https://togithub.com/breskeby),
    [Jonathan Leitschuh](https://togithub.com/JLLeitschuh),
    [Aurimas Liutikas](https://togithub.com/liutikas),
    [Jamie Tanna](https://togithub.com/jamietanna),
    [Xin Wang](https://togithub.com/scaventz),
    [Atsuto Yamashita](https://togithub.com/att55),
    [Taeik Lim](https://togithub.com/acktsap),
    [Peter Gafert](https://togithub.com/codecholeric),
    [Alex Landau](https://togithub.com/AlexLandau),
    [Jerry Wiltse](https://togithub.com/solvingj),
    [Tyler Burke](https://togithub.com/T-A-B),
    [Matthew Haughton](https://togithub.com/3flex),
    [Filip Daca](https://togithub.com/filip-daca),
    [Simão Gomes Viana](https://togithub.com/xdevs23),
    [Vaidotas Valuckas](https://togithub.com/rieske),
    [Edgars Jasmans](https://togithub.com/yasmans),
    [Tomasz Godzik](https://togithub.com/tgodzik),
    [Jeff](https://togithub.com/mathjeff),
    [Lajos Veres](https://togithub.com/vlajos)
    
    #### Upgrade instructions
    
    Switch your build to use Gradle 7.5.1 by updating your wrapper:
    
    `./gradlew wrapper --gradle-version=7.5.1`
    
    See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading.
    
    #### Reporting Problems
    
    If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines.
    If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE0Ni4wIn0=-->
    renovate-bot authored Aug 6, 2022
    Copy the full SHA
    ea4ca1f View commit details

Commits on Aug 16, 2022

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

    [![Mend 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.37.1` -> `3.37.2` | [![age](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.37.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.37.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.37.2/compatibility-slim/3.37.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.diffplug.eclipse.apt/3.37.2/confidence-slim/3.37.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    a05ee3f View commit details
  2. fix(deps): update dependency org.mockito:mockito-core to v4.7.0 (#1774)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.6.1` -> `4.7.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.7.0`](https://togithub.com/mockito/mockito/releases/tag/v4.7.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.6.1...v4.7.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.7.0
    
    -   2022-08-13 - [33 commit(s)](https://togithub.com/mockito/mockito/compare/v4.6.1...v4.7.0) by [`1988123`](https://togithub.com/mockito/mockito/commit/198812345678), Andy Coates, Chen Ni, Marius Lichtblau, Nikita Koselev. Developer Advocate, Open Source Ally, Rafael Winterhalter, dependabot\[bot], dstango, fishautumn, heqiang
    -   Bump com.diffplug.spotless from 6.9.0 to 6.9.1 [(#&#8203;2725)](https://togithub.com/mockito/mockito/pull/2725)
    -   Bump versions.bytebuddy from 1.12.12 to 1.12.13 [(#&#8203;2719)](https://togithub.com/mockito/mockito/pull/2719)
    -   Fix Javadoc for Mockito. [(#&#8203;2718)](https://togithub.com/mockito/mockito/pull/2718)
    -   Bump com.diffplug.spotless from 6.8.0 to 6.9.0 [(#&#8203;2717)](https://togithub.com/mockito/mockito/pull/2717)
    -   Fix a typo in comment of InternalRunner.java [(#&#8203;2715)](https://togithub.com/mockito/mockito/pull/2715)
    -   Bump junit-platform-launcher from 1.8.2 to 1.9.0 [(#&#8203;2713)](https://togithub.com/mockito/mockito/pull/2713)
    -   Bump versions.junitJupiter from 5.8.2 to 5.9.0 [(#&#8203;2712)](https://togithub.com/mockito/mockito/pull/2712)
    -   Bump groovy from 3.0.11 to 3.0.12 [(#&#8203;2711)](https://togithub.com/mockito/mockito/pull/2711)
    -   Bump shipkit-auto-version from 1.2.0 to 1.2.1 [(#&#8203;2709)](https://togithub.com/mockito/mockito/pull/2709)
    -   Bump kotlinVersion from 1.7.0 to 1.7.10 [(#&#8203;2705)](https://togithub.com/mockito/mockito/pull/2705)
    -   Bump com.diffplug.spotless from 6.7.2 to 6.8.0 [(#&#8203;2699)](https://togithub.com/mockito/mockito/pull/2699)
    -   Bump versions.bytebuddy from 1.12.11 to 1.12.12 [(#&#8203;2695)](https://togithub.com/mockito/mockito/pull/2695)
    -   Makes error message less misleading and points to github for help. Issue [#&#8203;2692](https://togithub.com/mockito/mockito/issues/2692) [(#&#8203;2693)](https://togithub.com/mockito/mockito/pull/2693)
    -   Misleading error message when mocking and a class (of a parameter) is not found [(#&#8203;2692)](https://togithub.com/mockito/mockito/issues/2692)
    -   Bump kotlinx-coroutines-core from 1.6.1-native-mt to 1.6.3-native-mt [(#&#8203;2691)](https://togithub.com/mockito/mockito/pull/2691)
    -   Bump versions.bytebuddy from 1.12.10 to 1.12.11 [(#&#8203;2690)](https://togithub.com/mockito/mockito/pull/2690)
    -   Fixes [#&#8203;2679](https://togithub.com/mockito/mockito/issues/2679) : Update Javadoc [(#&#8203;2689)](https://togithub.com/mockito/mockito/pull/2689)
    -   Bump org.eclipse.osgi from 3.17.200 to 3.18.0 [(#&#8203;2688)](https://togithub.com/mockito/mockito/pull/2688)
    -   RETURNS_SELF: Avoids returning mock when mock type is assignable to method return type, but method return type is Object. [(#&#8203;2687)](https://togithub.com/mockito/mockito/pull/2687)
    -   RETURNS_SELF breaks methods with generic return type [(#&#8203;2686)](https://togithub.com/mockito/mockito/issues/2686)
    -   Fix [#&#8203;2616](https://togithub.com/mockito/mockito/issues/2616) wrong stub for nested static [(#&#8203;2685)](https://togithub.com/mockito/mockito/pull/2685)
    -   Bump com.diffplug.spotless from 6.7.0 to 6.7.2 [(#&#8203;2684)](https://togithub.com/mockito/mockito/pull/2684)
    -   Avoids starting mocks "half-way" if a superclass constructor is mocked but an unmocked subclass is initiated. [(#&#8203;2682)](https://togithub.com/mockito/mockito/pull/2682)
    -   Fix typo [(#&#8203;2681)](https://togithub.com/mockito/mockito/pull/2681)
    -   Update javadoc of `Strictness.STRICT_STUBS` [(#&#8203;2679)](https://togithub.com/mockito/mockito/issues/2679)
    -   Bump kotlinVersion from 1.6.21 to 1.7.0 [(#&#8203;2677)](https://togithub.com/mockito/mockito/pull/2677)
    -   Bump biz.aQute.bnd.builder from 6.3.0 to 6.3.1 [(#&#8203;2675)](https://togithub.com/mockito/mockito/pull/2675)
    -   Bump biz.aQute.bnd.gradle from 6.3.0 to 6.3.1 [(#&#8203;2674)](https://togithub.com/mockito/mockito/pull/2674)
    -   Bump com.diffplug.spotless from 6.6.1 to 6.7.0 [(#&#8203;2672)](https://togithub.com/mockito/mockito/pull/2672)
    -   update CONTRIBUTING.md - stackoverflow [(#&#8203;2671)](https://togithub.com/mockito/mockito/pull/2671)
    -   stackoverflow.com is a non-actionable text, to be replaced with a hyperlink [(#&#8203;2670)](https://togithub.com/mockito/mockito/issues/2670)
    -   Fix typos [(#&#8203;2669)](https://togithub.com/mockito/mockito/pull/2669)
    -   Bump biz.aQute.bnd.gradle from 6.2.0 to 6.3.0 [(#&#8203;2666)](https://togithub.com/mockito/mockito/pull/2666)
    -   Bump biz.aQute.bnd.builder from 6.2.0 to 6.3.0 [(#&#8203;2665)](https://togithub.com/mockito/mockito/pull/2665)
    -   Improve Varargs handling in AdditionalAnswers [(#&#8203;2664)](https://togithub.com/mockito/mockito/pull/2664)
    -   Bump appcompat from 1.4.1 to 1.4.2 [(#&#8203;2663)](https://togithub.com/mockito/mockito/pull/2663)
    -   Varargs methods cause `ClassCastException` in `AnswerFunctionalInterfaces` [(#&#8203;2644)](https://togithub.com/mockito/mockito/issues/2644)
    -   Mock static class seems records wrong invocations if called nested method throws exception [(#&#8203;2616)](https://togithub.com/mockito/mockito/issues/2616)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    29678c8 View commit details
  3. fix(deps): update dependency org.threeten:threetenbp to v1.6.1 (#1773)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://togithub.com/ThreeTen/threetenbp)) | `1.6.0` -> `1.6.1` | [![age](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.1/compatibility-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.threeten:threetenbp/1.6.1/confidence-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>ThreeTen/threetenbp</summary>
    
    ### [`v1.6.1`](https://togithub.com/ThreeTen/threetenbp/releases/tag/v1.6.1)
    
    [Compare Source](https://togithub.com/ThreeTen/threetenbp/compare/v1.6.0...v1.6.1)
    
    See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    d2c84e6 View commit details
  4. fix(deps): update dependency com.google.protobuf:protobuf-bom to v3.2…

    …1.5 (#1772)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.4` -> `3.21.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.5/compatibility-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.21.5/confidence-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf</summary>
    
    ### [`v3.21.5`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    d7a48d1 View commit details
  5. fix(deps): update dependency com.google.auth:google-auth-library-oaut…

    …h2-http to v1.10.0 (#1769)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.auth:google-auth-library-oauth2-http](https://togithub.com/googleapis/google-auth-library-java) | `1.9.0` -> `1.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.10.0/compatibility-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.10.0/confidence-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.10.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;1100-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev190v1100-2022-08-05)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.9.0...v1.10.0)
    
    ##### Features
    
    -   workforce identity federation for pluggable auth ([#&#8203;959](https://togithub.com/googleapis/google-auth-library-java/issues/959)) ([7f2c535](https://togithub.com/googleapis/google-auth-library-java/commit/7f2c535ab7c842a672d6761f4cd80df88e1a37ed))
    
    ##### Bug Fixes
    
    -   updates executable response spec for executable-sourced credentials ([#&#8203;955](https://togithub.com/googleapis/google-auth-library-java/issues/955)) ([48ff83d](https://togithub.com/googleapis/google-auth-library-java/commit/48ff83dc68e29dcae07fdea963cbbe5525f86a89))
    
    ##### Documentation
    
    -   **samples:** added auth samples and tests ([#&#8203;927](https://togithub.com/googleapis/google-auth-library-java/issues/927)) ([32c717f](https://togithub.com/googleapis/google-auth-library-java/commit/32c717fdf1a721f3e7ca3d75f03fcc229923689c))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    0b1eb92 View commit details
  6. fix(deps): update dependency com.google.code.gson:gson to v2.9.1 (#1757)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.9.0` -> `2.9.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/gson</summary>
    
    ### [`v2.9.1`](https://togithub.com/google/gson/blob/HEAD/CHANGELOG.md#Version-291)
    
    -   Make `Object` and `JsonElement` deserialization iterative rather than
        recursive ([#&#8203;1912](https://togithub.com/google/gson/issues/1912))
    -   Added parsing support for enum that has overridden toString() method ([#&#8203;1950](https://togithub.com/google/gson/issues/1950))
    -   Removed support for building Gson with Gradle ([#&#8203;2081](https://togithub.com/google/gson/issues/2081))
    -   Removed obsolete `codegen` hierarchy ([#&#8203;2099](https://togithub.com/google/gson/issues/2099))
    -   Add support for reflection access filter ([#&#8203;1905](https://togithub.com/google/gson/issues/1905))
    -   Improve `TypeToken` creation validation ([#&#8203;2072](https://togithub.com/google/gson/issues/2072))
    -   Add explicit support for `float` in `JsonWriter` ([#&#8203;2130](https://togithub.com/google/gson/issues/2130), [#&#8203;2132](https://togithub.com/google/gson/issues/2132))
    -   Fail when parsing invalid local date ([#&#8203;2134](https://togithub.com/google/gson/issues/2134))
    
    Also many small improvements to javadoc.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    ea2a075 View commit details
  7. fix(deps): update dependency com.google.auth:google-auth-library-cred…

    …entials to v1.10.0 (#1768)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.auth:google-auth-library-credentials](https://togithub.com/googleapis/google-auth-library-java) | `1.9.0` -> `1.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.10.0/compatibility-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.10.0/confidence-slim/1.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.10.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;1100-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev190v1100-2022-08-05)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.9.0...v1.10.0)
    
    ##### Features
    
    -   workforce identity federation for pluggable auth ([#&#8203;959](https://togithub.com/googleapis/google-auth-library-java/issues/959)) ([7f2c535](https://togithub.com/googleapis/google-auth-library-java/commit/7f2c535ab7c842a672d6761f4cd80df88e1a37ed))
    
    ##### Bug Fixes
    
    -   updates executable response spec for executable-sourced credentials ([#&#8203;955](https://togithub.com/googleapis/google-auth-library-java/issues/955)) ([48ff83d](https://togithub.com/googleapis/google-auth-library-java/commit/48ff83dc68e29dcae07fdea963cbbe5525f86a89))
    
    ##### Documentation
    
    -   **samples:** added auth samples and tests ([#&#8203;927](https://togithub.com/googleapis/google-auth-library-java/issues/927)) ([32c717f](https://togithub.com/googleapis/google-auth-library-java/commit/32c717fdf1a721f3e7ca3d75f03fcc229923689c))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    3f2188d View commit details
  8. chore(deps): update dependency com.google.protobuf:protobuf-java to v…

    …3.21.5 (#1770)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.4` -> `3.21.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.21.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.21.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.21.5/compatibility-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.21.5/confidence-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf</summary>
    
    ### [`v3.21.5`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
    renovate-bot authored Aug 16, 2022
    Copy the full SHA
    f0fd491 View commit details

Commits on Aug 22, 2022

  1. fix(test): testThrottlingBlocking flakyness fix (#1775)

    * fix(test): testThrottlingBlocking flakyness fix
    
    When BatcherImpl.sendOutstanding (method that calls callContext.withOption) is called from PushCurrentBatchRunnable, it uses
    the batcher's own executor, causing the mockito capture to fail due to be in a different
    thread from the one that originated add(). Other times, sendOutstanding will be called from the parent
    thread (successful test, in this case from our newFixedThreadPool).
    ALthough this is expected behavior, the argument captors do not work
    when used in different threads. Mockito.verify() is the recommended way
    of dealing with argument captors and happened to be the fix
    Internally, verify() relies on thread safe(r) notifiers for when the captors have been interacted with.
    When verifying flakiness, 100 runs in two threads were used with
    bazel test //gax:com.google.api.gax.batching.BatcherImplTest --runs_per_test=100 --test_filter Throttling --jobs 2
    
    Mockito.verify() implementation:
    https://github.com/mockito/mockito/blob/2ded10ec704f2c93648d976031c2520a5a9b84aa/src/main/java/org/mockito/internal/MockitoCore.java#L183
    
    * fix(test): remove unnecessary timeout in verify
    diegomarquezp authored Aug 22, 2022
    Copy the full SHA
    e69393c View commit details
  2. Copy the full SHA
    ded44a6 View commit details
  3. feat: Add numeric enum support. (#1743)

    Add numeric enum support based on go/actools-numeric-enum-impl.
    Add a new overloaded toBody method that support serializing request object to Json with numeric enums.
    blakeli0 authored Aug 22, 2022
    Copy the full SHA
    3f7628e View commit details
  4. chore(main): release 2.18.8-SNAPSHOT (#1761)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 22, 2022
    Copy the full SHA
    684451c View commit details

Commits on Aug 23, 2022

  1. chore(main): release 2.19.0 (#1776)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.19.0](v2.18.7...v2.19.0) (2022-08-22)
    
    
    ### Features
    
    * Add numeric enum support. ([#1743](#1743)) ([3f7628e](3f7628e))
    
    
    ### Bug Fixes
    
    * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.10.0 ([#1768](#1768)) ([3f2188d](3f2188d))
    * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.9.0 ([#1765](#1765)) ([103db3c](103db3c))
    * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.10.0 ([#1769](#1769)) ([0b1eb92](0b1eb92))
    * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.9.0 ([#1766](#1766)) ([2677f07](2677f07))
    * **deps:** update dependency com.google.code.gson:gson to v2.9.1 ([#1757](#1757)) ([ea2a075](ea2a075))
    * **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#1772](#1772)) ([d7a48d1](d7a48d1))
    * **deps:** update dependency io.grpc:grpc-bom to v1.48.1 ([#1763](#1763)) ([e5e4232](e5e4232))
    * **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#1740](#1740)) ([ded44a6](ded44a6))
    * **deps:** update dependency org.mockito:mockito-core to v4.7.0 ([#1774](#1774)) ([29678c8](29678c8))
    * **deps:** update dependency org.threeten:threetenbp to v1.6.1 ([#1773](#1773)) ([d2c84e6](d2c84e6))
    * **test:** testThrottlingBlocking flakyness fix ([#1775](#1775)) ([e69393c](e69393c))
    
    
    ### Documentation
    
    * explaining UNIX environment is required ([#1760](#1760)) ([1d31e90](1d31e90))
    
    ---
    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 Aug 23, 2022
    Copy the full SHA
    de1235b View commit details
Loading