| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
|
Blocked on com.google.api.grpc:proto-google-common-protos:2.63.0 being available in maven central |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
|
Deleting the cache of these CI jobs. |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
Error: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce) on project google-cloud-storage: Error: Rule 2: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps failed with message: Error: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Error: Require upper bound dependencies error for io.opentelemetry:opentelemetry-api:1.47.0 paths to dependency are: Error: +-com.google.cloud:google-cloud-storage:2.59.1-SNAPSHOT Error: +-io.opentelemetry:opentelemetry-api:1.47.0 Error: and Error: +-com.google.cloud:google-cloud-storage:2.59.1-SNAPSHOT Error: +-io.opentelemetry:opentelemetry-sdk:1.47.0 Error: +-io.opentelemetry:opentelemetry-api:1.47.0 (managed) <-- io.opentelemetry:opentelemetry-api:1.47.0 Error: and Error: +-com.google.cloud:google-cloud-storage:2.59.1-SNAPSHOT Error: +-io.grpc:grpc-opentelemetry:1.76.0 Error: +-io.opentelemetry:opentelemetry-api:1.47.0 [runtime] (managed) <-- io.opentelemetry:opentelemetry-api:1.52.0 [runtime] Thanks @BenWhitehead for looking into this. I have raised googleapis/sdk-platform-java#3979, which solves this upper bound problem by bumping opentelemetry.version to 1.52.0. |
Sorry, something went wrong.
With the [recent upgrade of grpc](#3942), the transitive dependency on `opentelemetry-api` was bumped to 1.52.0 as per grpc/grpc-java@f30964a. In order to prevent upper bound dependency warnings (as in googleapis/java-storage#3381), we update opentelemetry.version to 1.52.0
|
/gcbrun |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
| { "name": "io.grpc.xds.shaded.com.github.udpa.udpa.type.v1.TypedStruct$Builder", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, | ||
| { "name": "io.grpc.xds.shaded.com.github.xds.core.v3.Authority", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, | ||
| { "name": "io.grpc.xds.shaded.com.github.xds.core.v3.Authority$Builder", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, | ||
| { "name": "io.grpc.xds.shaded.com.github.xds.core.v3.CidrRange", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, |
There was a problem hiding this comment.
I guess this codepath is triggered in storage only but not in gax?
Sorry, something went wrong.
There was a problem hiding this comment.
It's triggered by directpath being available for gcs.
Sorry, something went wrong.
There was a problem hiding this comment.
I've had to move this kind of configurations upstream in recent GraalVM migrations.
Sorry, something went wrong.
| "methods":[{"name":"<init>","parameterTypes":[] }] | ||
| }, | ||
| { "name": "com.google.protobuf.Message$Builder", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, | ||
| { "name": "com.google.protobuf.GeneratedMessageV3", "queryAllDeclaredConstructors": true, "queryAllPublicConstructors": true, "queryAllDeclaredMethods": true, "allPublicMethods": true, "allDeclaredClasses": true, "allPublicClasses": true }, |
There was a problem hiding this comment.
This is somewhat alarming, are the protobuf changes required? I don't see GeneratedMessageV3 being used explicitly in grpc-java, and usually we should use the interface directly for stability.
Sorry, something went wrong.
There was a problem hiding this comment.
This is one of the classes found by classgraph when analyzing the grpc classes for protobuf classes. we're not depending on this class, simply including it as one that native-image needs to load.
Sorry, something went wrong.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ Warning: custom changes will be lost. |
Sorry, something went wrong.
…v3.54.1 (#3381) Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
With the [recent upgrade of grpc](#3942), the transitive dependency on `opentelemetry-api` was bumped to 1.52.0 as per grpc/grpc-java@f30964a. In order to prevent upper bound dependency warnings (as in googleapis/java-storage#3381), we update opentelemetry.version to 1.52.0
With the [recent upgrade of grpc](googleapis/sdk-platform-java#3942), the transitive dependency on `opentelemetry-api` was bumped to 1.52.0 as per grpc/grpc-java@f30964a. In order to prevent upper bound dependency warnings (as in googleapis/java-storage#3381), we update opentelemetry.version to 1.52.0
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.