envoyproxy/envoy
View on GitHubRemove unused methods and exceptions from JsonObject
Open
#14,893 opened on Feb 1, 2021
help wantedtech debt
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
-
Remove instance of
loadFromStringin header formatter and replace with protobuf . https://github.com/envoyproxy/envoy/blob/e073b325890542a3ce3bbc4eefb89a09f390f27e/source/common/router/header_formatter.cc#L61 -
Remove unused methods and the unsafe code that can throw exceptions such as the get[Type] methods that don't have defaults. https://github.com/envoyproxy/envoy/blob/0d5b470097d5e3645759e43414db8a7104aafb2e/include/envoy/json/json_object.h#L114
Follow-up to https://github.com/envoyproxy/envoy/pull/14467