This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/lib/kotlin/jvm-2.1.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
omit 57c6434c5 Bump jvm from 2.0.21 to 2.1.0 in /lib/kotlin
add eb684d348 THRIFT-4386 Add Lua 5.3/5.4 support Clint: lua Patch: Thomas
Bruggink
add d8cd883a9 THRIFT-5837 FIX: error: unused parameter etc Patch: Jens
Geyer
add 917149175 Fix build warnings for Erlang/OTP 27 Client: Erlang
add 2c29c5665 Fix documentation to match implementation Patch: Manuel
Pöter & Jens Geyer
add 645467e9b Fix documentation to match implementation Patch: Manuel
Pöter & Jens Geyer
add 0825ca31e THRIFT-5841 possible init/deinit conflict with manual
initialization flag Client: cpp Patch: Jens Geyer
add bb8cac570 Update generated array style
add 947ad6694 THRIFT-5842: Add missing cstdint include for int64_t in
Mutex.h
add e10109c65 THRIFT-5845: Return TException for union check in Write
add 1e7294948 Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in
/lib/kotlin (#3081)
add 40f135e66 Bump jvm from 2.0.21 to 2.1.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 (57c6434c5)
\
N -- N -- N refs/heads/dependabot/gradle/lib/kotlin/jvm-2.1.0
(40f135e66)
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:
build/docker/ubuntu-jammy/Dockerfile | 4 +-
.../cpp/src/thrift/generate/t_delphi_generator.cc | 24 +----
compiler/cpp/src/thrift/generate/t_go_generator.cc | 12 +--
.../cpp/src/thrift/generate/t_java_generator.cc | 2 +-
.../cpp/src/thrift/generate/t_lua_generator.cc | 13 +++
doc/specs/thrift-compact-protocol.md | 12 ++-
lib/cpp/src/thrift/TOutput.cpp | 2 +-
lib/cpp/src/thrift/TOutput.h | 4 +-
lib/cpp/src/thrift/concurrency/Mutex.h | 1 +
lib/cpp/src/thrift/transport/TSSLServerSocket.cpp | 2 +-
lib/cpp/src/thrift/transport/TSSLSocket.cpp | 5 +-
lib/cpp/src/thrift/transport/TSSLSocket.h | 3 +-
lib/erl/rebar.config | 2 +-
lib/erl/src/thrift.app.src | 4 +-
lib/go/test/UnionBinaryTest.thrift | 3 +-
lib/go/test/tests/write_texception_test.go | 69 ++++++++++++++
lib/kotlin/build.gradle.kts | 2 +-
lib/lua/TBinaryProtocol.lua | 35 ++++++-
lib/lua/TCompactProtocol.lua | 66 +++++++++----
lib/lua/TFramedTransport.lua | 2 +-
lib/lua/THttpTransport.lua | 13 ++-
lib/lua/TJsonProtocol.lua | 19 +++-
lib/lua/TProtocol.lua | 4 +
lib/lua/TSocket.lua | 2 +-
lib/lua/TTransport.lua | 2 +
lib/lua/Thrift.lua | 35 ++++++-
lib/lua/src/luabitwise.c | 59 ++++++++++++
lib/lua/src/luabpack.c | 24 +++++
lib/lua/src/lualongnumber.c | 5 +
lib/lua/src/luasocket.c | 6 +-
lib/lua/src/usocket.c | 30 ++++--
test/lua/Makefile.am | 7 +-
test/lua/test_basic_client.lua | 5 +-
test/lua/test_basic_server.lua | 105 ++++++++++++++++++++-
test/tests.json | 33 ++++---
35 files changed, 513 insertions(+), 103 deletions(-)
create mode 100644 lib/go/test/tests/write_texception_test.go