orpiske edited a comment on pull request #2661:
URL: https://github.com/apache/camel-quarkus/pull/2661#issuecomment-848573929


   > I checked what `qute.json` looks like and indeed the `metadata` is 
missing. Also `componentProperties` and `properties` are missing. @orpiske 
could you please check which particular parts are required by Camel K?
   
   Thanks for looking at this. We need (using `activemq` one as a reference 
only):
   
   1. The `javaType`: 
https://github.com/apache/camel/blob/main/components/camel-activemq/src/generated/resources/org/apache/camel/component/activemq/activemq.json#L10
   2. The `scheme`: 
https://github.com/apache/camel/blob/main/components/camel-activemq/src/generated/resources/org/apache/camel/component/activemq/activemq.json#L15
   3. The `groupId` and `artifactId`: 
https://github.com/apache/camel/blob/main/components/camel-activemq/src/generated/resources/org/apache/camel/component/activemq/activemq.json#L12-L13
   4. For data formats, we also need the `name`: 
https://github.com/apache/camel/blob/main/components/camel-activemq/src/generated/resources/org/apache/camel/component/activemq/activemq.json#L4
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to