You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/16 08:16:34 UTC

[GitHub] [flink] pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#discussion_r367276414
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java
 ##########
 @@ -121,7 +121,7 @@
 	public static final ConfigOption<String> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS = ConfigOptions
 		.key("plugin.classloader.parent-first-patterns.default")
 		.stringType()
-		.defaultValue("java.;scala.;org.apache.flink.;javax.annotation.;org.slf4j;org.apache.log4j;org.apache" +
+		.defaultValue("java.;javax.;scala.;org.apache.flink.;org.slf4j;org.apache.log4j;org.apache" +
 
 Review comment:
   revert?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services