This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from b72d452 [Java Client] Send CloseProducer on timeout (#13161)
new 7e4a93a [c++] Define and expose PULSAR_VERSION macro (#12769)
new 07c6fb2 [C++]Fix libcurl miss auth header when broker return 307
(#13112)
The 2 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:
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 | 229 +++++++++++----------
pulsar-client-cpp/lib/HTTPLookupService.h | 4 +-
.../lib/{Version.h => VersionInternal.h} | 10 +-
.../templates/Version.h.in | 9 +-
.../tests/{LoggerTest.cc => VersionTest.cc} | 15 +-
...ject-version.py => gen-pulsar-version-macro.py} | 8 +-
11 files changed, 166 insertions(+), 129 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%)