This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 2e79ee3364f [fix][sec] Bump org.asynchttpclient:async-http-client from
2.14.5 to 2.15.0 (#25818)
new ad7589f53b1 [fix][broker] Fix
ManagedLedgerImpl.advanceCursorsIfNecessary() method may lose non-durable
cursor properties in race condition (#25796)
new 3726698ad89 [improve][fn] Avoid gRPC timeout when getting status of a
dead process runtime (#25819)
new c05d2085fea [fix][fn] Fix functions update issue where artifact is
provided as a http url (#25840)
The 3 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 | 2 +-
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 62 ++++++++++++++++++++++
.../functions/runtime/process/ProcessRuntime.java | 9 ++++
.../functions/worker/rest/api/ComponentImpl.java | 4 +-
.../api/v3/AbstractFunctionApiResourceTest.java | 39 ++++++++++++++
5 files changed, 113 insertions(+), 3 deletions(-)