I have created Java RESTFUL web services using Apache karaf, I am using swagger for API documentation.All Annotation are applied and its running successfully on single project with the general swagger configuration(Swagger core and annotation jar are there on each project) but when i try to run the swagger API on multiple project using apache karaf it cached the first project json and always return the cached json. Swagger core dependencies are located in each project and default configuration are present on each "blueprint.xml file"
My Questions: 1 - Is there any other way to run swagger API on Multiple project using Apache Karaf ? 2 - Is there any way we can permanently disable the caching using karaf/swagger Configuration ? 3 - Is there any method to clear swagger cache when i hit the "localhost:8181/cxf/api/api-docs" for each exposed services of multiple projects.