[go: nahoru, domu]

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.19.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.19.1
Choose a head ref
  • 9 commits
  • 16 files changed
  • 5 contributors

Commits on Aug 24, 2022

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

    [![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.1` -> `1.49.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.49.0/compatibility-slim/1.48.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.49.0/confidence-slim/1.48.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.49.0`](https://togithub.com/grpc/grpc-java/compare/v1.48.1...v1.49.0)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4wIn0=-->
    renovate-bot committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    037e131 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency io.grpc:grpc-core to v1.49.0 (#1778)

    [![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.1` -> `1.49.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.49.0/compatibility-slim/1.48.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-core/1.49.0/confidence-slim/1.48.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.49.0`](https://togithub.com/grpc/grpc-java/compare/v1.48.1...v1.49.0)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4wIn0=-->
    renovate-bot committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1f34a60 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. chore(main): release 2.19.1-SNAPSHOT (#1777)

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

Commits on Sep 8, 2022

  1. fix(deps): update dependency org.mockito:mockito-core to v4.8.0 (#1785)

    [![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.7.0` -> `4.8.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/compatibility-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/confidence-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mockito/mockito</summary>
    
    ### [`v4.8.0`](https://togithub.com/mockito/mockito/releases/tag/v4.8.0)
    
    [Compare Source](https://togithub.com/mockito/mockito/compare/v4.7.0...v4.8.0)
    
    <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
    
    ##### 4.8.0
    
    -   2022-09-07 - [10 commit(s)](https://togithub.com/mockito/mockito/compare/v4.7.0...v4.8.0) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot\[bot]
    -   GitHub Workflows security hardening [(#&#8203;2744)](https://togithub.com/mockito/mockito/pull/2744)
    -   Assign GlobalConfiguration initializer to unused variable [(#&#8203;2742)](https://togithub.com/mockito/mockito/pull/2742)
    -   Bump com.diffplug.spotless from 6.9.1 to 6.10.0 [(#&#8203;2738)](https://togithub.com/mockito/mockito/pull/2738)
    -   Drop varargs collector before invoking a user method. [(#&#8203;2736)](https://togithub.com/mockito/mockito/pull/2736)
    -   Bump versions.bytebuddy from 1.12.13 to 1.12.14 [(#&#8203;2734)](https://togithub.com/mockito/mockito/pull/2734)
    -   Remove useless thrown exception from constructor [(#&#8203;2732)](https://togithub.com/mockito/mockito/pull/2732)
    -   TypeSafeMatching no longer iterates over class methods inefficiently [(#&#8203;2729)](https://togithub.com/mockito/mockito/pull/2729)
    -   Fixes [#&#8203;2720](https://togithub.com/mockito/mockito/issues/2720): Use StackWalker on Java 9+ to create Locations [(#&#8203;2723)](https://togithub.com/mockito/mockito/pull/2723)
    -   LocationImpl adds performance overheads due to instantiating a stack trace [(#&#8203;2720)](https://togithub.com/mockito/mockito/issues/2720)
    -   Fixes [#&#8203;2626](https://togithub.com/mockito/mockito/issues/2626) : Introduce MockSettings.mockMaker [(#&#8203;2701)](https://togithub.com/mockito/mockito/pull/2701)
    -   Introduce option to disable inline-mock-maker for a specific instance [(#&#8203;2626)](https://togithub.com/mockito/mockito/issues/2626)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5My4xIn0=-->
    renovate-bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f2989bd View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency com.google.auth:google-auth-library-oaut…

    …h2-http to v1.11.0 (#1787)
    
    [![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.10.0` -> `1.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.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.11.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.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-oauth2-http/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.11.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;1110-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev1100v1110-2022-09-08)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.10.0...v1.11.0)
    
    ##### Features
    
    -   Adds configurable token lifetime support ([#&#8203;982](https://togithub.com/googleapis/google-auth-library-java/issues/982)) ([0198733](https://togithub.com/googleapis/google-auth-library-java/commit/0198733b9d294cbee95f1170f814fbfe94baa6fc))
    
    ##### Bug Fixes
    
    -   Add retries to public key fetch ([#&#8203;983](https://togithub.com/googleapis/google-auth-library-java/issues/983)) ([1200a39](https://togithub.com/googleapis/google-auth-library-java/commit/1200a39361e2a1767ef95306ba3ece1b749e82a8))
    -   Add Test to validate 0x20 in token ([#&#8203;971](https://togithub.com/googleapis/google-auth-library-java/issues/971)) ([612db0a](https://togithub.com/googleapis/google-auth-library-java/commit/612db0af3afa70b5400891ba3c7eab18ea5eb6bf))
    -   Change revoke request from get to post ([#&#8203;979](https://togithub.com/googleapis/google-auth-library-java/issues/979)) ([ead58b2](https://togithub.com/googleapis/google-auth-library-java/commit/ead58b22e04c00ece9f0ea55cbec20d2953f5460))
    -   Setting the retry count to default value and enabling ioexceptions to retry ([#&#8203;988](https://togithub.com/googleapis/google-auth-library-java/issues/988)) ([257071a](https://togithub.com/googleapis/google-auth-library-java/commit/257071aeb39c4441bd152813d727f83d433f346f))
    -   Updates IdTokenVerifier so that it does not cache a failed public key response  ([#&#8203;967](https://togithub.com/googleapis/google-auth-library-java/issues/967)) ([1f4c9c7](https://togithub.com/googleapis/google-auth-library-java/commit/1f4c9c77a38fb6dfb751447361af9cf00964f96b))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
    renovate-bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4f5cd42 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency com.google.auth:google-auth-library-cred…

    …entials to v1.11.0 (#1786)
    
    [![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.10.0` -> `1.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auth:google-auth-library-credentials/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-auth-library-java</summary>
    
    ### [`v1.11.0`](https://togithub.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#&#8203;1110-httpsgithubcomgoogleapisgoogle-auth-library-javacomparev1100v1110-2022-09-08)
    
    [Compare Source](https://togithub.com/googleapis/google-auth-library-java/compare/v1.10.0...v1.11.0)
    
    ##### Features
    
    -   Adds configurable token lifetime support ([#&#8203;982](https://togithub.com/googleapis/google-auth-library-java/issues/982)) ([0198733](https://togithub.com/googleapis/google-auth-library-java/commit/0198733b9d294cbee95f1170f814fbfe94baa6fc))
    
    ##### Bug Fixes
    
    -   Add retries to public key fetch ([#&#8203;983](https://togithub.com/googleapis/google-auth-library-java/issues/983)) ([1200a39](https://togithub.com/googleapis/google-auth-library-java/commit/1200a39361e2a1767ef95306ba3ece1b749e82a8))
    -   Add Test to validate 0x20 in token ([#&#8203;971](https://togithub.com/googleapis/google-auth-library-java/issues/971)) ([612db0a](https://togithub.com/googleapis/google-auth-library-java/commit/612db0af3afa70b5400891ba3c7eab18ea5eb6bf))
    -   Change revoke request from get to post ([#&#8203;979](https://togithub.com/googleapis/google-auth-library-java/issues/979)) ([ead58b2](https://togithub.com/googleapis/google-auth-library-java/commit/ead58b22e04c00ece9f0ea55cbec20d2953f5460))
    -   Setting the retry count to default value and enabling ioexceptions to retry ([#&#8203;988](https://togithub.com/googleapis/google-auth-library-java/issues/988)) ([257071a](https://togithub.com/googleapis/google-auth-library-java/commit/257071aeb39c4441bd152813d727f83d433f346f))
    -   Updates IdTokenVerifier so that it does not cache a failed public key response  ([#&#8203;967](https://togithub.com/googleapis/google-auth-library-java/issues/967)) ([1f4c9c7](https://togithub.com/googleapis/google-auth-library-java/commit/1f4c9c77a38fb6dfb751447361af9cf00964f96b))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
    renovate-bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4889ff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    9cc2ccc View commit details
    Browse the repository at this point in the history
  2. fix(httpjson): handle message derived query params (#1784)

    * fix(httpjson): handle message derived query params
    
    Fixes #1783
    Some message derived types such as Duration, FieldMask or Int32Value
    would not be correctly handled by String.valueOf(). Instead, the
    toJson() method is used to make it compliant with the protobuf languague
    guide
    
    * fix(protoparser): decompose messages in query prms
    
    Some message type objects will be passed as query params. These may have
    nested properties that will now be generated as ?&foo.bar=1&foo.baz=2
    
    * test(serializer): add test for complex msg obj
    
    * fix(format): format ProtoRestSerializer files
    
    * fix(queryparam): use json approach to process msgs
    
    also fixed best practice issues pointed out in last commit's PR
    
    * fix(queryparam): use numeric value for root enums
    
    enums passed as root object to putQueryParam will now be serialized as
    their numeric value
    
    * chore: Refactoring the fix.
    
    * test(queryparam): atomized tests
    
    Also added tests for serializing objects that contain Any typed
    messages. Note that the type registry must have the tested types
    beforehand, so they were added in the test class setup
    
    * test(queryparam): test objects w/ well-known types
    
    Co-authored-by: Blake Li <blakeli@google.com>
    diegomarquezp and blakeli0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4524fad View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.19.1 (#1782)

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