https://linen.dev logo
#help
Title
# help
n

Navjot Singh

11/07/2023, 5:15 PM
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

Faye Salwin

11/07/2023, 5:21 PM
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

Alejandro Lorefice

11/07/2023, 5:26 PM
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

Navjot Singh

11/07/2023, 5:28 PM
Standalone gives this message
and using wiremock-grpc-extension-standalone-0.2.0.jar for that
o

Oleg Nenashev

11/07/2023, 5:47 PM
t

Tom

11/07/2023, 5:48 PM
No, that's not released yet
I think it's ready
Just need to do a bit of release automation
o

Oleg Nenashev

11/07/2023, 5:49 PM
Yeah, wanted to double check because wasn't sure how it was deployed. let's move release Automation to a separate thread
n

Navjot Singh

11/08/2023, 4:17 AM
can anybody help me here please
o

Oleg Nenashev

11/08/2023, 7:51 AM
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

Tom

11/08/2023, 4:14 PM
I’ve confirmed this is an issue, fix in progress: https://github.com/wiremock/wiremock-grpc-extension/pull/13
f

Faye Salwin

11/08/2023, 7:06 PM
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.
3 Views