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 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"
     new 10ba036d2 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   (bcbf15235)
            \
             N -- N -- N   refs/heads/go-slog (10ba036d2)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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