Uh oh!
There was an error while loading. Please reload this page.
ORC-FORMAT-20 - Upgrade protoc and protobuf version - #21
Conversation
wgtmac
commented
Feb 5, 2025
Is there any risk? This seems to be a huge version bump. @dongjoon-hyun |
| <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation> | ||
| <maven.version>3.9.6</maven.version> | ||
| <protoc.version>3.17.3</protoc.version> | ||
| <protoc.version>4.28.2</protoc.version> |
There was a problem hiding this comment.
May I ask why you propose this old version instead of the latest, @mgabelle ?
dongjoon-hyun
commented
Feb 11, 2025
Yes, there is a breaking change, @wgtmac . For example,
|
The solution is to upgrade both protoc and the protobuf runtime to 3.25.6, which is compatible with v26.x without being (as) breaking |
dongjoon-hyun
commented
Apr 9, 2025
Since there exists an open PR for 3.25.5, I merged that to address CVE-2024-7254 . |
What changes were proposed in this pull request?
PR to address issues related in #20
Changes consist of upgrading to the most recent version of protobuf and protoc.
Why are the changes needed?
Changes needed cause there are possible conflicts with recent protobuf versions from other libraries.
Also the current protobuf version is way out behind the current one and has some vulnerabilities.
How was this patch tested?
No tests, just a build, I don't really know how to correctly test this one.