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


 discard 5d45e1e86 THRIFT-5745: Implement slog.LogValuer on go TStructs
 discard bcbf15235 THRIFT-5744: Switch to slog for go library
     add 8ea1a483f Bump org.codehaus.plexus:plexus-utils in 
/contrib/thrift-maven-plugin
     add c2738d058 [THRIFT-5752] Add TTransportFactoryInterface
     add 3dcc0cdeb Revert "Bump upload/download-artifacts from v3 to v4"
     add 10ba036d2 THRIFT-5744: Switch to slog for go library
     add 6e7dc5dc2 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   (5d45e1e86)
            \
             N -- N -- N   refs/heads/go-log-valuer (6e7dc5dc2)

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                        | 36 +++++++++++-----------
 contrib/thrift-maven-plugin/pom.xml                |  2 +-
 lib/php/Makefile.am                                |  2 ++
 lib/php/lib/Factory/TFramedTransportFactory.php    | 14 +++++++++
 lib/php/lib/Factory/TTransportFactory.php          |  2 +-
 ...tFactory.php => TTransportFactoryInterface.php} |  7 ++---
 lib/php/lib/Server/TServer.php                     | 14 ++++-----
 7 files changed, 45 insertions(+), 32 deletions(-)
 create mode 100644 lib/php/lib/Factory/TFramedTransportFactory.php
 copy lib/php/lib/Factory/{TTransportFactory.php => 
TTransportFactoryInterface.php} (56%)

Reply via email to