This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch 0.19.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 30b31aaec Release 0.19.0
new fd60a9a3a reformat kotlin files
new 628023c27 fix gradle format
new 79c56026f Update supported go versions to 1.20 and 1.21
new 4ca47e036 fix kotlin cross test by downgrading to java 8 (#2840)
new ee1a7ea35 THRIFT-5731: Handle ErrAbandonRequest automatically
new 291b560c3 THRIFT-5653: Fix Java UUID typeid
The 6 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 | 4 +-
LANGUAGES.md | 2 +-
compiler/cpp/src/thrift/generate/t_go_generator.cc | 19 +++--
go.mod | 2 +-
lib/go/README.md | 12 ++-
lib/go/test/fuzz/go.mod | 2 +-
lib/go/test/go.mod | 2 +-
.../test/tests/server_connectivity_check_test.go | 88 ++++++++++++++++++++++
lib/go/thrift/simple_server.go | 9 ++-
.../java/org/apache/thrift/protocol/TType.java | 6 +-
lib/kotlin/build.gradle.kts | 4 +-
lib/kotlin/cross-test-client/build.gradle.kts | 4 +-
.../kotlin/org/apache/thrift/test/TestClient.kt | 18 +++--
lib/kotlin/cross-test-server/build.gradle.kts | 2 +-
.../kotlin/org/apache/thrift/test/TestServer.kt | 17 +++--
lib/kotlin/settings.gradle.kts | 2 +-
test/go/go.mod | 2 +-
17 files changed, 158 insertions(+), 37 deletions(-)
create mode 100644 lib/go/test/tests/server_connectivity_check_test.go