You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ji...@apache.org on 2022/09/14 23:15:13 UTC

[thrift] branch reduce-java-logging updated (206332db7 -> 514d831ca)

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

jiayuliu pushed a change to branch reduce-java-logging
in repository https://gitbox.apache.org/repos/asf/thrift.git


 discard 206332db7 reduce java logging
     add 97323f3de fix staleness check in cmake/ctest (#2661)
     add 9b09a1160 THRIFT-5627 More consistent syntax for cpp_type Patch: Jens Geyer
     add dfb6c6bca Misc fixes about uninitialized vars etc that VC reported
     add 0d77664aa follow-up for THRIFT-5627 to fix IDL doc accordingly Patch: Jens Geyer
     add bd1e5db7f add minimum GitHub token permissions for workflows (#2664)
     add 622914595 Add TSocketTransport ctor
     add 514d831ca reduce java logging

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   (206332db7)
            \
             N -- N -- N   refs/heads/reduce-java-logging (514d831ca)

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                        |  3 +
 .github/workflows/cmake.yml                        |  3 +
 .../src/thrift/generate/go_validator_generator.h   |  2 +-
 .../cpp/src/thrift/generate/validator_parser.h     |  8 +--
 compiler/cpp/src/thrift/thrifty.yy                 | 17 +++--
 compiler/cpp/test/compiler/Included.thrift         |  2 +
 doc/specs/idl.md                                   |  2 +-
 .../Thrift/Transport/Client/TSocketTransport.cs    | 75 +++++++++++++++++++++-
 8 files changed, 100 insertions(+), 12 deletions(-)