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


With regards,
Apache Git Services

Reply via email to