sjwiesman commented on a change in pull request #129: URL: https://github.com/apache/flink-statefun/pull/129#discussion_r465186356
########## File path: statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/StatefulFunctionsJob.java ########## @@ -74,7 +75,9 @@ private static void setDefaultContextClassLoaderIfAbsent() { if (classLoader == null) { URLClassLoader flinkClassLoader = FlinkUserCodeClassLoaders.parentFirst( - new URL[0], StatefulFunctionsJob.class.getClassLoader()); + new URL[0], + StatefulFunctionsJob.class.getClassLoader(), + FlinkUserCodeClassLoader.NOOP_EXCEPTION_HANDLER); Review comment: This is the same semantic as before. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org