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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 5ad4059  [website][pulsar]: auto generate docs for pulsar subcommand: 
standalone (#11362)
     add 992760e  [C++] Support protobuf native schema (#11388)

No new revisions were added by this update.

Summary of changes:
 build/docker/Dockerfile                            |   30 +-
 build/docker/protobuf.patch                        | 1170 --------------------
 pulsar-client-cpp/CMakeLists.txt                   |   22 +-
 pulsar-client-cpp/README.md                        |    2 +-
 pulsar-client-cpp/docker-build.sh                  |    2 +-
 pulsar-client-cpp/docker-format.sh                 |    2 +-
 pulsar-client-cpp/docker-tests.sh                  |    4 +-
 pulsar-client-cpp/docker/centos-7/Dockerfile       |    8 +-
 .../pulsar/ProtobufNativeSchema.h}                 |   17 +-
 pulsar-client-cpp/include/pulsar/Schema.h          |    5 +
 pulsar-client-cpp/lib/Commands.cc                  |    3 +
 pulsar-client-cpp/lib/ProtobufNativeSchema.cc      |   71 ++
 pulsar-client-cpp/lib/Schema.cc                    |    2 +
 pulsar-client-cpp/tests/CMakeLists.txt             |   17 +-
 .../tests/ProtobufNativeSchemaTest.cc              |  124 +++
 pulsar-client-cpp/tests/SchemaTest.cc              |    3 +
 site2/docs/client-libraries-cpp.md                 |    4 +-
 17 files changed, 272 insertions(+), 1214 deletions(-)
 delete mode 100644 build/docker/protobuf.patch
 copy pulsar-client-cpp/{lib/KeySharedPolicyImpl.h => 
include/pulsar/ProtobufNativeSchema.h} (68%)
 create mode 100644 pulsar-client-cpp/lib/ProtobufNativeSchema.cc
 create mode 100644 pulsar-client-cpp/tests/ProtobufNativeSchemaTest.cc

Reply via email to