Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Currently there is only spring support out of the box
https://github.com/apache/camel/blob/master/components/camel-swagger/src/main/scala/org/apache/camel/component/swagger/spring/SpringRestSwaggerApiDeclarationServlet.scala
Though we could likely use jmx to lookup the Camel's and then grab the rest definition as xml, and marshal back to objects, which the scala swagger reader needs. Then it would work in any kind of environment.
Attachments
Issue Links
- is related to
-
CAMEL-8175 camel-swagger - Add support for multiple CamelContexts
- Resolved