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

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


    from 06aa9240041 [improve][build] Bump org.apache.commons:commons-lang3 
from 3.17.0 to 3.18.0 (#24514)
     new f3aade63738 [fix][misc] Upgrade dependencies to fix critical security 
vulnerabilities (#24532)
     new f30a4b7fdc5 [improve][test] Add test for dead letter topic with max 
unacked messages blocking (#24535)
     new 1b9b6aebcc1 [improve][client] Support load RSA PKCS#8 private key 
(#24582)
     new fe0b666efd9 [fix][ci] Fix code coverage metrics in Pulsar CI (#24595)
     new da9ed2b02c9 [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 +-
 12 files changed, 178 insertions(+), 14 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