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

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


    from 8314160  [broker] Bug Fix: topic policy is not properly init if 
namespace is loaded first. (#12833)
     add 2dcf7e9  [c++] Define and expose PULSAR_VERSION macro (#12769)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/.gitignore                              |  3 +++
 pulsar-client-cpp/CMakeLists.txt                          |  4 ++++
 .../include/pulsar/c/version.h                            |  5 ++++-
 pulsar-client-cpp/lib/CMakeLists.txt                      |  2 +-
 pulsar-client-cpp/lib/Commands.cc                         |  6 +++---
 pulsar-client-cpp/lib/HTTPLookupService.cc                |  2 +-
 pulsar-client-cpp/lib/HTTPLookupService.h                 |  2 +-
 pulsar-client-cpp/lib/{Version.h => VersionInternal.h}    | 10 +++++-----
 .../templates/Version.h.in                                |  9 +++++++--
 pulsar-client-cpp/tests/{LoggerTest.cc => VersionTest.cc} | 15 ++++++++-------
 ...get-project-version.py => gen-pulsar-version-macro.py} |  8 +++++++-
 11 files changed, 44 insertions(+), 22 deletions(-)
 copy 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/package-info.java => 
pulsar-client-cpp/include/pulsar/c/version.h (94%)
 rename pulsar-client-cpp/lib/{Version.h => VersionInternal.h} (82%)
 copy pulsar-common/src/main/java/io/airlift/compress/zstd/package-info.java => 
pulsar-client-cpp/templates/Version.h.in (86%)
 copy pulsar-client-cpp/tests/{LoggerTest.cc => VersionTest.cc} (81%)
 copy src/{get-project-version.py => gen-pulsar-version-macro.py} (82%)

Reply via email to