This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 69a4dbb [Branch-2.8]Fix cherry-pick code style (#12627)
new 9242aa1 Fix additional servlets nar might extract to null directory
(#12585)
new 9bbcca2 [ISSUE-12291][Client] 'StartMessageId' and
'RollbackDuration' not working in MultiTopicsReader for non-partitioned topics
(#12308)
new ea40033 [Compaction] Do not move the non-durable cursor position when
trimming ledgers while topic with compaction (#12602)
new 916cb3b [Broker] Fix prefix setting in JWT authn and avoid multi
calls for the getProperty (#12132)
The 4 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:
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 3 +-
.../mledger/impl/NonDurableCursorImpl.java | 10 ++
.../AuthenticationProviderToken.java | 43 ++++-----
.../web/plugin/servlet/AdditionalServlets.java | 21 +++--
.../AuthenticationProviderTokenTest.java | 41 +++++++++
.../AbstractDispatcherSingleActiveConsumer.java | 10 +-
...onPersistentDispatcherSingleActiveConsumer.java | 2 +-
.../PersistentDispatcherSingleActiveConsumer.java | 4 +-
.../pulsar/client/impl/MultiTopicsReaderTest.java | 102 ++++++++++++++++++++-
.../pulsar/compaction/CompactedTopicTest.java | 73 +++++++++++++++
.../apache/pulsar/client/impl/ConsumerImpl.java | 2 +-
.../client/impl/MultiTopicsConsumerImpl.java | 8 +-
12 files changed, 274 insertions(+), 45 deletions(-)