pvillard31 commented on PR #10763: URL: https://github.com/apache/nifi/pull/10763#issuecomment-3744173303
I pushed an additional commit to bump remaining Protobuf dependencies on v3 and move to latest v4. The upgrade from Protobuf 3.25.8 to 4.33.4 should not introduce any breaking changes for the following reasons: - Stable Java Runtime APIs: we use core Protobuf APIs (UnknownFieldSet, CodedInputStream, ByteString, DynamicMessage, Descriptors) that have remained stable and backward-compatible across major versions. - Nature of the Version Bump: The Protobuf 4.x release (starting with 4.22.0) primarily introduced support for "Editions" (a new way to evolve protobuf language features). The Java runtime library maintains full backward compatibility with proto2 and proto3 syntax. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
