This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.19.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
discard 77e86a321 Bump com.ncorti.ktfmt.gradle from 0.12.0 to 0.19.0 in
/lib/kotlin
add d4503a1f0 THRIFT-4847: CancelledKeyException causes
TThreadedSelectorServer to fail
add 8148f2ff9 THRIFT-5706: lib/cpp Fix the Security tests on openssl 1.1
and 3.0
add 3ea763e06 Enable all tests on opensslv3
add a4ebb75fa Merge pull request #2940 from
thomasbruggink/fix-lib-cpp-security-tests
add 91565d490 Update supported go versions
add a44c0c6c3 Fix failed java build (#3019)
add c3a453174 Bump com.ncorti.ktfmt.gradle from 0.12.0 to 0.19.0 in
/lib/kotlin
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 (77e86a321)
\
N -- N -- N
refs/heads/dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.19.0
(c3a453174)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 4 +-
LANGUAGES.md | 4 +-
go.mod | 2 +-
lib/cpp/test/SecurityFromBufferTest.cpp | 20 +++--
lib/cpp/test/SecurityTest.cpp | 20 +++--
lib/go/test/fuzz/go.mod | 2 +-
lib/go/test/go.mod | 2 +-
lib/go/test/tests/equals_test.go | 8 +-
lib/go/test/tests/string_parse_allocation_test.go | 4 +-
lib/go/test/tests/validate_test.go | 10 +--
lib/go/thrift/binary_protocol_test.go | 2 +-
lib/go/thrift/exception.go | 24 +++---
lib/go/thrift/framed_transport_test.go | 6 +-
lib/go/thrift/header_transport.go | 4 +-
lib/go/thrift/header_transport_test.go | 6 +-
lib/go/thrift/json_protocol_test.go | 2 +-
lib/go/thrift/lowlevel_benchmarks_test.go | 96 +++++++++++-----------
lib/go/thrift/protocol.go | 6 +-
lib/go/thrift/protocol_test.go | 4 +-
lib/go/thrift/serializer_test.go | 2 +-
lib/go/thrift/serializer_types_test.go | 6 +-
lib/go/thrift/simple_json_protocol.go | 2 +-
lib/go/thrift/simple_json_protocol_test.go | 2 +-
lib/go/thrift/ssl_server_socket.go | 3 +
lib/go/thrift/transport_test.go | 2 +-
.../thrift/server/AbstractNonblockingServer.java | 31 +++++--
.../thrift/server/TThreadedSelectorServer.java | 15 +++-
test/go/go.mod | 2 +-
test/go/src/bin/stress/main.go | 18 ++--
test/go/src/bin/testclient/main.go | 18 ++--
test/go/src/bin/testserver/main.go | 2 +-
test/go/src/common/client.go | 18 ++--
test/go/src/common/clientserver_test.go | 55 +++++++------
test/go/src/common/context_test.go | 11 ++-
test/go/src/common/server.go | 42 ++++++++--
35 files changed, 267 insertions(+), 188 deletions(-)