You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2023/04/05 14:39:00 UTC

[jira] [Created] (FLINK-31738) FlameGraphTypeQueryParameter#Type clashes with java.reflect.Type in generated clients

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)