The empoa-swagger-core dependency hasn't been updated for 4 years, and depends on an old version of the microprofile-openapi dependency.
It converts between Swagger model classes and MicroProfile OpenAPI classes.
Do we continue to use it?
- what's the impact of remaining on unmaintained version?
- alternatives:
- contribute to the project to update it
- use the swagger-model classes directly
- it misses some interfaces similar to Reference, Extensible or Constructible so may be more difficult to use
- Smallrye has a parser that converts directly from yaml to Microprofile
- doesn't seem to support external $ref values
The empoa-swagger-core dependency hasn't been updated for 4 years, and depends on an old version of the microprofile-openapi dependency.
It converts between Swagger model classes and MicroProfile OpenAPI classes.
Do we continue to use it?