This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 8163435 Support get topic applied policy for
MaxUnackedMessagesPerSubscription (#9290)
add 602137f Make LocalRunner work properly with .nar files that aren't on
the classpath (#9673)
No new revisions were added by this update.
Summary of changes:
pulsar-broker/pom.xml | 91 ++-
.../apache/pulsar/broker/admin/NamespacesTest.java | 1 +
.../pulsar/broker/admin/v3/PackagesApiTest.java | 3 +-
.../apache/pulsar/functions/worker/FileServer.java | 76 ++
.../worker/PulsarFunctionE2ESecurityTest.java | 5 +-
.../worker/PulsarFunctionLocalRunTest.java | 201 +++---
.../worker/PulsarFunctionPublishTest.java | 13 +-
.../worker/PulsarWorkerAssignmentTest.java | 5 +-
.../apache/pulsar/io/PulsarFunctionE2ETest.java | 278 +++-----
.../pulsar/client/admin/internal/PackagesImpl.java | 7 +-
.../org/apache/pulsar/functions/LocalRunner.java | 230 ++++---
.../functions/runtime/thread/ThreadRuntime.java | 11 +-
.../runtime/thread/ThreadRuntimeFactory.java | 5 +-
.../functions/utils/FunctionConfigUtils.java | 5 +
pulsar-functions/worker/pom.xml | 88 ++-
.../pulsar/functions/worker/FunctionActioner.java | 2 +-
.../functions/worker/rest/api/FunctionsImpl.java | 2 +-
.../worker/rest/api/v3/SinkApiV3ResourceTest.java | 763 +++++++++++----------
.../rest/api/v3/SourceApiV3ResourceTest.java | 567 ++++++++-------
19 files changed, 1295 insertions(+), 1058 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/FileServer.java