]
Jeff MAURY updated JBDS-4775:
-----------------------------
Fix Version/s: 12.x
In Camel project errors thrown exposing Swagger API documentation.
------------------------------------------------------------------
Key: JBDS-4775
URL:
https://issues.jboss.org/browse/JBDS-4775
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Bug
Affects Versions: 12.11.0.GA
Environment: Assuming this occurs in all environments.
Reporter: Bruno Meseguer
Priority: Major
Fix For: 12.x
ui experience:
> user has little guidance on UI
> no documentation available on how to expose Swagger info
> misleading/not-functional options in UI (i.e. enableCORS checkbox)
> textbox "port" (in Mac) user input goes backwards (yes, backwards!)
> textbox "contextPath" (in Mac) user input goes backwards (yes,
backwards!)
result:
> not possible from UI to expose Swagger info
expected:
> options available on UI to expose API definitions
workaround:
> manually add all necessary parameters:
- add: contextPath="camel"
- add: port="8080"
- add: apiContextPath="api-docs"
- add: <apiProperty key="cors" value="true"/>