Chesnay Schepler created FLINK-31738: ----------------------------------------
Summary: FlameGraphTypeQueryParameter#Type clashes with java.reflect.Type in generated clients Key: FLINK-31738 URL: https://issues.apache.org/jira/browse/FLINK-31738 Project: Flink Issue Type: Bug Components: Documentation, Runtime / REST Affects Versions: 1.17.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.18.0, 1.17.1 Generating a client with the openapi generators causes compile errors because the generated file imports java.reflect.Type, but also the generated "Type" model. For convenience it would be neat to give this enum a slightly different name, because working around this issue is surprisingly annoying. -- This message was sent by Atlassian Jira (v8.20.10#820010)