You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
enum could be used directly in the config panel in UI to make it dropdown. group and label could be used to categorize the config parameters, possibly separate it into multiple tabs, etc.
We would also be able to use javaType to filter existing beans to an appropriate set, for example shows only javax.jms.ConnectionFactory beans for AMQP connectionFactory parameter configuration. Or it could be used to retrieve a fragment of additional parameter schema from the main Camel YAML DSL schema.
cf. #767
The text was updated successfully, but these errors were encountered:
While we parse Camel component catalog at the backend to make the steps catalog, we're not deliverying everything to the frontend. For example,
group
,label
andenum
https://github.com/apache/camel/blob/camel-3.20.x/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/amqp.json#L146
enum
could be used directly in the config panel in UI to make it dropdown.group
andlabel
could be used to categorize the config parameters, possibly separate it into multiple tabs, etc.We would also be able to use
javaType
to filter existing beans to an appropriate set, for example shows onlyjavax.jms.ConnectionFactory
beans for AMQPconnectionFactory
parameter configuration. Or it could be used to retrieve a fragment of additional parameter schema from the main Camel YAML DSL schema.cf. #767
The text was updated successfully, but these errors were encountered: