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 ed416e1f0 THRIFT-5744: Switch to slog for go library
add 93222f62d THRIFT-5749 Option to enable RTTI info Client: Delphi Patch:
Jens Geyer
add f1584f5f6 FIX: Unused import Map Client: hx Patch: Jens Geyer
add 5cf71b2be THRIFT-5749 Option to enable RTTI info (2nd attempt) Client:
Delphi Patch: Jens Geyer
add be1c8fd83 Fix github actions for python3 tests
add 1ebfcf8e0 Bump actions/setup-go from 4 to 5
add 781c59045 Bump com.diffplug.spotless from 6.23.2 to 6.23.3 in /lib/java
add 30c2845fd Bump actions/setup-python from 4 to 5
add 8004c375d Bump jvm from 1.9.21 to 1.9.22 in /lib/kotlin
add 854006680 Bump upload/download-artifacts from v3 to v4
add bcbf15235 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 (ed416e1f0)
\
N -- N -- N refs/heads/go-slog (bcbf15235)
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 | 42 ++++++++++----------
.../cpp/src/thrift/generate/t_delphi_generator.cc | 42 +++++++++++++++-----
lib/delphi/src/Thrift.Protocol.pas | 45 ++++++++++++++++++++++
lib/delphi/test/serializer/TestSerializer.dproj | 2 +-
lib/delphi/test/server.dproj | 2 +-
lib/delphi/test/skip/skiptest_version2.dproj | 2 +-
lib/haxe/src/org/apache/thrift/helper/IntSet.hx | 3 --
lib/haxe/src/org/apache/thrift/helper/StringSet.hx | 3 --
lib/java/build.gradle | 2 +-
lib/kotlin/settings.gradle.kts | 2 +-
lib/py/test/test_sslsocket.py | 7 ++++
11 files changed, 110 insertions(+), 42 deletions(-)