Skip to content

Update grpc-netty, grpc-protobuf, grpc-stub to 1.71.0 #1830

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

Closed

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates

from 1.68.3 to 1.71.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.grpc" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.grpc" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@pjfanning
Copy link
Contributor

pjfanning commented Mar 15, 2025

compile time deprecation causes build failure

[info] compiling 8 Scala sources to /home/runner/work/ScalaPB/ScalaPB/e2e-grpc/target/jvm-2.12/test-classes ...
[error] /home/runner/work/ScalaPB/ScalaPB/e2e-grpc/src/test/scala/GrpcServiceSpecBase.scala:19:43: method newInstance in class ProtoReflectionService is deprecated
[error]       _.addService(ProtoReflectionService.newInstance())
[error]                                           ^
[error] one error found

https://grpc.github.io/grpc-java/javadoc/io/grpc/protobuf/services/ProtoReflectionService.html says:

Uses the deprecated v1alpha proto. New users should use ProtoReflectionServiceV1 instead.

@scala-steward
Copy link
Contributor Author

Superseded by #1847.

@scala-steward scala-steward deleted the update/grpc-netty-1.71.0 branch April 16, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants