Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update core dependencies #5

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 3, 2020

This PR contains the following updates:

Package Update Change
com.google.auth:google-auth-library-bom minor 0.19.0 -> 0.20.0
com.google.guava:guava-bom minor 28.1-android -> 28.2-android
io.grpc:grpc-bom minor 1.26.0 -> 1.27.0
com.google.api:gax-bom minor 1.52.0 -> 1.53.1
com.google.api:gax-grpc minor 1.52.0 -> 1.53.1
com.google.cloud:google-cloud-core-bom patch 1.92.0 -> 1.92.4

Release Notes

googleapis/google-auth-library-java

v0.20.0

Compare Source

Features
Dependencies
grpc/grpc-java

v1.27.0

Compare Source

Bazel users should migrate to maven_install. Please open an issue to report problems migrating to maven_install.

Dependencies

  • core, census: census dependency is removed from grpc-core. A grpc-census artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features. For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration need to add grpc-census artifact to runtime classpath (#​6577)
  • Bump animal-sniffer-annotations to 1.18 (#​6488)
  • Bump error_prone_annotations to 2.3.4 (#​6574)
  • auth: Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.19.0 (#​6537)
  • protobuf: Bump proto-google-common-protos to 1.17.0 (#​6572)

Bug Fixes

  • netty: the warning “Received GOAWAY with ENHANCE_YOUR_CALM. Debug data:” will now actually contain the debug data (#​6596)
  • examples: example servers now shutdown gracefully (#​6512)
  • api: update documentation to encourage libraries to provide scheme in target string during channel creation (#​6499)
  • bazel: Use https to download from Maven Central (#​6543)
  • bazel: Fix renamed javalite target that caused build failures in 1.26.0 (#​6544)

API Changes

  • bazel: Remove omit* args in favor of existing_rule() check (#​6553). If you are passing any arguments to grpc_java_repositories() within your WORKSPACE, you will need to remove those arguments and make sure you run grpc_java_repositories() after defining any overridden repositories
  • bazel: Support maven_install (#​6553). See examples/WORKSPACE for typical usage. grpc-java still supports the jvm_maven_import_external()-based loading only to ease migration. grpc-java will drop usages of jvm_maven_import_external() in the future

New Features

  • core: delay sending cancel request on client-side by one second when deadline expires (#​6328). This only impacts metrics reported by the server. It provides the server a second to internally fail the call with DEADLINE_EXCEEDED instead of CANCELLED which should substantially improve the accuracy of the metrics
  • grpclb: support explicit fallback from LB (#​6549)
  • netty: set -Dio.grpc.netty.useCustomAllocator=true by default (#​6528). This causes grpc to use a different Netty allocator by default which is configured to allocate in smaller chunks which may reduce memory usage by 8x on lightly loaded systems. Performance benchmarks show virtually no change with any potential slowdowns hidden in the noise (~1%). See also #​6407. If you notice problems, set the property to false and file an issue
  • api: support for lazily serialized values in Metadata (#​6466). Metadata marshallers must opt-in to being serialized lazily. Nothing is using this support at the moment (including protobufs). This can be used for avoiding serialization with in-process transport or for transport-specific features like file descriptor passing in metadata (such things were already possible with RPC messages).
  • alts: add AuthorizationUtil utility library for verifying a client is a particular account (#​6529)

Known issues

  • netty: listening on multiple ports (via NettyServerBuilder.addListenAddress()) may deadlock (bug #​6641). This has been the case since its introduction

Acknowledgements

googleapis/gax-java

v1.53.1

Compare Source

01-30-2020 12:27 PST

Dependencies
  • deps: update grpc to 1.27.0, google-auth-library to 0.20.0 (#​861)
  • deps: Update to org.codehaus.mojo:animal-sniffer-annotations:1.18 (#​855)
  • Update to javax.annotation:javax.annotation-api:1.3.2 (#​854)
  • Update com.fasterxml.jackson.core:jackson-core (#​853)
  • Update com.google.api.grpc:proto-google-common-protos to 1.17.0 (#​852)
  • deps: update iam protos to 0.13.0 (#​851)
  • deps: update google-http-client to 1.34.0 (#​850)
  • Update threetenbp to 1.4.0 (#​849)
  • chore(deps): update to JUnit 4.13 (#​848)
  • deps: update gRPC and protobuf (#​847)
  • chore(deps): update GSON and Guava (#​843)

v1.53.0

Compare Source

01-09-2020 10:51 PST

New Features
  • feat: enhancement for Batcher api to address bulk read (#​833)
  • feat: implemented watchdog as BackgroundResource (#​838)
  • Create a executorService with a separate pool of threads for channelpool (#​836)
Bug Fixes
  • fix: allows retries when setting maxAttempts without setting TotalTimeout (#​835)
Implementation Changes
  • bazel: Replace native maven_jar rule with jvm_maven_import_external (#​837)
  • cleanup(batcher): removing the non-applicable TODOs comments (#​834)
Dependencies
  • Update dependency org.easymock:easymock to v4.1 (#​821)
  • Update dependency com.google.auto.value:auto-value to v1.7 (#​806)
Internal / Testing Changes
googleapis/java-core

v1.92.4

Compare Source

v1.92.3

Compare Source

v1.92.2

Compare Source

v1.92.1

Compare Source


Renovate 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 if you tick the rebase/retry checkbox below.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 3, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 3, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 3, 2020
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-core-bom to v1.92.1 deps: update core dependencies Jan 9, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 9, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 9, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 10, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 10, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 13, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 13, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 13, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 13, 2020
@skuruppu
Copy link
Contributor

Failure says:

[WARNING] Rule 2: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for com.google.guava:guava:28.1-android paths to dependency are:
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.guava:guava:28.1-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-io.grpc:grpc-api:1.26.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-io.grpc:grpc-protobuf:1.26.0
    +-com.google.guava:guava:28.1-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api:api-common:1.8.1
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.protobuf:protobuf-java-util:3.11.1
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.cloud:google-cloud-core:1.92.2
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:28.2-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.cloud:google-cloud-core-grpc:1.92.2
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:28.2-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.auth:google-auth-library-oauth2-http:0.19.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:28.2-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.http-client:google-http-client:1.34.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:28.2-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:proto-google-cloud-spanner-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api:gax:1.53.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api:gax-grpc:1.53.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:grpc-google-cloud-spanner-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:1.48.1-SNAPSHOT
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.api:gax-grpc:1.53.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.truth:truth:1.0
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:27.0.1-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.guava:guava-testlib:28.1-android
    +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:27.0.1-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-io.grpc:grpc-protobuf:1.26.0
    +-io.grpc:grpc-protobuf-lite:1.26.0
      +-com.google.guava:guava:28.1-android
and
+-com.google.cloud:google-cloud-spanner:1.48.1-SNAPSHOT
  +-com.google.http-client:google-http-client:1.34.0
    +-io.opencensus:opencensus-contrib-http-util:0.24.0
      +-com.google.guava:guava:28.1-android (managed) <-- com.google.guava:guava:26.0-android
]

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 16, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 21, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 23, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 23, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 23, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 28, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 28, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 29, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 29, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@skuruppu
Copy link
Contributor

skuruppu commented Feb 4, 2020

@chingor13, I haven't tried to push this through due to the build failures. Would you be able to help with figuring out if these are legitimate failures?

[WARNING] Rule 2: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for com.google.http-client:google-http-client:1.34.0 paths to dependency are:
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.http-client:google-http-client:1.34.0
and
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.cloud:google-cloud-core:1.92.4
    +-com.google.http-client:google-http-client:1.34.0 (managed) <-- com.google.http-client:google-http-client:1.34.1
and
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.cloud:google-cloud-core-grpc:1.92.4
    +-com.google.http-client:google-http-client:1.34.0 (managed) <-- com.google.http-client:google-http-client:1.34.1
and
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.auth:google-auth-library-oauth2-http:0.20.0
    +-com.google.http-client:google-http-client:1.34.0 (managed) <-- com.google.http-client:google-http-client:1.34.1
and
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.cloud:google-cloud-core:1.92.4
    +-com.google.http-client:google-http-client-jackson2:1.34.0
      +-com.google.http-client:google-http-client:1.34.0 (managed) <-- com.google.http-client:google-http-client:1.34.1
,
Require upper bound dependencies error for com.google.http-client:google-http-client-jackson2:1.34.0 paths to dependency are:
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.cloud:google-cloud-core:1.92.4
    +-com.google.http-client:google-http-client-jackson2:1.34.0
and
+-com.google.cloud:google-cloud-spanner:1.49.1
  +-com.google.auth:google-auth-library-oauth2-http:0.20.0
    +-com.google.http-client:google-http-client-jackson2:1.34.0 (managed) <-- com.google.http-client:google-http-client-jackson2:1.34.1
]

@chingor13
Copy link
Contributor

I think this PR combined with #47 will pass - I can open a new PR to test

@skuruppu
Copy link
Contributor

skuruppu commented Feb 4, 2020

I think this PR combined with #47 will pass - I can open a new PR to test

Oh great, thank you so much.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Feb 4, 2020
@skuruppu
Copy link
Contributor

skuruppu commented Feb 5, 2020

This change was included in #59.

@skuruppu skuruppu closed this Feb 5, 2020
@renovate-bot renovate-bot deleted the renovate/core-dependencies branch February 5, 2020 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants