This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 00dd9b6 added Github ZIP articats to release mail template [ci skip]
new 98c1941 THRIFT-4829 HTTP server transport lacks TransportFactory
arguments Client: netstd Patch: Jens Geyer
new 421444f THRIFT-4831 interface ITProtocolFactory should be class
TProtocolFactory again Client: netstd Patch: Jens Geyer
new 73a0272 THRIFT-4832 superfluous backing field causes CS0169 "field
never used" Client: netstd Patch: Jens Geyer
The 5655 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cpp/src/thrift/generate/t_netstd_generator.cc | 6 +++-
lib/netstd/Thrift/Protocol/TBinaryProtocol.cs | 8 ++---
lib/netstd/Thrift/Protocol/TCompactProtocol.cs | 8 ++---
lib/netstd/Thrift/Protocol/TJSONProtocol.cs | 4 +--
.../{ITProtocolFactory.cs => TProtocolFactory.cs} | 6 ++--
lib/netstd/Thrift/Server/TServer.cs | 6 ++--
lib/netstd/Thrift/Server/TSimpleAsyncServer.cs | 4 +--
lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs | 12 +++----
.../Transport/Server/THttpServerTransport.cs | 41 ++++++++++++++++------
lib/netstd/Thrift/Transport/TTransportFactory.cs | 2 +-
test/netstd/Server/TestServer.cs | 2 +-
tutorial/netstd/Server/Program.cs | 16 ++++-----
12 files changed, 68 insertions(+), 47 deletions(-)
rename lib/netstd/Thrift/Protocol/{ITProtocolFactory.cs =>
TProtocolFactory.cs} (89%)