Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 19, 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-shared-dependencies
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: googleapis/java-shared-dependencies
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 31, 2020

  1. chore: release 0.1.1-SNAPSHOT (#6)

    🤖 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).
    release-please[bot] authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    adae92a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. deps: update dependency org.threeten:threetenbp to v1.4.3 (#7)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://togithub.com/ThreeTen/threetenbp)) | patch | `1.4.2` -> `1.4.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>ThreeTen/threetenbp</summary>
    
    ### [`v1.4.3`](https://togithub.com/ThreeTen/threetenbp/releases/v1.4.3)
    
    [Compare Source](https://togithub.com/ThreeTen/threetenbp/compare/v1.4.2...v1.4.3)
    
    See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-dependencies).
    renovate-bot authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    cd8d481 View commit details
    Browse the repository at this point in the history
  2. deps: update core dependencies (#2)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:gax-grpc](https://togithub.com/googleapis/gax-java) | minor | `1.55.0` -> `1.56.0` |
    | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | minor | `1.55.0` -> `1.56.0` |
    | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | minor | `1.27.2` -> `1.28.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-java</summary>
    
    ### [`v1.56.0`](https://togithub.com/googleapis/gax-java/releases/v1.56.0)
    
    [Compare Source](https://togithub.com/googleapis/gax-java/compare/v1.55.0...v1.56.0)
    
    04-06-2020 10:29 PDT
    
    ##### New Features
    
    -   Add ability to partially update retry settings ([#&#8203;993](https://togithub.com/googleapis/gax-java/pull/993))
    
    ##### Dependencies
    
    -   Update grpc to 1.28.1 ([#&#8203;1013](https://togithub.com/googleapis/gax-java/pull/1013))
    -   Update com.google.api:api-common to 1.9.0 ([#&#8203;992](https://togithub.com/googleapis/gax-java/pull/992))
    -   Add javax.annotations dependency in bazel build to gax-grpc ([#&#8203;1000](https://togithub.com/googleapis/gax-java/pull/1000))
    
    ##### Internal / Testing Changes
    
    -   test: make it easier to debug failures in SettingsTest ([#&#8203;994](https://togithub.com/googleapis/gax-java/pull/994))
    -   build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 ([#&#8203;995](https://togithub.com/googleapis/gax-java/pull/995))
    -   test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 ([#&#8203;1008](https://togithub.com/googleapis/gax-java/pull/1008))
    
    </details>
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.28.1`](https://togithub.com/grpc/grpc-java/releases/v1.28.1)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.28.0...v1.28.1)
    
    #### Bug Fixes
    
    -   xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). ([#&#8203;6875](https://togithub.com/grpc/grpc-java/issues/6875))
    
    ### [`v1.28.0`](https://togithub.com/grpc/grpc-java/releases/v1.28.0)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.27.2...v1.28.0)
    
    #### gRPC Java 1.28.0 Release Notes
    
    #### API Changes
    
    -   core: service config parsing now validates the final config object via `LoadBalancerProvider#parseLoadBalancingPolicyConfig`. LoadBalancer developers should use parsed config(`loadBalancingPolicyConfig`) in `ResolvedAddresses` instead of deprecated attribute `io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG`.
    -   core: remove stickiness from round robin ([#&#8203;6698](https://togithub.com/grpc/grpc-java/issues/6698))
    
    #### Behavioral Changes
    
    -   core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) ([#&#8203;6637](https://togithub.com/grpc/grpc-java/issues/6637))
        -   gRPCLB policy selection is being stabilized according to [this gRFC](https://togithub.com/grpc/proposal/blob/master/A26-grpclb-selection.md). gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via `ManagedChannelBuilder#defaultServiceConfig` or `ManagedChannelBuilder#defaultLoadBalancingPolicy`).
    
    #### New Features
    
    -   This release adds an experimental client side implementation of [xDSv2](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api) APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.
    
    #### Bug Fixes
    
    -   netty: fix a deadlock on start gRPC server ([#&#8203;6601](https://togithub.com/grpc/grpc-java/issues/6601))
    -   netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
    -   okhttp&#x3A; fix incorrect connection-level flow control handling at beginning of connection. 
    -   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://togithub.com/grpc/grpc-java/issues/6672))
    -   grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
    -   alts: do not exclude opencensus-api from google-oauth2's transitive dependencies ([#&#8203;6607](https://togithub.com/grpc/grpc-java/issues/6607))
        -   grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.
    
    #### Documentation
    
    -   stub,examples: Clarify CallStreamObserver's Javadoc ([#&#8203;6561](https://togithub.com/grpc/grpc-java/issues/6561))
    
    #### Dependencies
    
    -   Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
    -   Bump okhttp to 2.7.4
    -   Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0
    
    #### Acknowledgements
    
    [@&#8203;chrisschek](https://togithub.com/chrisschek) 
    [@&#8203;cushon](https://togithub.com/cushon) Liam Miller-Cushon
    [@&#8203;elharo](https://togithub.com/elharo) Elliotte Rusty Harold
    [@&#8203;gfelbing](https://togithub.com/gfelbing) Georg Welzel
    [@&#8203;hatahet](https://togithub.com/hatahet) Ziad Hatahet
    [@&#8203;leventov](https://togithub.com/leventov) Roman Leventov
    [@&#8203;sourabhsparkala](https://togithub.com/sourabhsparkala) Sourabh Sarvotham Parkala
    [@&#8203;ZhenLian](https://togithub.com/ZhenLian) Zhen Lian
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-dependencies).
    renovate-bot authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5589285 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-core to v1.93.4 (

    …#9)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/java-core) | patch | `1.93.3` -> `1.93.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-core</summary>
    
    ### [`v1.93.4`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1934-httpswwwgithubcomgoogleapisjava-corecomparev1933v1934-2020-04-06)
    
    [Compare Source](https://togithub.com/googleapis/java-core/compare/v1.93.3...v1.93.4)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-dependencies).
    renovate-bot authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    882cdd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v0.5.0 (#10)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | minor | `0.4.0` -> `0.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config</summary>
    
    ### [`v0.5.0`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-shared-configcomparev040v050-2020-04-07)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.4.0...v0.5.0)
    
    ##### Features
    
    -   add ban duplicate classes rule ([#&#8203;126](https://www.github.com/googleapis/java-shared-config/issues/126)) ([e38a7cc](https://www.github.com/googleapis/java-shared-config/commit/e38a7cc949396f8f5696e62cd060e0c076047b8d))
    -   add devsite javadoc profile ([#&#8203;121](https://www.github.com/googleapis/java-shared-config/issues/121)) ([7f452fb](https://www.github.com/googleapis/java-shared-config/commit/7f452fb6c5704f6ce0f731085479a28fb99ebcb9))
    -   add maven flatten plugin ([#&#8203;127](https://www.github.com/googleapis/java-shared-config/issues/127)) ([fb00799](https://www.github.com/googleapis/java-shared-config/commit/fb00799c416d324d68da5b660a26f7ef595c26d9))
    
    ##### Bug Fixes
    
    -   declare com.coveo:fmt-maven-plugin version/configuration ([#&#8203;90](https://www.github.com/googleapis/java-shared-config/issues/90)) ([5cf71a6](https://www.github.com/googleapis/java-shared-config/commit/5cf71a6ed699907082756e70c2fdee6ad3632f38))
    
    ##### Dependencies
    
    -   update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#&#8203;118](https://www.github.com/googleapis/java-shared-config/issues/118)) ([58ae69e](https://www.github.com/googleapis/java-shared-config/commit/58ae69eb5ba037963cdaed0c2b0e30663bc873eb))
    -   update dependency com.puppycrawl.tools:checkstyle to v8.29 ([f62292d](https://www.github.com/googleapis/java-shared-config/commit/f62292dab75699a75f8a7d499fe2ccfb7ee93783))
    -   update dependency org.apache.maven.plugins:maven-antrun-plugin to v1.8 ([#&#8203;124](https://www.github.com/googleapis/java-shared-config/issues/124)) ([a681536](https://www.github.com/googleapis/java-shared-config/commit/a68153643400c3f3b5c5959cda4dc3b552336427))
    -   update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 ([#&#8203;107](https://www.github.com/googleapis/java-shared-config/issues/107)) ([c9b096b](https://www.github.com/googleapis/java-shared-config/commit/c9b096b81b1f4f8dc2d1302f259f0321722e1ca5))
    -   update dependency org.apache.maven.plugins:maven-site-plugin to v3.9.0 ([#&#8203;103](https://www.github.com/googleapis/java-shared-config/issues/103)) ([abe7140](https://www.github.com/googleapis/java-shared-config/commit/abe714060e858c70a83888fb34438c45d97b1168))
    -   update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.1.0 ([#&#8203;101](https://www.github.com/googleapis/java-shared-config/issues/101)) ([ac69572](https://www.github.com/googleapis/java-shared-config/commit/ac69572be76e4462fdf65fa6e7f0935c3d51d827))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-dependencies).
    renovate-bot authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    58be2f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. chore: update common templates (#11)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/d6bf982d-3f70-479b-8cc3-60d7907932a0/targets
    yoshi-automation authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ff63b8f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. deps: update dependency com.google.guava:guava-bom to v29 (#12)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.guava:guava-bom](https://togithub.com/google/guava) | major | `28.2-android` -> `29.0-android` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-shared-dependencies).
    renovate-bot authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9f844c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

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