swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
17.06k stars 6.03k forks source link

Is swagger codegen compatible and working with JDK17 #12438

Open anand188 opened 3 months ago

anand188 commented 3 months ago

Is swagger codegen compatible and working with JDK17

JakeShirley commented 3 months ago

Seems to be based on the CI builds:

https://github.com/swagger-api/swagger-codegen/blob/master/.github/workflows/maven-master-pulls.yml#L13

anand188 commented 3 months ago

@JakeShirley it only has java 11 does this mean it doesn't support java17 ? @HugoMario as well can you comment here ?

anand188 commented 2 months ago

any replies here will be appreciated ?