You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/04/26 18:37:16 UTC

[pulsar] branch master updated (0e4ff8a -> d81c16a)

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 0e4ff8a  [Tests] Recreate keystores used in TLS tests with RSA key algorithm & SHA256 to support JDK 11 & TLS 1.3 (#10336)
     add d81c16a  Add CI to verify C++ client could be built on Windows (#10387)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-cpp-build-windows.yaml | 79 +++++++++++++++++++++++++++
 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 +++++++++
 10 files changed, 185 insertions(+), 24 deletions(-)
 create mode 100644 .github/workflows/ci-cpp-build-windows.yaml
 create mode 100644 pulsar-client-cpp/vcpkg.json