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.