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 23e0e5ce7 Don't use legacy ssl hostname validation for python >= 3.12
     add e26b4a838 THRIFT-5832 Drop net6 support and add net9 instead Client: 
netstd Patch: Jens Geyer
     add 3a37d1534 net9 sdk is NOT YET installed by default

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        |  8 ++-
 build/docker/README.md                             |  2 +-
 build/docker/ubuntu-focal/Dockerfile               |  8 +--
 build/docker/ubuntu-jammy/Dockerfile               |  8 +--
 build/veralign.sh                                  |  2 +-
 .../cpp/src/thrift/generate/t_netstd_generator.cc  | 30 +++++----
 .../cpp/src/thrift/generate/t_netstd_generator.h   |  2 +-
 debian/copyright                                   |  5 +-
 .../Thrift.Benchmarks/Thrift.Benchmarks.csproj     |  4 +-
 lib/netstd/Makefile.am                             |  8 +--
 .../Thrift.Compile.net6/Properties/AssemblyInfo.cs | 40 ------------
 .../Thrift.Compile.net8/Thrift.Compile.net8.csproj |  2 +-
 .../Impl/Thrift5253/MyService.cs                   |  2 +-
 .../Properties/AssemblyInfo.cs                     |  0
 .../Thrift.Compile.net9.csproj}                    | 30 +++++----
 .../Tests/Thrift.Compile.Tests/Thrift5794.thrift   |  2 +-
 .../Thrift.IntegrationTests.csproj                 | 10 +--
 lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj  | 12 ++--
 lib/netstd/Thrift.sln                              | 30 ++++-----
 lib/netstd/Thrift/.editorconfig                    |  6 +-
 lib/netstd/Thrift/GlobalSuppressions.cs            |  3 +
 lib/netstd/Thrift/Protocol/TJSONProtocol.cs        |  2 +
 lib/netstd/Thrift/Thrift.csproj                    | 38 +++++------
 .../Thrift/Transport/Client/TTlsSocketTransport.cs |  5 ++
 test/netstd/Client/Client.csproj                   | 12 ++--
 test/netstd/Client/TestClient.cs                   |  5 +-
 test/netstd/Server/Server.csproj                   | 12 ++--
 test/netstd/Server/TestServer.cs                   |  8 ++-
 test/netstd/ThriftTest.sln                         | 28 ++++-----
 tutorial/netstd/Client/Client.csproj               |  5 +-
 tutorial/netstd/Client/Program.cs                  | 60 +++++++++---------
 tutorial/netstd/Interfaces/Interfaces.csproj       | 11 ++--
 tutorial/netstd/Server/Program.cs                  | 73 ++++++++++------------
 tutorial/netstd/Server/Server.csproj               |  3 +-
 34 files changed, 229 insertions(+), 247 deletions(-)
 delete mode 100644 
lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net6/Properties/AssemblyInfo.cs
 rename lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net6 => 
Thrift.Compile.net9}/Impl/Thrift5253/MyService.cs (98%)
 copy lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net8 => 
Thrift.Compile.net9}/Properties/AssemblyInfo.cs (100%)
 rename 
lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net6/Thrift.Compile.net6.csproj
 => Thrift.Compile.net9/Thrift.Compile.net9.csproj} (85%)

Reply via email to