You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/27 14:22:38 UTC

[rocketmq-clients] branch cpp_cmake updated (62440cc -> ef32020)

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

lizhanhui pushed a change to branch cpp_cmake
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


 discard 62440cc  Support build with cmake
 discard c7040f5  WIP: Support build with cmake
 discard 130b0ca  WIP
 discard 7927146  WIP: build stats with cmake
 discard 2c56617  WIP: support build with cmake
 discard 51a499c  WIP: support build with cmake
 discard 362c211  WIP: support build and release with CMake
 discard 6b20b1e  Include generated grpc files
     add fbac59a  1. Enable message type validate (#75)
     add 1a0c24e  Fix license checker issue (#76)
     add 99d423f  Add error handling for MESSAGE_PROPERTY_CONFLICT_WITH_TYPE (#73)
     add b431ca3  Include generated grpc files
     add ddf365d  WIP: support build and release with CMake
     add bdc05a7  WIP: support build with cmake
     add be2080f  WIP: support build with cmake
     add 7dc66a0  WIP: build stats with cmake
     add 5b799e3  WIP
     add ac33594  WIP: Support build with cmake
     add ef32020  Support build with cmake

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   (62440cc)
            \
             N -- N -- N   refs/heads/cpp_cmake (ef32020)

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:
 .licenserc.yaml                                    | 18 ++++++++
 cpp/source/base/tests/AssignmentTest.cpp           | 17 +++++++
 cpp/source/base/tests/MessageQueueTest.cpp         | 17 +++++++
 cpp/source/client/ClientManagerImpl.cpp            |  6 +++
 .../client/include/InsecureCertificateVerifier.h   | 16 +++++++
 cpp/source/rocketmq/tests/SendContextTest.cpp      | 16 +++++++
 cpp/tools/coverage.sh                              | 16 +++++++
 cpp/tools/fix_copyright.py                         | 16 +++++++
 cpp/tools/format.sh                                | 16 +++++++
 cpp/tools/trouble_shooting.sh                      | 15 +++++++
 cpp/tools/use_clang.sh                             | 15 +++++++
 csharp/examples/Program.cs                         | 28 +++++++++---
 csharp/rocketmq-client-csharp/MqLogManager.cs      | 16 +++++++
 .../rocketmq-client-csharp.nlog                    | 14 ++++++
 csharp/tests/MqLogManagerTest.cs                   | 16 +++++++
 csharp/tests/UnitTest1.cs                          | 52 ++++++++++++++--------
 golang/client_manager.go                           | 17 +++++++
 golang/protocol/v2/admin_grpc.pb.go                | 16 +++++++
 golang/protocol/v2/service_grpc.pb.go              | 16 +++++++
 golang/publishing_loadBalancer.go                  | 17 +++++++
 golang/publishing_message.go                       | 17 +++++++
 golang/utils/utils.go                              | 17 +++++++
 java/client-apis/pom.xml                           | 15 +++++++
 java/client-shade/pom.xml                          | 15 +++++++
 .../src/main/resources/rocketmq.logback.xml        | 15 +++++++
 java/client/pom.xml                                | 15 +++++++
 .../rocketmq/client/java/impl/ClientSettings.java  |  2 +-
 .../client/java/impl/consumer/ConsumerImpl.java    |  6 ++-
 .../java/impl/consumer/ProcessQueueImpl.java       | 14 ++----
 .../java/impl/consumer/ReceiveMessageResult.java   | 49 ++++++--------------
 .../java/impl/consumer/SimpleConsumerImpl.java     |  2 +-
 .../client/java/impl/producer/ProducerImpl.java    |  6 ++-
 .../java/impl/producer/ProducerSettings.java       |  8 +++-
 .../java/retry/CustomizedBackoffRetryPolicy.java   | 15 +++++++
 .../java/retry/ExponentialBackoffRetryPolicy.java  | 15 +++++++
 .../rocketmq/client/java/retry/RetryPolicy.java    |  8 ++++
 .../client/java/route/MessageQueueImpl.java        |  4 +-
 java/client/src/main/resources/logback.xml         | 15 +++++++
 .../java/impl/consumer/ProcessQueueImplTest.java   |  3 +-
 java/pom.xml                                       | 15 +++++++
 java/style/spotbugs-suppressions.xml               | 16 ++++++-
 41 files changed, 550 insertions(+), 82 deletions(-)