Hello, I'm trying to set up Swagger for my CXF REST endpoint running in Karaf. I found https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi and successfully tested it out and got it working. Thanks for that example! I also added some annotations to my endpoint and it works.
My issue is that when I change annotations on the class and redeploy the bundle, the data returned into Swagger UI (or the raw swagger endpoint) doesn't change. Is there a way to turn off this apparent caching? Harrison Tarr
