This is an automated email from the ASF dual-hosted git repository.

yuxuan pushed a change to branch go-slog
in repository https://gitbox.apache.org/repos/asf/thrift.git


    omit f4c63e260 THRIFT-5744: Switch to slog for go library
     add 4115e952b THRIFT-5746 Upgrade to net8 Client: netstd Patch: Jens Geyer
     add ac2deed0f THRIFT-5746 Upgrade to net8 Client: netstd Patch: Jens Geyer
     add 8a6bcc76f THRIFT-5747 warning: The macro `AC_HELP_STRING' is obsolete. 
Patch: Jens Geyer
     add 87e7be754 Bump com.diffplug.spotless from 6.22.0 to 6.23.2 in 
/lib/kotlin
     add a58e91533 Bump jvm from 1.9.20 to 1.9.21 in /lib/kotlin
     add f4b6d9600 Bump actions/setup-java from 3 to 4
     add 697c08bad Bump com.github.spotbugs from 5.2.1 to 6.0.1 in /lib/kotlin
     add 022d0278e Github Actions: Remove --disable-tests
     new 10caefc63 THRIFT-5744: Switch to slog for go library

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f4c63e260)
            \
             N -- N -- N   refs/heads/go-slog (10caefc63)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .github/workflows/build.yml                        |   5 +-
 aclocal/ax_thrift_internal.m4                      |   2 +-
 build/docker/old/debian-stretch/Dockerfile         |   8 +-
 build/docker/old/ubuntu-artful/Dockerfile          |   8 +-
 build/docker/old/ubuntu-disco/Dockerfile           |   8 +-
 build/docker/old/ubuntu-xenial/Dockerfile          |   8 +-
 build/docker/ubuntu-bionic/Dockerfile              |   8 +-
 build/docker/ubuntu-focal/Dockerfile               |   8 +-
 build/docker/ubuntu-jammy/Dockerfile               |   8 +-
 .../cpp/src/thrift/generate/t_netstd_generator.cc  | 225 ++++++++++++++-------
 .../cpp/src/thrift/generate/t_netstd_generator.h   |   6 +-
 configure.ac                                       |   7 +-
 contrib/fb303/aclocal/ax_thrift_internal.m4        |   2 +-
 lib/go/test/fuzz/Makefile.am                       |   9 +-
 lib/go/test/fuzz/fuzz.go                           |   6 +-
 lib/go/test/fuzz/go.mod                            |  12 +-
 lib/go/test/fuzz/go.sum                            |   0
 lib/java/build.gradle                              |   4 +-
 lib/kotlin/settings.gradle.kts                     |   2 +-
 .../Thrift.Benchmarks/Thrift.Benchmarks.csproj     |   5 +-
 .../Thrift.IntegrationTests.csproj                 |   9 +-
 .../Thrift.PublicInterfaces.Compile.Tests.csproj   |  21 +-
 .../Thrift.Tests/Collections/TCollectionsTests.cs  |  40 ++--
 .../Tests/Thrift.Tests/DataModel/DeepCopy.cs       |  79 +++-----
 .../Tests/Thrift.Tests/DataModel/NullValuesSet.cs  |   1 +
 .../Protocols/TJsonProtocolHelperTests.cs          |  54 ++---
 .../Thrift.Tests/Protocols/TJsonProtocolTests.cs   |   6 +-
 lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj  |   9 +-
 lib/netstd/Thrift/.editorconfig                    |   5 +
 .../Thrift/Processor/TMultiplexedProcessor.cs      |   8 +-
 .../Thrift/Processor/TSingletonProcessorFactory.cs |   7 +-
 lib/netstd/Thrift/Protocol/Entities/TField.cs      |   5 +-
 lib/netstd/Thrift/Protocol/Entities/TList.cs       |   5 +-
 lib/netstd/Thrift/Protocol/Entities/TMap.cs        |   5 +-
 lib/netstd/Thrift/Protocol/Entities/TMessage.cs    |   5 +-
 lib/netstd/Thrift/Protocol/Entities/TSet.cs        |   5 +-
 lib/netstd/Thrift/Protocol/Entities/TStruct.cs     |   3 +
 lib/netstd/Thrift/Protocol/TBinaryProtocol.cs      |  17 +-
 lib/netstd/Thrift/Protocol/TCompactProtocol.cs     |   2 +
 lib/netstd/Thrift/Protocol/TJSONProtocol.cs        |   2 +
 lib/netstd/Thrift/Protocol/TMultiplexedProtocol.cs |   3 +
 lib/netstd/Thrift/Protocol/ToString.cs             |  20 +-
 .../Thrift/Protocol/Utilities/TBase64Utils.cs      |   8 +-
 .../Thrift/Protocol/Utilities/TGuidExtensions.cs   |   4 +-
 .../Protocol/Utilities/TJsonProtocolConstants.cs   |   3 +
 lib/netstd/Thrift/Server/TServer.cs                |   3 +-
 lib/netstd/Thrift/Server/TSimpleAsyncServer.cs     |   2 +
 lib/netstd/Thrift/Thrift.csproj                    |  16 +-
 .../Thrift/Transport/Client/TTlsSocketTransport.cs |   3 +
 .../Thrift/Transport/Layered/TFramedTransport.cs   |   4 +
 .../Thrift/Transport/Layered/TLayeredTransport.cs  |   7 +-
 .../Transport/Server/TNamedPipeServerTransport.cs  |  10 +-
 .../Transport/Server/TServerSocketTransport.cs     |   3 +
 .../Thrift/Transport/Server/TServerTransport.cs    |  13 +-
 lib/netstd/Thrift/Transport/TTransport.cs          |   6 +-
 test/netstd/Client/Client.csproj                   |  14 +-
 test/netstd/Client/Performance/PerformanceTests.cs |   6 +-
 test/netstd/Client/TestClient.cs                   |  24 +--
 test/netstd/Server/Server.csproj                   |  14 +-
 test/netstd/Server/TestServer.cs                   |  25 ++-
 tutorial/netstd/Client/Client.csproj               |   4 +-
 tutorial/netstd/Interfaces/Interfaces.csproj       |   4 +-
 tutorial/netstd/Server/Server.csproj               |   4 +-
 63 files changed, 468 insertions(+), 361 deletions(-)
 delete mode 100644 lib/go/test/fuzz/go.sum

Reply via email to