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 ab559c6b349 [improve][misc] Optimize topic list hashing so that 
potentially large String allocation is avoided (#24525)
     new 245fbfcd696 [improve][build] replace org.apache.commons.lang to 
org.apache.commons.lang3 (#24473)
     new f3fc58b715e [improve][broker] Upgrade bookkeeper to 
4.17.2/commons-configuration to 2.x/grpc to 1.72.0 and enable ZooKeeper client 
to establish connection in read-only mode (#24468)

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:
 .../src/main/resources/pulsar/checkstyle.xml       |   7 ++
 distribution/server/src/assemble/LICENSE.bin.txt   | 105 +++++++++++----------
 distribution/shell/src/assemble/LICENSE.bin.txt    |  11 ++-
 .../mledger/MetadataCompressionConfig.java         |   2 +-
 pom.xml                                            |  11 ++-
 .../oidc/AuthenticationProviderOpenID.java         |   2 +-
 .../rackawareness/BookieRackAffinityMapping.java   |   2 +-
 .../configuration/PulsarConfigurationLoader.java   |   2 +-
 .../org/apache/pulsar/PulsarBrokerStarter.java     |   2 +-
 .../apache/pulsar/PulsarClusterMetadataSetup.java  |   3 +-
 .../pulsar/broker/ManagedLedgerClientFactory.java  |   2 +-
 .../pulsar/broker/admin/impl/BrokersBase.java      |   2 +-
 .../pulsar/broker/admin/impl/NamespacesBase.java   |   2 +-
 .../broker/admin/impl/SchemasResourceBase.java     |   2 +-
 .../extensions/ExtensibleLoadManagerImpl.java      |   2 +-
 .../metrics/PrometheusMetricsProvider.java         |   4 +-
 .../pulsar/zookeeper/LocalBookkeeperEnsemble.java  |   2 +-
 .../broker/BookKeeperClientFactoryImplTest.java    |   2 +-
 .../pulsar/broker/admin/AdminApiTlsAuthTest.java   |   2 +-
 .../AntiAffinityNamespaceGroupTest.java            |   2 +-
 .../AntiAffinityNamespaceGroupExtensionTest.java   |   2 +-
 .../channel/ServiceUnitStateChannelTest.java       |   2 +-
 .../filter/BrokerMaxTopicCountFilterTest.java      |   2 +-
 .../reporter/BrokerLoadDataReporterTest.java       |   2 +-
 .../reporter/TopBundleLoadDataReporterTest.java    |   2 +-
 .../extensions/scheduler/TransferShedderTest.java  |   2 +-
 .../extensions/store/LoadDataStoreTest.java        |   2 +-
 .../strategy/LeastResourceUsageWithWeightTest.java |   2 +-
 .../broker/service/BrokerBookieIsolationTest.java  |   2 +-
 .../broker/service/plugin/FilterEntryTest.java     |   2 +-
 .../systopic/PartitionedSystemTopicTest.java       |   2 +-
 .../client/impl/CompactionReaderImplTest.java      |   2 +-
 .../compaction/ServiceUnitStateCompactionTest.java |   2 +-
 .../org/apache/pulsar/admin/cli/CmdFunctions.java  |   6 +-
 .../pulsar/client/impl/ZeroQueueConsumerImpl.java  |   2 +-
 .../impl/auth/oauth2/AuthenticationOAuth2.java     |   4 +-
 .../pulsar/client/impl/auth/oauth2/FlowBase.java   |   2 +-
 .../org/apache/pulsar/common/functions/Utils.java  |   2 +-
 .../org/apache/pulsar/common/net/ServiceURI.java   |   2 +-
 .../collections/ConcurrentSortedLongPairSet.java   |   4 +-
 .../util/collections/OpenLongPairRangeSet.java     |   2 +-
 .../util/collections/OpenLongPairRangeSetTest.java |   2 +-
 .../functions/instance/ProducerBuilderFactory.java |   2 +-
 .../KubernetesSecretsTokenAuthProviderTest.java    |   2 +-
 .../kubernetes/KubernetesRuntimeFactoryTest.java   |   2 +-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  |   2 +-
 .../apache/pulsar/functions/utils/CryptoUtils.java |   2 +-
 .../pulsar/functions/utils/SinkConfigUtils.java    |   2 +-
 .../pulsar/functions/worker/FunctionActioner.java  |   2 +-
 .../functions/worker/rest/api/SinksImpl.java       |   2 +-
 .../functions/worker/rest/api/SourcesImpl.java     |   2 +-
 .../pulsar/io/hbase/sink/HbaseAbstractSink.java    |   2 +-
 .../apache/pulsar/io/jdbc/SqliteJdbcSinkTest.java  |   2 +-
 .../bookkeeper/PulsarLedgerIdGenerator.java        |   2 +-
 .../metadata/impl/PulsarZooKeeperClient.java       |   5 +-
 .../bookkeeper/client/TestStatsProvider.java       |   4 +-
 56 files changed, 139 insertions(+), 115 deletions(-)

Reply via email to