Skip to content

allow use of deprecated ProtoReflectionService #1836

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

Merged
merged 3 commits into from
May 29, 2025

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Mar 15, 2025

GrpcServiceScalaServerSpec:
[info] scala companion object
[info] - provides descriptor object
[info] scala server
[info]   reflection service
[info]   - listServices *** FAILED ***
[info]     java.util.concurrent.TimeoutException: Futures timed out after [3 seconds]
[info]     at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:269)
[info]     at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:273)
[info]     at scala.concurrent.Await$.$anonfun$result$1(package.scala:223)
[info]     at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:57)
[info]     at scala.concurrent.Await$.result(package.scala:146)
[info]     at GrpcServiceScalaServerSpec.$anonfun$new$6(GrpcServiceScalaServerSpec.scala:56)
[info]     at GrpcServiceSpecBase.$anonfun$withServer$1(GrpcServiceSpecBase.scala:57)
[info]     at GrpcServiceSpecBase.withManagedServer(GrpcServiceSpecBase.scala:63)
[info]     at GrpcServiceSpecBase.withServer(GrpcServiceSpecBase.scala:52)
[info]     at GrpcServiceSpecBase.withScalaServer(GrpcServiceSpecBase.scala:25)
[info]     ...

@pjfanning pjfanning changed the title use ProtoReflectionServiceV1 instead of deprecated ProtoReflectionService allow use of deprecated ProtoReflectionService Mar 15, 2025
@thesamet thesamet merged commit 2579875 into scalapb:master May 29, 2025
12 checks passed
@pjfanning pjfanning deleted the patch-1 branch May 29, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants