Hi , I am using the <wiremock-grpc-extension> stan...
# help
n
Hi , I am using the wiremock-grpc-extension standalone jar looks like the imported protobuf objects from different folders are not working. Here is my cloned repo :https://github.com/Navjotsingh25/GRPC_demo Getting this error :
f
how did you generate the dsc?
it still looks like most of that is configured for the default proto
ah I see
is it the leading dot?
a
What is giving you this message? Running standalone or java? Cause in java you’re using 0.1.0 that didn’t support imported fields 🤔
n
Standalone gives this message
and using wiremock-grpc-extension-standalone-0.2.0.jar for that
o
t
No, that's not released yet
I think it's ready
Just need to do a bit of release automation
o
Yeah, wanted to double check because wasn't sure how it was deployed. let's move release Automation to a separate thread
n
can anybody help me here please
o
I would normally reproduce it, but right now I am on the sick leave. Would you be able to file a bug report, we would need at least a direct unit test for that which I will try to implement once I'm back
t
I’ve confirmed this is an issue, fix in progress: https://github.com/wiremock/wiremock-grpc-extension/pull/13
f
I've confirmed this fixes my issue, and judging by the cause, I think you'll be good too @Navjot Singh
Yesterday I realized that descriptor sets are just protobuf for your proto. It makes total sense and I love it.