Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4891#discussion_r146500066 --- Diff: docs/ops/config.md --- @@ -77,6 +77,10 @@ without explicit scheme definition, such as `/user/USERNAME/in.txt`, is going to - `classloader.resolve-order`: Whether Flink should use a child-first `ClassLoader` when loading user-code classes or a parent-first `ClassLoader`. Can be one of `parent-first` or `child-first`. (default: `child-first`) +- `classloader.always-parent-first-patterns`: A (comma-separated) list of patterns that specifies which classes should always be resolved --- End diff -- simple prefix, changing doc ð
---