Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix: update the runtime dependency grpc-java xds to googleapis #1643

Merged
merged 2 commits into from Mar 31, 2022

Conversation

mohanli-ml
Copy link
Contributor

@mohanli-ml mohanli-ml commented Mar 30, 2022

In grpc/grpc-java#8963, the google-c2p-experimental name resolver is moved from xds package to googleapis package in grpc java, so we need to update the runtime dependency accordingly.

cc @ejona86

@mohanli-ml mohanli-ml requested review from a team as code owners March 30, 2022 22:41
@@ -39,7 +39,7 @@ ext {
'maven.io_grpc_grpc_protobuf': "io.grpc:grpc-protobuf:${libraries['version.io_grpc']}",
'maven.io_grpc_grpc_netty_shaded': "io.grpc:grpc-netty-shaded:${libraries['version.io_grpc']}",
'maven.io_grpc_grpc_alts': "io.grpc:grpc-alts:${libraries['version.io_grpc']}",
'maven.io_grpc_grpc_xds': "io.grpc:grpc-xds:${libraries['version.io_grpc']}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to remove the code references to xds as well? Like this variable name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need this variable to protect the migration, and there is no need to change the variable name as xds protocol is still used.

@sonarcloud
Copy link

sonarcloud bot commented Mar 31, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@blakeli0 blakeli0 merged commit b8d9e30 into googleapis:main Mar 31, 2022
@googleapis googleapis deleted a comment from Visva92 Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants