Skip to content

Spring-Cloud Codegen Broken due to unknown import import io.swagger.configuration.NotUndefined; #1319

@FrostbittenKing

Description

@FrostbittenKing

Hi, since introduction of the annotation NotUndefined in swagger-codegen-generators v1.0.52, spring cloud code generation breaks, due to a new annotation io.swagger.configuration.NotUndefined that doesn't seem to exist anywhere.
Commit: 2835d9d
I can't locate the dependency where this comes from. Not via grep, not google.
I have no idea how this slipped by all tests, and randomly breaks code generators using swagger-codegen-generators.
I checked the source, and for now i can only disable it with legacy in the swagger-codegen-maven-plugin / using a command line flag, when invoking swagger-codegen cli directly.
Whats the point of this annotation, and why can't I find anything about it in any package, where this got introduced.
Google doesn't turn up squats when i try to directly search ' io.swagger.configuration.NotUndefined', there is no dependency with the package path io.swagger.configuration. At least none I could find.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions