Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/563 #585

Merged
merged 3 commits into from
Oct 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"camel.sink.path.httpUri": {
"name": "camel.sink.path.httpUri",
"description": "The URI to use such as http:\/\/hostname:port\/path",
"defaultValue": "null",
"priority": "HIGH"
},
"camel.sink.endpoint.bridgeEndpoint": {
Expand All @@ -35,13 +34,11 @@
"camel.sink.endpoint.cookieHandler": {
"name": "camel.sink.endpoint.cookieHandler",
"description": "Configure a cookie handler to maintain a HTTP session",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.lazyStartProducer": {
Expand Down Expand Up @@ -71,19 +68,16 @@
"camel.sink.endpoint.binding": {
"name": "camel.sink.endpoint.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfig": {
"name": "camel.sink.endpoint.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfigOptions": {
"name": "camel.sink.endpoint.clientConfigOptions",
"description": "To configure the AsyncHttpClientConfig using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.synchronous": {
Expand All @@ -95,13 +89,11 @@
"camel.sink.endpoint.clientConfigRealmOptions": {
"name": "camel.sink.endpoint.clientConfigRealmOptions",
"description": "To configure the AsyncHttpClientConfig Realm using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.lazyStartProducer": {
Expand All @@ -125,31 +117,26 @@
"camel.component.ahc.binding": {
"name": "camel.component.ahc.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.client": {
"name": "camel.component.ahc.client",
"description": "To use a custom AsyncHttpClient",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.clientConfig": {
"name": "camel.component.ahc.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.headerFilterStrategy": {
"name": "camel.component.ahc.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.sslContextParameters": {
"name": "camel.component.ahc.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc.useGlobalSslContextParameters": {
Expand All @@ -159,4 +146,4 @@
"priority": "MEDIUM"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"camel.sink.path.httpUri": {
"name": "camel.sink.path.httpUri",
"description": "The URI to use such as http:\/\/hostname:port\/path",
"defaultValue": "null",
"priority": "HIGH"
},
"camel.sink.endpoint.bridgeEndpoint": {
Expand All @@ -29,7 +28,6 @@
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.throwExceptionOnFailure": {
Expand All @@ -53,7 +51,6 @@
"camel.sink.endpoint.cookieHandler": {
"name": "camel.sink.endpoint.cookieHandler",
"description": "Configure a cookie handler to maintain a HTTP session",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.lazyStartProducer": {
Expand All @@ -77,19 +74,16 @@
"camel.sink.endpoint.binding": {
"name": "camel.sink.endpoint.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfig": {
"name": "camel.sink.endpoint.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfigOptions": {
"name": "camel.sink.endpoint.clientConfigOptions",
"description": "To configure the AsyncHttpClientConfig using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.synchronous": {
Expand All @@ -101,13 +95,11 @@
"camel.sink.endpoint.clientConfigRealmOptions": {
"name": "camel.sink.endpoint.clientConfigRealmOptions",
"description": "To configure the AsyncHttpClientConfig Realm using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.lazyStartProducer": {
Expand All @@ -131,31 +123,26 @@
"camel.component.ahc-ws.binding": {
"name": "camel.component.ahc-ws.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.client": {
"name": "camel.component.ahc-ws.client",
"description": "To use a custom AsyncHttpClient",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.clientConfig": {
"name": "camel.component.ahc-ws.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.headerFilterStrategy": {
"name": "camel.component.ahc-ws.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.sslContextParameters": {
"name": "camel.component.ahc-ws.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.useGlobalSslContextParameters": {
Expand All @@ -165,4 +152,4 @@
"priority": "MEDIUM"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"camel.source.path.httpUri": {
"name": "camel.source.path.httpUri",
"description": "The URI to use such as http:\/\/hostname:port\/path",
"defaultValue": "null",
"priority": "HIGH"
},
"camel.source.endpoint.bridgeEndpoint": {
Expand All @@ -29,7 +28,6 @@
"camel.source.endpoint.headerFilterStrategy": {
"name": "camel.source.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.throwExceptionOnFailure": {
Expand Down Expand Up @@ -59,13 +57,11 @@
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.basicPropertyBinding": {
Expand All @@ -77,19 +73,16 @@
"camel.source.endpoint.binding": {
"name": "camel.source.endpoint.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.clientConfig": {
"name": "camel.source.endpoint.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.clientConfigOptions": {
"name": "camel.source.endpoint.clientConfigOptions",
"description": "To configure the AsyncHttpClientConfig using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.synchronous": {
Expand All @@ -101,13 +94,11 @@
"camel.source.endpoint.clientConfigRealmOptions": {
"name": "camel.source.endpoint.clientConfigRealmOptions",
"description": "To configure the AsyncHttpClientConfig Realm using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.source.endpoint.sslContextParameters": {
"name": "camel.source.endpoint.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.bridgeErrorHandler": {
Expand All @@ -131,31 +122,26 @@
"camel.component.ahc-ws.binding": {
"name": "camel.component.ahc-ws.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.client": {
"name": "camel.component.ahc-ws.client",
"description": "To use a custom AsyncHttpClient",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.clientConfig": {
"name": "camel.component.ahc-ws.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.headerFilterStrategy": {
"name": "camel.component.ahc-ws.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.sslContextParameters": {
"name": "camel.component.ahc-ws.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-ws.useGlobalSslContextParameters": {
Expand All @@ -165,4 +151,4 @@
"priority": "MEDIUM"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"camel.sink.path.httpUri": {
"name": "camel.sink.path.httpUri",
"description": "The URI to use such as http:\/\/hostname:port\/path",
"defaultValue": "null",
"priority": "HIGH"
},
"camel.sink.endpoint.bridgeEndpoint": {
Expand All @@ -29,7 +28,6 @@
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.throwExceptionOnFailure": {
Expand All @@ -53,7 +51,6 @@
"camel.sink.endpoint.cookieHandler": {
"name": "camel.sink.endpoint.cookieHandler",
"description": "Configure a cookie handler to maintain a HTTP session",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.lazyStartProducer": {
Expand All @@ -77,19 +74,16 @@
"camel.sink.endpoint.binding": {
"name": "camel.sink.endpoint.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfig": {
"name": "camel.sink.endpoint.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.clientConfigOptions": {
"name": "camel.sink.endpoint.clientConfigOptions",
"description": "To configure the AsyncHttpClientConfig using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.synchronous": {
Expand All @@ -101,13 +95,11 @@
"camel.sink.endpoint.clientConfigRealmOptions": {
"name": "camel.sink.endpoint.clientConfigRealmOptions",
"description": "To configure the AsyncHttpClientConfig Realm using the key\/values from the Map.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.lazyStartProducer": {
Expand All @@ -131,31 +123,26 @@
"camel.component.ahc-wss.binding": {
"name": "camel.component.ahc-wss.binding",
"description": "To use a custom AhcBinding which allows to control how to bind between AHC and Camel.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.client": {
"name": "camel.component.ahc-wss.client",
"description": "To use a custom AsyncHttpClient",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.clientConfig": {
"name": "camel.component.ahc-wss.clientConfig",
"description": "To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.headerFilterStrategy": {
"name": "camel.component.ahc-wss.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.sslContextParameters": {
"name": "camel.component.ahc-wss.sslContextParameters",
"description": "Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL\/TLS configuration options provided through the clientConfig option at the endpoint or component level.",
"defaultValue": "null",
"priority": "MEDIUM"
},
"camel.component.ahc-wss.useGlobalSslContextParameters": {
Expand All @@ -165,4 +152,4 @@
"priority": "MEDIUM"
}
}
}
}
Loading