This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 85bd12a Fix SystemTopicBasedTopicPoliciesService NPE issue. (#13840)
new d3a2ee4 [Proxy] Prevent leak of unreleased lookupRequestSemaphore
permits (#13812)
new 2dac261 [broker] Fix topic produced through REST not support
Authorization (#13771)
new bf7af79 Getting rid of CVes brought in with aerospike (#13819)
new ff96162 Getting rid of CVEs in batch-data-generator (#13820)
new f68892c Getitng rid of CVEs in InfluxDB connector (#13821)
new 9909ec8 Getting rid of CVEs in Solr connector (#13822)
new 2ca5a04 [Broker] Avoid thread deadlock problem when creating topic
policy reader (#13837)
The 7 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:
pom.xml | 6 +-
.../org/apache/pulsar/broker/rest/TopicsBase.java | 3 +-
.../SystemTopicBasedTopicPoliciesService.java | 12 +-
.../broker/service/TopicPoliciesService.java | 6 +-
.../apache/pulsar/broker/admin/TopicsAuthTest.java | 193 +++++++++++++++++++++
.../SystemTopicBasedTopicPoliciesServiceTest.java | 9 +-
.../systopic/PartitionedSystemTopicTest.java | 33 ++++
.../apache/pulsar/client/impl/RetryUtilTest.java | 13 +-
.../org/apache/pulsar/client/util/RetryUtil.java | 34 ++--
pulsar-io/batch-data-generator/pom.xml | 6 +
pulsar-io/influxdb/pom.xml | 4 +-
pulsar-io/solr/pom.xml | 2 +-
.../pulsar/proxy/server/LookupProxyHandler.java | 91 +++++-----
13 files changed, 316 insertions(+), 96 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/TopicsAuthTest.java