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 8ef70a8 [C++] Support configuring optional scope field for OAuth2
authentication (#12305)
new a562535 [C++] Fixed attempting to connect to multiple IP addresses
(#11958)
new cff86ff [Issue-11966][pulsar-proxy] set default http proxy request
timeout (#11971)
new ad889a4 [Proxy] set default httpProxyTimeout to 5 minutes (#12299)
new ef27532 Fix Pulsar Proxy to re-use authentication instance (#12245)
new 88d3ad4 Fix NPE when removing cursor (#12297)
new 3c2c77d Improve exceptions thrown when handling the schema resource
(#12155)
new 12712b0 fix ttl expiry does not take effect (#12266)
new 8b55470 [C++] Support configuring optional scope field for OAuth2
authentication (#12305)
The 8 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:
.../mledger/impl/ManagedCursorContainer.java | 11 ++---
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 9 +++-
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 52 ++++++++++++++++++++++
.../broker/admin/impl/SchemasResourceBase.java | 14 +++---
pulsar-client-cpp/lib/ClientConnection.cc | 2 +-
pulsar-client-cpp/lib/auth/AuthOauth2.cc | 8 ++++
.../pulsar/proxy/server/AdminProxyHandler.java | 2 +
.../pulsar/proxy/server/ProxyConfiguration.java | 8 ++++
.../pulsar/proxy/server/ProxyConnection.java | 9 +---
.../apache/pulsar/proxy/server/ProxyService.java | 16 ++++++-
.../proxy/server/ProxyAuthenticationTest.java | 25 ++++++-----
11 files changed, 122 insertions(+), 34 deletions(-)