This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git.
from 314f3fb Functions API compatibility patch for 2.0 (#1777)
new d9f4894 Encode the path for download (#1765)
new e5d3bda Removed multifunction.jar from sources (#1774)
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:
pulsar-functions/pom.xml | 2 +-
pulsar-functions/utils/pom.xml | 1 -
.../functioncache/FunctionCacheEntryTest.java | 146 -------------------
.../FunctionCacheManagerImplTest.java | 162 ---------------------
.../functioncache/FunctionClassLoadersTest.java | 56 -------
.../utils/src/test/resources/multifunction.jar | Bin 1744 -> 0 bytes
.../functions/worker/rest/api/FunctionsImpl.java | 2 +-
7 files changed, 2 insertions(+), 367 deletions(-)
delete mode 100644
pulsar-functions/utils/src/test/java/org/apache/pulsar/functions/utils/functioncache/FunctionCacheEntryTest.java
delete mode 100644
pulsar-functions/utils/src/test/java/org/apache/pulsar/functions/utils/functioncache/FunctionCacheManagerImplTest.java
delete mode 100644
pulsar-functions/utils/src/test/java/org/apache/pulsar/functions/utils/functioncache/FunctionClassLoadersTest.java
delete mode 100644 pulsar-functions/utils/src/test/resources/multifunction.jar
--
To stop receiving notification emails like this one, please contact
[email protected].