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 2fb10d8e0ba Release 3.3.5
new a1cfbc3a996 [improve][broker] Fix non-persistent system topic schema
compatibility (#23286)
new a622a6a5d63 [improve][test] Upgrade Testcontainers to 1.20.4 and
docker-java to 3.4.0 (#24003)
The 2 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 | 7 ++--
.../pulsar/broker/service/BrokerService.java | 7 +++-
...age-info.java => NonPersistentSystemTopic.java} | 13 +++++++
.../extensions/ExtensibleLoadManagerImplTest.java | 42 ++++++++++++++++++++++
4 files changed, 64 insertions(+), 5 deletions(-)
copy
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/nonpersistent/{package-info.java
=> NonPersistentSystemTopic.java} (72%)