-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][kotlin-spring] Wildcard imports in generated Kotlin classes #14652
Labels
Comments
volsusdev
changed the title
[kotlin-spring] Description
[kotlin-spring] Remove wildcard imports from generated Kotlin classes
Feb 9, 2023
volsusdev
changed the title
[kotlin-spring] Remove wildcard imports from generated Kotlin classes
[kotlin-spring] Wildcard imports in generated Kotlin classes
Feb 9, 2023
volsusdev
changed the title
[kotlin-spring] Wildcard imports in generated Kotlin classes
[BUG][kotlin-spring] Wildcard imports in generated Kotlin classes
Feb 9, 2023
As far as I can remember there was a class that was in a different place in Jakarta. But I don't know which ones right now. Feel free to change. |
Thanks, then I will make a suggestion with single class imports but with your |
volsusdev
added a commit
to volsusdev/openapi-generator-fork
that referenced
this issue
Feb 28, 2023
volsusdev
added a commit
to volsusdev/openapi-generator-fork
that referenced
this issue
Feb 28, 2023
I've opened a PR for this: #14899 |
4brunu
pushed a commit
that referenced
this issue
Mar 7, 2023
fyi: Fix was merged into master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @parenko,
what was the reason for introducing wildcard imports to [kotlin-spring] with one of your last commits (cffe2d0)?
We now have the issue that it is not possible anymore to use ktlint for linting the generated code.
openapi-generator version
6.3.0
Related issues/PRs
#14369
Suggest a fix
If there is no problem with single class imports in this case I would create a PR to change this back for
javax.validation.constraints
imports.The text was updated successfully, but these errors were encountered: