This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 95d4e3e23 Silence Ruby native capability queries
add b9b48cd0f THRIFT-6126: Handle unknown Compact and JSON types
No new revisions were added by this update.
Summary of changes:
lib/rb/ext/compact_protocol.c | 18 +++---
lib/rb/lib/thrift/protocol/compact_protocol.rb | 16 +++--
lib/rb/lib/thrift/protocol/json_protocol.rb | 45 +++++---------
lib/rb/spec/compact_protocol_spec.rb | 29 +++++++++
lib/rb/spec/json_protocol_spec.rb | 20 ++++++-
lib/rb/spec/server_spec.rb | 82 ++++++++++++++++++++++++++
lib/rb/test/fuzz/fuzz_common.rb | 9 +--
7 files changed, 167 insertions(+), 52 deletions(-)