You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OpenAPI generator generates Java classes with annotations like io.swagger.annotations.Api from Swagger 2 (io.swagger:swagger-annotations).
These annotations are incompatible with OpenAPI projects like Springdoc (https://springdoc.org/).
OpenAPI generator should instead generate classes with Swagger 3 (OpenAPI) annotations (io.swagger.core.v3:swagger-annotations). I do not see any reason why to still use Swagger 2 annotations.
The text was updated successfully, but these errors were encountered:
Currently, OpenAPI generator generates Java classes with annotations like
io.swagger.annotations.Api
from Swagger 2 (io.swagger:swagger-annotations
).These annotations are incompatible with OpenAPI projects like Springdoc (https://springdoc.org/).
OpenAPI generator should instead generate classes with Swagger 3 (OpenAPI) annotations (
io.swagger.core.v3:swagger-annotations
). I do not see any reason why to still use Swagger 2 annotations.The text was updated successfully, but these errors were encountered: