Replies: 1 comment 3 replies
-
We've been diligent in allowing generated code to work with newer versions of Wire. If we discovered that we did indeed break something, we would fix it if possible. I would not say however that this is guaranteed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We were looking to decode GPB encoded messages, and evaluating the Google packages (protoc and protobuff-java). Those were working fine, though the generated code is heavy from our need perspective. But we ran into this problem, that they don't support gencode to run on newer runtime across major releases (We kind of have this requirement).
Does wire support Cross-Version runtime as it upgrades internal dependencies (as I see protoc, and protobuff-java is also mentioned in dependencies)? Or is there a same requirement here also, that across releases code needs to be re-generated?
When and in which scenarios is code re-generation needed by wire?
Thanks//Pratham
Beta Was this translation helpful? Give feedback.
All reactions