cho-m opened a new pull request, #3241: URL: https://github.com/apache/brpc/pull/3241
### What problem does this PR solve? Issue Number: n/a Problem Summary: Support building with Protobuf v34+ (C++ 7.34.0) which introduced breaking API changes. ### What is changed and the side effects? Changed: - Replaced the removed `FieldDescriptor::is_optional()` following upstream recommendation at protocolbuffers/protobuf@9dbc5d479a8e453921485d8d3de47fb3c005f1af - Added another conditional for `ClassData` as `on_demand_register_arena_dtor` was removed in protocolbuffers/protobuf@49e15fecf6d8c23118668e4bb2d00ee7f4cd11c5 Side effects: - Performance effects: - Breaking backward compatibility: no --- ### Check List: - Please make sure your changes are compilable. - When providing us with a new feature, it is best to add related tests. - Please follow [Contributor Covenant Code of Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
