-
Notifications
You must be signed in to change notification settings - Fork 114
Update Thrift to 0.16 #630
Copy link
Copy link
Closed
Labels
Kind: Refactor 🔃Level: Intermediate (3)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Target: ServiceIssues related to the Thrift service.Issues related to the Thrift service.
Metadata
Metadata
Assignees
Labels
Kind: Refactor 🔃Level: Intermediate (3)Target: Developer environmentDeveloper environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.Target: ServiceIssues related to the Thrift service.Issues related to the Thrift service.
Thrift should be updated to 0.16 (currently 0.13 is used), so we match the version available in the official Ubuntu repositories for 22.04 Jammy.
According to the CHANGELOG, multiple breaking changes occurred between Thrift 0.13 and 0.16.
*_constants.cpp,*_constants.h,*_types.cpp) are not generated, if they would be practically empty. This results in compilation failure and the CMake build system should be configured accordingly.