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

lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 893f128a5c3 [improve][build] Bump org.apache.commons:commons-lang3 
from 3.17.0 to 3.18.0 (#24514)
     new b2c9098746f [fix][misc] Upgrade dependencies to fix critical security 
vulnerabilities (#24532)
     new 5025b8f52a2 [improve][test] Add test for dead letter topic with max 
unacked messages blocking (#24535)
     new b3d536613ad [improve][client] Support load RSA PKCS#8 private key 
(#24582)
     new 3456532658e [fix][ci] Fix code coverage metrics in Pulsar CI (#24595)
     new 7a2d2db1bdd [fix][broker] Fix REST API to produce messages to 
single-partitioned topics (#24450)

The 5 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/actions/upload-coverage/action.yml         | 13 ++-
 .github/workflows/pulsar-ci-flaky.yaml             |  1 +
 .github/workflows/pulsar-ci.yaml                   |  3 +
 pom.xml                                            |  6 +-
 .../org/apache/pulsar/broker/rest/TopicsBase.java  |  2 +-
 .../org/apache/pulsar/broker/admin/TopicsTest.java | 18 ++++-
 .../pulsar/client/api/DeadLetterTopicTest.java     | 94 ++++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     | 13 ++-
 .../certificate/private-key.client-rsa-pkcs8.pem   | 28 +++++++
 .../certificate/public-key.client-rsa-pkcs8.pem    |  9 +++
 .../pulsar/client/impl/crypto/MessageCryptoBc.java |  3 +
 pulsar-io/alluxio/pom.xml                          |  2 +-
 pulsar-io/azure-data-explorer/pom.xml              |  2 +-
 13 files changed, 179 insertions(+), 15 deletions(-)
 create mode 100644 
pulsar-broker/src/test/resources/certificate/private-key.client-rsa-pkcs8.pem
 create mode 100644 
pulsar-broker/src/test/resources/certificate/public-key.client-rsa-pkcs8.pem

Reply via email to