-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
consumer is incompatible with grpc-protobuf version 1.59.0 #1816
Comments
May depend on core changes - pact-foundation/pact-plugins#72 |
Looks like that refactor upgraded gRPC libs from 1.56.1 to 1.64.0, and 1.59.0 has a breaking change notice https://github.com/grpc/grpc-java/releases/tag/v1.59.0 You could try add an exclusion on pact-driver core 0.4.2 and then add pact-driver core 0.4.1 as a dependency |
Oh, wait, that refactor has not been released yet. Would that fix your issue (upgrading gRPC libs to 1.64)? |
I see pact driver 0.5.0 was released - matching grpc libs to 1.66 here might fix the issue |
Upgrading to 4.6.14 solved my issue - thanks! |
When using:
au.com.dius.pact.consumer.model.MockProviderConfig
withtransportRegistryEntry = "protobuf/transport/grpc"
the following error occurs:
Additionally,
The text was updated successfully, but these errors were encountered: