Hi, I am interested in generating an openApi file out of the rest api. I am less familiar with apache karaf and jaxrs, and I am looking for some resources of a way to generate it automatically if possible.
I have tried unsuccessfully with these guides, without succeeding, and I'm not sure if they are the way to go about it: https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Integration-and-configuration https://github.com/OpenAPITools/openapi-generator/tree/0eb385c0d6497c38c09b42158b2d66109b78b15b/modules/openapi-generator/src/main/resources/JavaJaxRS
