openapi-tools / swagger-maven-plugin

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
MIT License
70 stars 45 forks source link

End of life? #106

Open McPringle opened 1 year ago

McPringle commented 1 year ago

The last release happened more than two years ago and there seems to be no activity in this repo. Is this plugin end-of-life? Or is there something going on behind the scenes? In our project, we have some issues with this plugin which seem to be related to Java 17 support (e.g. #85) and we are not sure if we should continue using this plugin or not.

Neffez commented 1 year ago

Seems like this project was abandoned. I switched to https://github.com/eclipse/microprofile-open-api which works with the SmallRye OpenAPI Maven Plugin: https://github.com/smallrye/smallrye-open-api/blob/main/tools/maven-plugin/