Details
Description
We have upgraded CXF version from 3.2.x to 3.3.x. And we have also migrated to OpenAPIFeature from Swagger2Feature.
The URL - http://<host>:<port>/context/services will give the resource listing of all CXF services(in the case of multiple server endpoints)
When we used Swagger2Feature, the above url used to list the swagger json links too as part of resource listing. But after migrating to OpenAPIFeature, CXF resource listing does not include Open API JSONs of the CXF Application. However, We are able to see the Swagger UI if we go to their respective context URLs.