This is an automated email from the ASF dual-hosted git repository.

yuxuan pushed a change to branch go-log-valuer
in repository https://gitbox.apache.org/repos/asf/thrift.git


    omit 6e7dc5dc2 THRIFT-5745: Implement slog.LogValuer on go TStructs
    omit 10ba036d2 THRIFT-5744: Switch to slog for go library
     add 8238364c6 THRIFT-5754: Fix PHP 8.1 deprecates passing null to 
non-nullable internal function parameters
     add 7507fa01c THRIFT-5753 PHP 8.1 deprecated warning about return type in 
jsonSerialize functions
     add 7d4c7fa69 THRIFT-5750 deprecate "ansistr_binary_" option Client: 
delphi Patch: Jens Geyer
     add 9d96f200a Fix ambigous typescript definitions
     add 0c637d7aa Bump com.diffplug.spotless from 6.23.3 to 6.25.0 in /lib/java
     add 75cf93ed2 bump version number
     add 27d38c5f7 THRIFT-5744: Switch to slog for go library
     add 04f1e1f3a THRIFT-5745: Implement slog.LogValuer on go TStructs

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   (6e7dc5dc2)
            \
             N -- N -- N   refs/heads/go-log-valuer (04f1e1f3a)

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:
 ApacheThrift.nuspec                                            |  8 ++++----
 CMakeLists.txt                                                 |  2 +-
 Thrift.podspec                                                 |  4 ++--
 appveyor.yml                                                   |  2 +-
 bower.json                                                     |  2 +-
 compiler/cpp/src/thrift/generate/t_delphi_generator.cc         |  1 +
 compiler/cpp/src/thrift/generate/t_js_generator.cc             |  6 +++---
 compiler/cpp/src/thrift/generate/t_php_generator.cc            |  1 +
 compiler/cpp/src/thrift/version.h                              |  2 +-
 configure.ac                                                   |  2 +-
 contrib/Rebus/Properties/AssemblyInfo.cs                       |  4 ++--
 contrib/thrift-maven-plugin/pom.xml                            |  2 +-
 contrib/thrift.spec                                            |  2 +-
 contrib/zeromq/csharp/AssemblyInfo.cs                          |  2 +-
 doc/specs/idl.md                                               |  2 +-
 lib/d/src/thrift/base.d                                        |  2 +-
 lib/dart/pubspec.yaml                                          |  2 +-
 lib/delphi/src/Thrift.pas                                      |  2 +-
 lib/erl/src/thrift.app.src                                     |  2 +-
 lib/haxe/haxelib.json                                          |  2 +-
 lib/java/build.gradle                                          |  2 +-
 lib/java/gradle.properties                                     |  2 +-
 lib/js/package-lock.json                                       |  2 +-
 lib/js/package.json                                            |  2 +-
 lib/js/src/thrift.js                                           |  2 +-
 lib/lua/Thrift.lua                                             |  2 +-
 .../Thrift.IntegrationTests/Thrift.IntegrationTests.csproj     |  2 +-
 .../Thrift.PublicInterfaces.Compile.Tests.csproj               |  2 +-
 lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj              |  2 +-
 lib/netstd/Thrift/Properties/AssemblyInfo.cs                   |  4 ++--
 lib/netstd/Thrift/Thrift.csproj                                |  6 +++---
 lib/ocaml/_oasis                                               |  2 +-
 lib/perl/lib/Thrift.pm                                         |  2 +-
 lib/php/lib/Protocol/TJSONProtocol.php                         |  2 +-
 lib/php/lib/StringFunc/Core.php                                |  6 +++---
 lib/php/lib/StringFunc/Mbstring.php                            |  4 ++--
 lib/php/lib/TMultiplexedProcessor.php                          |  2 +-
 lib/php/src/TStringUtils.php                                   | 10 +++++-----
 lib/py/setup.py                                                |  2 +-
 lib/rb/thrift.gemspec                                          |  2 +-
 lib/rs/Cargo.toml                                              |  2 +-
 lib/st/package.xml                                             |  2 +-
 lib/swift/Sources/Thrift.swift                                 |  2 +-
 lib/swift/Tests/ThriftTests/ThriftTests.swift                  |  2 +-
 lib/ts/package-lock.json                                       |  2 +-
 lib/ts/package.json                                            |  2 +-
 package-lock.json                                              |  2 +-
 package.json                                                   |  2 +-
 sonar-project.properties                                       |  6 +++---
 test/dart/test_client/pubspec.yaml                             |  2 +-
 test/erl/src/thrift_test.app.src                               |  2 +-
 test/netstd/Client/Client.csproj                               |  2 +-
 test/netstd/Server/Server.csproj                               |  2 +-
 tutorial/dart/client/pubspec.yaml                              |  2 +-
 tutorial/dart/console_client/pubspec.yaml                      |  2 +-
 tutorial/dart/server/pubspec.yaml                              |  2 +-
 tutorial/delphi/DelphiClient/DelphiClient.dproj                |  4 ++--
 tutorial/delphi/DelphiServer/DelphiServer.dproj                |  4 ++--
 tutorial/netstd/Client/Client.csproj                           |  2 +-
 tutorial/netstd/Interfaces/Interfaces.csproj                   |  2 +-
 tutorial/netstd/Server/Server.csproj                           |  2 +-
 tutorial/ocaml/_oasis                                          |  2 +-
 62 files changed, 83 insertions(+), 81 deletions(-)

Reply via email to