Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 3, 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/java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Choose a base ref
Loading
...
head repository: googleapis/java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.4
Choose a head ref
Loading
  • 14 commits
  • 14 files changed
  • 5 contributors

Commits on Dec 3, 2021

  1. chore: release 2.3.4-SNAPSHOT (#642)

    🤖 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 Dec 3, 2021
    Configuration menu
    Copy the full SHA
    aec7f43 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 7, 2021

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

Commits on Dec 21, 2021

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

Commits on Dec 28, 2021

  1. deps: update dependency io.grpc:grpc-bom to v1.43.1 (#647)

    [![WhiteSource 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.42.1` -> `1.43.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.43.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.43.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.43.1/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.43.1/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.43.1`](https://togithub.com/grpc/grpc-java/releases/v1.43.1)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.43.0...v1.43.1)
    
    ##### Bug Fixes
    
    -   core: fix a race condition when calling ManagedChannel#enterIdle() ([#&#8203;8761](https://togithub.com/grpc/grpc-java/issues/8761))
    
    ##### Dependencies
    
    -   Bump GSON to 2.8.9 ([#&#8203;8764](https://togithub.com/grpc/grpc-java/issues/8764))
    
    ### [`v1.43.0`](https://togithub.com/grpc/grpc-java/releases/v1.43.0)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.42.1...v1.43.0)
    
    ##### API Changes
    
    -   alts: Make GoogleDefaultChannelCredentials take a CallCredentials ([#&#8203;8548](https://togithub.com/grpc/grpc-java/issues/8548))
    -   binder: Support BinderChannelBuilder.forTarget ([#&#8203;8633](https://togithub.com/grpc/grpc-java/issues/8633))
    -   inprocess: Add support for anonymous in-process servers ([#&#8203;8589](https://togithub.com/grpc/grpc-java/issues/8589))
    
    ##### Bug Fixes
    
    -   census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`.  Users not enabling grpc-census are not impacted by this bug ([#&#8203;8706](https://togithub.com/grpc/grpc-java/issues/8706))
    -   xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the XdsServer from noticing when a control plane sent a needless duplicate update, causing XdsServer to drain all its existing connections to use the “new” configuration [#&#8203;8663](https://togithub.com/grpc/grpc-java/issues/8663)
    -   xds: fix a bug where XdsServer didn’t block start() when configuration is missing, and instead errored. [#&#8203;8660](https://togithub.com/grpc/grpc-java/issues/8660)
    
    ##### New Features
    
    -   protoc-gen-grpc-java plugin support for Apple M1 architecture ([#&#8203;7690](https://togithub.com/grpc/grpc-java/issues/7690))
    -   okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#&#8203;8650](https://togithub.com/grpc/grpc-java/issues/8650))
    -   netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients ([#&#8203;8683](https://togithub.com/grpc/grpc-java/issues/8683))
    
    ##### Dependencies
    
    -   bump guava to 30.1.1-android ([#&#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))
    -   bump protobuf to 3.19.1 ([#&#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))
    
    ##### Acknowledgement
    
    [@&#8203;beatrausch](https://togithub.com/beatrausch)
    [@&#8203;benjaminp](https://togithub.com/benjaminp) Benjamin Peterson
    [@&#8203;cfredri4](https://togithub.com/cfredri4)
    [@&#8203;kdubb](https://togithub.com/kdubb) Kevin Wooten
    
    </details>
    
    ---
    
    ### 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/java-core).
    renovate-bot authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    275b882 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. fix: fixed compilation warnings from error prone

    * Fixed equals check to compare against other instead of self
    * Added annotation to ignore error prone warning (Details here: https://errorprone.info/bugpattern/TruthSelfEquals)
    * Fixed EqualsTester usage (details on usage error here https://errorprone.info/bugpattern/MissingTestCall, proper usage described at https://www.javadoc.io/doc/com.google.guava/guava-testlib/21.0/com/google/common/testing/EqualsTester.html)
    * Added missing assertion
    dangazineu authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e6e7040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2fa93 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    eb6c037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a5120 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.api.grpc:proto-google-common-proto…

    …s to v2.7.1 (#656)
    
    [![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.google.api.grpc:proto-google-common-protos](https://togithub.com/googleapis/java-common-protos) | `2.7.0` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-common-protos</summary>
    
    ### [`v2.7.1`](https://togithub.com/googleapis/java-common-protos/blob/HEAD/CHANGELOG.md#&#8203;271-httpswwwgithubcomgoogleapisjava-common-protoscomparev270v271-2022-01-05)
    
    [Compare Source](https://togithub.com/googleapis/java-common-protos/compare/v2.7.0...v2.7.1)
    
    </details>
    
    ---
    
    ### 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/java-core).
    renovate-bot authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ecfbdc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d417ebd View commit details
    Browse the repository at this point in the history
  5. deps: update dependency com.google.api:gax-bom to v2.8.0 (#659)

    [![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.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | `2.7.1` -> `2.8.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.8.0/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.8.0/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-java</summary>
    
    ### [`v2.8.0`](https://togithub.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#&#8203;280-httpswwwgithubcomgoogleapisgax-javacomparev271v280-2022-01-06)
    
    [Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.7.1...v2.8.0)
    
    ##### Features
    
    -   update DirectPath xds scheme ([#&#8203;1585](https://www.togithub.com/googleapis/gax-java/issues/1585)) ([7915f85](https://www.github.com/googleapis/gax-java/commit/7915f850313ddfdf35332d976d2567f31c2aa8a7))
    
    ##### Dependencies
    
    -   update dependency com.google.api.grpc:proto-google-common-protos to v2.7.1 ([#&#8203;1587](https://www.togithub.com/googleapis/gax-java/issues/1587)) ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
    -   update dependency com.google.http-client:google-http-client-bom to v1.41.0 ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
    -   update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([eb0e9d1](https://www.github.com/googleapis/gax-java/commit/eb0e9d106a64af5f583d75d7291cdc17652fd5e7))
    -   upgrade common-protos to 2.7.0 ([#&#8203;1579](https://www.togithub.com/googleapis/gax-java/issues/1579)) ([0a10f5f](https://www.github.com/googleapis/gax-java/commit/0a10f5fe77ab26b3ac7d4c590360945ead72eca1))
    
    ##### [2.7.1](https://www.github.com/googleapis/gax-java/compare/v2.7.0...v2.7.1) (2021-12-02)
    
    ##### Bug Fixes
    
    -   fix gRPC code conversion ([#&#8203;1555](https://www.togithub.com/googleapis/gax-java/issues/1555)) ([09b99d5](https://www.github.com/googleapis/gax-java/commit/09b99d591497b44c3c25b1a54abb0f1cb69d7376))
    -   pass error message when creating ApiException ([#&#8203;1556](https://www.togithub.com/googleapis/gax-java/issues/1556)) ([918ae41](https://www.github.com/googleapis/gax-java/commit/918ae419f84ad5721638ca10eca992333e9f7c3d))
    -   revert generics syntax change in MockHttpService test utility ([#&#8203;1574](https://www.togithub.com/googleapis/gax-java/issues/1574)) ([b629488](https://www.github.com/googleapis/gax-java/commit/b629488ffc7d68158158d9197695158f97229c7b))
    -   update exception mapping on HTTP error responses ([#&#8203;1570](https://www.togithub.com/googleapis/gax-java/issues/1570)) ([8a170d1](https://www.github.com/googleapis/gax-java/commit/8a170d19b42e9b13d4c69dcfbe531d4d4ca69c90))
    
    ##### Dependencies
    
    -   update grpc to 1.42.1 ([#&#8203;1559](https://www.togithub.com/googleapis/gax-java/issues/1559)) ([92b7632](https://www.github.com/googleapis/gax-java/commit/92b76325d54604c98c798c489b3a963fdf21a75c))
    -   upgrade protobuf to 3.19.1 ([#&#8203;1571](https://www.togithub.com/googleapis/gax-java/issues/1571)) ([7b354e7](https://www.github.com/googleapis/gax-java/commit/7b354e73b8ce49008bed51076afb255ca5dc68e4))
    
    </details>
    
    ---
    
    ### 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/java-core).
    renovate-bot authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    91717ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c9c131 View commit details
    Browse the repository at this point in the history
  7. chore: release 2.3.4 (#644)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [2.3.4](https://www.github.com/googleapis/java-core/compare/v2.3.3...v2.3.4) (2022-01-06)
    
    
    ### Bug Fixes
    
    * fixed compilation warnings from error prone ([e6e7040](https://www.github.com/googleapis/java-core/commit/e6e7040305b19ec9d5468f4cd44d7a29d0d5e470))
    * **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-core/issues/1299)) ([#643](https://www.github.com/googleapis/java-core/issues/643)) ([0f4c1db](https://www.github.com/googleapis/java-core/commit/0f4c1dbbd89d82f5cc86c2b684d6645699b835b3))
    * **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-core/issues/1301)) ([#652](https://www.github.com/googleapis/java-core/issues/652)) ([ab2fa93](https://www.github.com/googleapis/java-core/commit/ab2fa93ba0434f593abb063afad44dc923bf462a))
    
    
    ### Dependencies
    
    * update dependency com.google.api-client:google-api-client-bom to v1.33.0 ([#658](https://www.github.com/googleapis/java-core/issues/658)) ([d417ebd](https://www.github.com/googleapis/java-core/commit/d417ebd7bedc9d4e983f32c87a8d61163502cf1d))
    * update dependency com.google.api:gax-bom to v2.8.0 ([#659](https://www.github.com/googleapis/java-core/issues/659)) ([91717ab](https://www.github.com/googleapis/java-core/commit/91717ab9361a31976727b26d08837e8b3838bdb4))
    * update dependency com.google.api.grpc:proto-google-common-protos to v2.7.1 ([#656](https://www.github.com/googleapis/java-core/issues/656)) ([ecfbdc1](https://www.github.com/googleapis/java-core/commit/ecfbdc181087d37d38f7911b9962953f5d246434))
    * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.2.0 ([#645](https://www.github.com/googleapis/java-core/issues/645)) ([3926b54](https://www.github.com/googleapis/java-core/commit/3926b5423893635dd709b8fc6037fb896396ff13))
    * update dependency com.google.http-client:google-http-client-bom to v1.41.0 ([#657](https://www.github.com/googleapis/java-core/issues/657)) ([41a5120](https://www.github.com/googleapis/java-core/commit/41a51201a3712f71f6cf3be3c29db68360b2405f))
    * update dependency com.google.protobuf:protobuf-bom to v3.19.2 ([#655](https://www.github.com/googleapis/java-core/issues/655)) ([eb6c037](https://www.github.com/googleapis/java-core/commit/eb6c03729af41e6d7bd9db80644b8ddfd22e78ec))
    * update dependency io.grpc:grpc-bom to v1.43.1 ([#647](https://www.github.com/googleapis/java-core/issues/647)) ([275b882](https://www.github.com/googleapis/java-core/commit/275b882918f7625daeb3e98ab26b7b0a2f2cdb7b))
    ---
    
    
    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 Jan 6, 2022
    Configuration menu
    Copy the full SHA
    12e6aff View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.