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.22.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
discard ca78d5da9 Bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.22.0 in
/lib/kotlin
add caef0eda2 THRIFT-5811: Update eslint & prettier Client: js Patch:
Cameron Martin
add bdc43afc7 Update LANGUAGES.md
add 107501091 Update LANGUAGES.md
add 6e380306e http.client.HTTPSConnection: drop key_file, cert_file
add fdaca5ec8 Upgrade typescript Client: nodejs Patch: Cameron Martin
add aee3f637b THRIFT-5817: [C++] Avoid copy of TUuid Client: cpp Patch:
Carel Combrink
add 21ed4a2f6 THRIFT-5811: Add ESM support to nodejs codegen Client:
nodejs Patch: Cameron Martin <[email protected]>
add 3494e1cd0 replace "utf8" alias by canonical "utf-8" locale code +
remove the second Python2 vs Py3 compat.py Client: py Patch: Alexandre Detiste
add 72c8111bb THRIFT-5856 Client should validate HTTP status Client:
Delphi Patch: Jens Geyer
add 6cb35b284 Remove extra </th>
add 09ced04f4 THRIFT-5024: Replace removed @gen.engine with @gen.coroutine
Client: py Patch: Asjad Syed
add 7c9433584 THRIFT-5853: Remove oldstyle casts from TBufferTransports
and TCompactProtocol
add 7cfd0187e Log the exception when TThreadPoolServer breaks the work
loop (#3113)
add cd0dabbed Exclude binary dir in cmake when BUILD_COMPILER is OFF
add b28a4c48c THRIFT-5859: Generate a values iterator for enum types for go
add 135b79e3f THRIFT-5857: Remove deprecated Tornado io_loop usage Client:
py Patch: Asjad Syed
add e0d469248 Bump jvm from 2.1.10 to 2.1.20 in /lib/kotlin
add 4c219f3f6 Change SSL_get_verify_result() return value from int to long
add 32ce699a5 THRIFT-5858: Introduce new type MESSAGE_SIZE_LIMIT in
TTransportException
add c5c0e6eff Minor Erlang generator improvements
add 0414755b6 THRIFT-5861: Add isOpen method to TTornadoStreamTransport
add 7e45f58ad Remove ubuntu-20.04 from github actions
add 4bacc1a8d remove unused writeUtf8 and readUtf8 from TProtocol.py
(#3123)
add 0481fcdf9 THRIFT-1482 Allow unix domain sockets in TSocket Client: php
Patch: Balázs Dura-Kovács
add 1834bfc95 added -y switch to prevent hang during CI run
add 58d68c6bd Revert "THRIFT-1482 Allow unix domain sockets in TSocket"
add b4d2d919a Fix field stop read in duplicate_protocol.go (#3125)
add 5e6d1b747 TestTServletServer doesn't accept the request
add b3fc4b224 Update minimum required CMake version for CMake 4.0
compatibility
add 74ee8b006 THRIFT-1482: Unix domain socket support under PHP Client:
php Patch: Balázs Dura-Kovács, Volodymyr Panivko
add 47d0fbb1f Add Package.swift to root of repo
add 29d8773e7 THRIFT-4838: Add unix socket support for Swift Client: Swift
Patch: Kino Roy
add ea6207e70 Bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.22.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 (ca78d5da9)
\
N -- N -- N
refs/heads/dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.22.0
(ea6207e70)
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:
.eslintignore | 9 -
.eslintrc.json | 24 -
.github/workflows/build.yml | 9 +-
CMakeLists.txt | 2 +-
LANGUAGES.md | 23 +-
lib/swift/Package.swift => Package.swift | 4 +-
build/cmake/ThriftConfig.cmake.in | 9 +-
compiler/cpp/CMakeLists.txt | 2 +-
.../cpp/src/thrift/generate/t_cpp_generator.cc | 9 +-
.../cpp/src/thrift/generate/t_erl_generator.cc | 96 +-
compiler/cpp/src/thrift/generate/t_go_generator.cc | 34 +-
compiler/cpp/src/thrift/generate/t_js_generator.cc | 165 +-
compiler/cpp/src/thrift/generate/t_py_generator.cc | 2 +-
compiler/cpp/tests/CMakeLists.txt | 2 +-
eslint.config.mjs | 50 +
lib/c_glib/test/testthrifttestclient.cpp | 4 +-
lib/c_glib/test/testthrifttestzlibclient.cpp | 8 +-
lib/cpp/src/thrift/protocol/TCompactProtocol.h | 4 +-
lib/cpp/src/thrift/protocol/TCompactProtocol.tcc | 58 +-
lib/cpp/src/thrift/protocol/TProtocol.h | 12 +-
lib/cpp/src/thrift/transport/TBufferTransports.cpp | 6 +-
lib/cpp/src/thrift/transport/TBufferTransports.h | 8 +-
lib/cpp/src/thrift/transport/TSSLSocket.cpp | 2 +-
lib/delphi/src/Thrift.Transport.MsxmlHTTP.pas | 17 +
lib/delphi/src/Thrift.Transport.WinHTTP.pas | 14 +
.../{initialisms_test.go => enum_values_test.go} | 28 +-
lib/go/thrift/duplicate_protocol.go | 4 +
lib/go/thrift/duplicate_protocol_test.go | 52 +
.../org/apache/thrift/test/TestTServletServer.java | 6 +-
.../apache/thrift/server/TThreadPoolServer.java | 5 +-
.../thrift/transport/TEndpointTransport.java | 12 +-
.../thrift/transport/TTransportException.java | 1 +
.../apache/thrift/protocol/ProtocolTestBase.java | 8 +-
.../apache/thrift/transport/TestTByteBuffer.java | 2 +-
lib/js/Gruntfile.js | 297 ++--
lib/kotlin/settings.gradle.kts | 2 +-
lib/nodejs/Makefile.am | 7 +-
lib/nodejs/examples/client.js | 24 +-
lib/nodejs/examples/client_multitransport.js | 64 +-
lib/nodejs/examples/hello.js | 56 +-
lib/nodejs/examples/httpClient.js | 24 +-
lib/nodejs/examples/httpServer.js | 37 +-
lib/nodejs/examples/parse.js | 6 +-
lib/nodejs/examples/server.js | 10 +-
lib/nodejs/examples/server_http.js | 38 +-
lib/nodejs/examples/server_multitransport.js | 26 +-
lib/nodejs/lib/thrift/binary.js | 53 +-
lib/nodejs/lib/thrift/binary_protocol.js | 216 +--
lib/nodejs/lib/thrift/browser.js | 32 +-
lib/nodejs/lib/thrift/buffered_transport.js | 85 +-
lib/nodejs/lib/thrift/compact_protocol.js | 479 +++---
lib/nodejs/lib/thrift/connection.js | 340 ++--
lib/nodejs/lib/thrift/create_client.js | 4 +-
lib/nodejs/lib/thrift/framed_transport.js | 70 +-
lib/nodejs/lib/thrift/header_protocol.js | 118 +-
lib/nodejs/lib/thrift/header_transport.js | 107 +-
lib/nodejs/lib/thrift/http_connection.js | 93 +-
lib/nodejs/lib/thrift/index.js | 38 +-
.../lib/thrift/input_buffer_underrun_error.js | 2 +-
lib/nodejs/lib/thrift/int64_util.js | 44 +-
lib/nodejs/lib/thrift/json_parse.js | 515 +++---
lib/nodejs/lib/thrift/json_protocol.js | 322 ++--
lib/nodejs/lib/thrift/log.js | 30 +-
lib/nodejs/lib/thrift/multiplexed_processor.js | 29 +-
lib/nodejs/lib/thrift/multiplexed_protocol.js | 50 +-
lib/nodejs/lib/thrift/ohos_connection.js | 73 +-
lib/nodejs/lib/thrift/protocol.js | 6 +-
lib/nodejs/lib/thrift/server.js | 129 +-
lib/nodejs/lib/thrift/thrift.js | 158 +-
lib/nodejs/lib/thrift/transport.js | 6 +-
lib/nodejs/lib/thrift/web_server.js | 481 +++---
lib/nodejs/lib/thrift/ws_connection.js | 83 +-
lib/nodejs/lib/thrift/ws_transport.js | 109 +-
lib/nodejs/lib/thrift/xhr_connection.js | 98 +-
lib/nodejs/test/binary.test.js | 76 +-
lib/nodejs/test/{client.js => client.mjs} | 72 +-
lib/nodejs/test/deep-constructor.test.js | 152 +-
.../test/episodic-code-generation-test/client.js | 23 +-
.../test/episodic-code-generation-test/server.js | 11 +-
lib/nodejs/test/exceptions.js | 36 +-
lib/nodejs/test/header.test.js | 20 +-
lib/nodejs/test/helpers.js | 43 +-
lib/nodejs/test/include.test.mjs | 18 +
lib/nodejs/test/int64.test.js | 24 +-
lib/nodejs/test/package-lock.json | 52 +
lib/nodejs/test/package.json | 5 +
lib/nodejs/test/{server.js => server.mjs} | 70 +-
lib/nodejs/test/{test-cases.js => test-cases.mjs} | 85 +-
lib/nodejs/test/testAll.sh | 28 +-
.../test/{test_driver.js => test_driver.mjs} | 119 +-
.../test/{test_handler.js => test_handler.mjs} | 24 +-
lib/nodets/test/client.ts | 19 +-
lib/nodets/test/int64.test.ts | 48 +-
lib/nodets/test/server.ts | 17 +-
lib/nodets/test/test-cases.ts | 168 +-
lib/nodets/test/test_driver.ts | 185 ++-
lib/nodets/test/test_handler.ts | 192 ++-
lib/php/lib/Transport/TSocket.php | 2 +-
lib/php/test/Unit/Lib/Transport/TSocketTest.php | 44 +
lib/py/src/TTornado.py | 23 +-
lib/py/src/compat.py | 29 -
lib/py/src/protocol/TBinaryProtocol.py | 6 +-
lib/py/src/protocol/TCompactProtocol.py | 6 +-
lib/py/src/protocol/TJSONProtocol.py | 6 +-
lib/py/src/protocol/TProtocol.py | 11 +-
lib/py/src/transport/THeaderTransport.py | 31 +-
lib/py/src/transport/THttpClient.py | 2 -
lib/py/src/transport/TTransport.py | 40 +-
lib/py/src/transport/TZlibTransport.py | 17 +-
lib/py/test/thrift_json.py | 1 -
lib/swift/Sources/LinuxHelper.swift | 2 +-
lib/swift/Sources/TSocketServer.swift | 44 +
lib/swift/Sources/TSocketTransport.swift | 9 +
lib/swift/Sources/UnixSocket.swift | 92 ++
lib/ts/Gruntfile.js | 145 +-
lib/ts/package-lock.json | 27 +-
lib/ts/package.json | 2 +-
lib/ts/test/phantom-client.ts | 655 ++++----
lib/ts/test/server_http.js | 28 +-
lib/ts/test/test-int64.ts | 136 +-
lib/ts/test/test.ts | 665 ++++----
lib/ts/test/test_handler.js | 132 +-
lib/ts/thrift.d.ts | 175 +-
package-lock.json | 1713 +++++++++-----------
package.json | 22 +-
test/cpp/src/TestClient.cpp | 4 +-
test/cpp/src/TestServer.cpp | 9 +-
test/result.js | 99 +-
.../swift/CrossTests/Sources/TestClient/main.swift | 7 +-
.../swift/CrossTests/Sources/TestServer/main.swift | 22 +-
test/tests.json | 4 +-
tutorial/nodejs/NodeClient.js | 35 +-
tutorial/nodejs/NodeClientPromise.js | 58 +-
tutorial/nodejs/NodeServer.js | 19 +-
tutorial/nodejs/NodeServerPromise.js | 21 +-
135 files changed, 5904 insertions(+), 4978 deletions(-)
delete mode 100644 .eslintignore
delete mode 100644 .eslintrc.json
copy lib/swift/Package.swift => Package.swift (86%)
create mode 100644 eslint.config.mjs
copy lib/go/test/tests/{initialisms_test.go => enum_values_test.go} (61%)
create mode 100644 lib/go/thrift/duplicate_protocol_test.go
rename lib/nodejs/test/{client.js => client.mjs} (71%)
create mode 100644 lib/nodejs/test/include.test.mjs
create mode 100644 lib/nodejs/test/package-lock.json
create mode 100644 lib/nodejs/test/package.json
rename lib/nodejs/test/{server.js => server.mjs} (68%)
rename lib/nodejs/test/{test-cases.js => test-cases.mjs} (79%)
rename lib/nodejs/test/{test_driver.js => test_driver.mjs} (78%)
rename lib/nodejs/test/{test_handler.js => test_handler.mjs} (91%)
delete mode 100644 lib/py/src/compat.py
create mode 100644 lib/swift/Sources/UnixSocket.swift