You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using your JPMS variant of com.google.protobuf there is an exception:
Caused by: com.google.protobuf.RuntimeVersion$ProtobufRuntimeVersionException: Detected mismatched Protobuf Gencode/Runtime version suffixes when loading crypto.pb.Crypto$KeyType: gencode 4.26.1, runtime 4.27.0-dev. Version suffixes must be the same.
I use the artifact com.google.protobuf:protobuf-java:4.26.1-jpms.
The text was updated successfully, but these errors were encountered:
At this time, I don't think I've released a protoc binary in this repo. It is unfortunate that Protobuf devs saw fit to add this error, because here we are using a newer runtime and older gencode, which should still hold compatibility guarantees.
In any case, thank you for reporting. I will look into producing a protoc binary so that versions can line up.
When using your JPMS variant of
com.google.protobuf
there is an exception:I use the artifact
com.google.protobuf:protobuf-java:4.26.1-jpms
.The text was updated successfully, but these errors were encountered: