This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from da03d89 [Functions][k8s] Expose function container metrics port
(#12065)
new 06c344f [Java Client] Make Audience Field Optional in OAuth2 Client
Credentials (#11988)
new a40eda0 [Functions] Fix classloader leaks (#12973)
new b95c6f3 [Broker] Fix and improve topic ownership assignment (#13069)
new c33b53a Update lombok to 1.18.22 (#12466)
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:
pom.xml | 2 +-
pulsar-broker/pom.xml | 8 ++
.../pulsar/broker/namespace/NamespaceService.java | 104 +++++++++-----
.../common/naming/NamespaceBundleFactory.java | 32 ++++-
.../apache/pulsar/broker/MultiBrokerBaseTest.java | 6 +-
.../broker/auth/MockedPulsarServiceBaseTest.java | 11 +-
.../loadbalance/MultiBrokerLeaderElectionTest.java | 97 +++++++++++++
.../auth/oauth2/AuthenticationFactoryOAuth2.java | 6 +-
.../impl/auth/oauth2/ClientCredentialsFlow.java | 4 +-
.../pulsar/client/impl/auth/oauth2/README.md | 4 +-
.../impl/auth/oauth2/protocol/TokenClient.java | 25 ++--
.../impl/auth/oauth2/AuthenticationOAuth2Test.java | 13 ++
.../impl/auth/oauth2/protocol/TokenClientTest.java | 18 +--
.../pulsar/common/util/ClassLoaderUtils.java | 14 ++
.../pulsar/functions/utils/FunctionCommon.java | 151 ++++++++++++---------
.../functions/worker/rest/api/SinksImpl.java | 32 +++--
.../functions/worker/rest/api/SourcesImpl.java | 33 +++--
pulsar-metadata/pom.xml | 11 ++
site2/docs/security-oauth2.md | 4 +-
site2/website-next/docs/security-oauth2.md | 4 +-
20 files changed, 409 insertions(+), 170 deletions(-)