We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to a bug in Protobuf, we can't use its latest version. It generates the code which is incompatible with Node.js.
In the scope of this issue, pull the latest version of Protobuf declared in config, when the bug is resolved.
config
The latest version, which works fine: 3.19.4. The next version, starting from which, the problem appears: 3.20.0.
3.19.4
3.20.0
The text was updated successfully, but these errors were encountered:
pom.xml
This bug has been fixed in Protobuf 3.21.0.
3.21.0
Sorry, something went wrong.
No branches or pull requests
Due to a bug in Protobuf, we can't use its latest version. It generates the code which is incompatible with Node.js.
In the scope of this issue, pull the latest version of Protobuf declared in
config
, when the bug is resolved.The latest version, which works fine:
3.19.4
.The next version, starting from which, the problem appears:
3.20.0
.The text was updated successfully, but these errors were encountered: