This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from dedaf9f Fix C++ client cannot be built on Windows(#10363)
new 22ac4c8 Fix schema type check issue when use always compatible
strategy (#10367)
new 592c3f8 Fix primitive schema upload for ALWAYS_COMPATIBLE strategy.
(#10386)
new bc0587d Add CI to verify C++ client could be built on Windows (#10387)
The 3 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:
.github/workflows/ci-cpp-build-windows.yaml | 79 +++++++
.../service/schema/BookkeeperSchemaStorage.java | 7 +-
.../service/schema/SchemaRegistryServiceImpl.java | 75 ++++---
.../SchemaTypeCompatibilityCheckTest.java | 244 ++++++---------------
pulsar-client-cpp/.gitignore | 7 +
pulsar-client-cpp/CMakeLists.txt | 8 +
pulsar-client-cpp/README.md | 84 +++++--
pulsar-client-cpp/lib/ConnectionPool.cc | 1 -
pulsar-client-cpp/lib/JavaStringHash.cc | 1 +
pulsar-client-cpp/lib/JavaStringHash.h | 1 -
pulsar-client-cpp/lib/TopicName.cc | 1 -
pulsar-client-cpp/lib/auth/AuthOauth2.h | 1 -
pulsar-client-cpp/vcpkg.json | 26 +++
13 files changed, 297 insertions(+), 238 deletions(-)
create mode 100644 .github/workflows/ci-cpp-build-windows.yaml
create mode 100644 pulsar-client-cpp/vcpkg.json