merlimat commented on a change in pull request #1774: Removed multifunction.jar
from sources
URL: https://github.com/apache/incubator-pulsar/pull/1774#discussion_r188044421
##########
File path:
pulsar-functions/utils/src/test/java/org/apache/pulsar/functions/utils/functioncache/FunctionClassLoadersTest.java
##########
@@ -34,23 +35,24 @@
@Test
public void testCreateClassLoader() throws Exception {
- URL jarUrl =
getClass().getClassLoader().getResource("multifunction.jar");
+ URL jarUrl = FileSystems.getDefault()
Review comment:
Fine for me
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services