Re: [protobuf] GeneratedMessageV3#isStringEmpty(Object) method not found

2022-01-14 Thread 'Adam Cozzette' via Protocol Buffers
This indicates that somehow the project is using Java generated code that is too new for the protobuf runtime. GeneratedMessageV3.isStringEmpty was added relatively recently, so if the runtime library is too old then it won't be present. Version 3.19.2 is quite recent, so that should be fine, but

[protobuf] GeneratedMessageV3#isStringEmpty(Object) method not found

2022-01-11 Thread João Victor Gomides Cruz
Hi guys I'm having an issue with protobuf java. can I get some help on where to start fixing it? I'm getting this error java.lang.NoSuchMethodError: 'boolean com.google.protobuf.GeneratedMessageV3.isStringEmpty(java.lang.Object)' at