[
https://issues.apache.org/jira/browse/CAMEL-11038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946916#comment-15946916
]
Luca Burgazzoli commented on CAMEL-11038:
-----------------------------------------
[~davsclaus] as today we have this one:
{code}
"component": {
"kind": "component",
"scheme": "http4",
"alternativeSchemes": "http4,http4s",
"syntax": "http4:httpUri",
"title": "HTTP4",
"description": "For calling out to external HTTP servers using Apache HTTP
Client 4.x.",
"label": "http",
"deprecated": false,
"async": false,
"consumerOnly": false,
"producerOnly": true,
"lenientProperties": true,
"javaType": "org.apache.camel.component.http4.HttpComponent",
"firstVersion": "2.3.0",
"groupId": "null",
"artifactId": "null",
"verifiers": "parameters,connectivity",
"version": "null"
},
{code}
Is that enough ?
> Ping Check API - Output metadata to component json file
> -------------------------------------------------------
>
> Key: CAMEL-11038
> URL: https://issues.apache.org/jira/browse/CAMEL-11038
> Project: Camel
> Issue Type: Task
> Components: camel-core
> Reporter: Claus Ibsen
> Fix For: 2.19.0
>
>
> We need to add some logic to apt compiler plugin so it can detect its a
> verifiable component (ping check) and add some details in the component json
> file.
> We would need on the component section, something along the lines to denote
> what features it supports
> {code}
> "verifiable": [ "connectivity", "parameters" ]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)