> Swagger 2 is a bit confusing, given that we have am Open Api version 3 > and the existing Swagger2Feature.
We should rely on the versions of the Open API spec which is 2.0 for the original Swagger and 3.0.0 for OpenAPI. swagger-core/ jaxrs 1.5.x deals with spec 2.0 and swagger-core/ jaxrs 2.0.x with spec 3.0.0. Even more confusing is that swagger-ui 3.0.x only supports spec 2.0 and you need >3.5.x to have both 2.0 and 3.0.0 spec support. Regards Dennis
