You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Arseniy Tashoyan (Jira)" <ji...@apache.org> on 2022/06/21 20:04:00 UTC

[jira] [Created] (FLINK-28188) Documentation: Wrong default value for classloader.parent-first-patterns.default

Arseniy Tashoyan created FLINK-28188:
----------------------------------------

             Summary: Documentation: Wrong default value for classloader.parent-first-patterns.default
                 Key: FLINK-28188
                 URL: https://issues.apache.org/jira/browse/FLINK-28188
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.15.0
            Reporter: Arseniy Tashoyan


The documentation provides a wrong value:
https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/config/#classloader-parent-first-patterns-default

"java.;scala.;org.apache.flink.;com.esotericsoftware.kryo;org.apache.hadoop.;javax.annotation.;org.slf4j;org.apache.log4j;org.apache.logging;org.apache.commons.logging;ch.qos.logback;org.xml;javax.xml;org.apache.xerces;org.w3c"

The actual value is: "java.", "org.apache.flink.", "javax.annotation."
(from CoreOptions.java:187)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)