Chesnay Schepler created FLINK-29834: ----------------------------------------
Summary: Clear static Jackson TypeFactory cache on CL release Key: FLINK-29834 URL: https://issues.apache.org/jira/browse/FLINK-29834 Project: Flink Issue Type: Improvement Components: Runtime / Coordination Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.17.0, 1.16.1 The Jackson TypeFactory contains a singleton instance that is at times used by Jackson, potentially containing user-classes for longer than necessary. https://github.com/FasterXML/jackson-databind/issues/1363 BEAM-6460 We could clear this cache whenever a user code CL is being released. -- This message was sent by Atlassian Jira (v8.20.10#820010)