This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Add REST API to obtain a list of all Component Labels. #762
Comments
See Will add this to Apache Camel and then we can in the interim time copy that to fabric8 until we upgrade to Camel 2.19.0. |
Implemented this on the Apache Camel side, now need to port that to django so we can have it included for ipaas. |
There is a new django release which has camel-catalog-rest included. So I need to hook this up into fabric8-forge-core to hook that up as a JAX-RS app. |
davsclaus
added a commit
to davsclaus/fabric8-forge
that referenced
this issue
Dec 6, 2016
To find all Camel components, this API returns their names camel-catalog/findComponentNames |
Logged a ticket to upgrade CXF |
See #767 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is needed for the ipaas UI.
It would call:
https://github.com/apache/camel/blob/master/platforms/catalog/src/main/java/org/apache/camel/catalog/CamelCatalog.java#L233
and return a list of strings containing all labels.
The text was updated successfully, but these errors were encountered: