This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 4977eb49c77 CAMEL-9627: camel-cxf splitup
4977eb49c77 is described below
commit 4977eb49c774e93ae6f73a1a2a3773f0c4ee2078
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 11:28:44 2022 +0200
CAMEL-9627: camel-cxf splitup
---
.../camel-cxf-rest-starter/src/main/docs/cxf.json | 125 ---------------------
.../camel-cxf-soap-starter/src/main/docs/cxf.json | 69 ------------
2 files changed, 194 deletions(-)
diff --git a/components-starter/camel-cxf-rest-starter/src/main/docs/cxf.json
b/components-starter/camel-cxf-rest-starter/src/main/docs/cxf.json
deleted file mode 100644
index fc6a3a0330d..00000000000
--- a/components-starter/camel-cxf-rest-starter/src/main/docs/cxf.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "groups": [
- {
- "name": "camel.component.cxf",
- "type":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.customizer",
- "type":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "sourceMethod": "getCustomizer()"
- },
- {
- "name": "camel.component.cxfrs",
- "type":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration"
- },
- {
- "name": "camel.component.cxfrs.customizer",
- "type":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "sourceMethod": "getCustomizer()"
- }
- ],
- "properties": [
- {
- "name": "camel.component.cxf.allow-streaming",
- "type": "java.lang.Boolean",
- "description": "This option controls whether the CXF component, when
running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements
or keep the payload as a javax.xml.transform.Source object that would allow
streaming in some cases.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.autowired-enabled",
- "type": "java.lang.Boolean",
- "description": "Whether autowiring is enabled. This is used for
automatic autowiring options (the option must be marked as autowired) by
looking up in the registry to find if there is a single instance of matching
type, which then gets configured on the component. This can be used for
automatic configuring JDBC data sources, JMS connection factories, AWS Clients,
etc.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": true
- },
- {
- "name": "camel.component.cxf.bridge-error-handler",
- "type": "java.lang.Boolean",
- "description": "Allows for bridging the consumer to the Camel routing
Error Handler, which mean any exceptions occurred while the consumer is trying
to pickup incoming messages, or the likes, will now be processed as a message
and handled by the routing Error Handler. By default the consumer will use the
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
logged at WARN or ERROR level and ignored.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxf.customizer.enabled",
- "type": "java.lang.Boolean",
- "sourceType":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
- },
- {
- "name": "camel.component.cxf.enabled",
- "type": "java.lang.Boolean",
- "description": "Whether to enable auto configuration of the cxf
component. This is enabled by default.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.header-filter-strategy",
- "type": "org.apache.camel.spi.HeaderFilterStrategy",
- "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message. The option is a org.apache.camel.spi.HeaderFilterStrategy type.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.lazy-start-producer",
- "type": "java.lang.Boolean",
- "description": "Whether the producer should be started lazy (on the
first message). By starting lazy you can use this to allow CamelContext and
routes to startup in situations where a producer may otherwise fail during
starting and cause the route to fail being started. By deferring this startup
to be lazy then the startup failure can be handled during routing messages via
Camel's routing error handlers. Beware that when the first message is processed
then creating and starting the [...]
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxf.use-global-ssl-context-parameters",
- "type": "java.lang.Boolean",
- "description": "Enable usage of global SSL context parameters.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxfrs.autowired-enabled",
- "type": "java.lang.Boolean",
- "description": "Whether autowiring is enabled. This is used for
automatic autowiring options (the option must be marked as autowired) by
looking up in the registry to find if there is a single instance of matching
type, which then gets configured on the component. This can be used for
automatic configuring JDBC data sources, JMS connection factories, AWS Clients,
etc.",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "defaultValue": true
- },
- {
- "name": "camel.component.cxfrs.bridge-error-handler",
- "type": "java.lang.Boolean",
- "description": "Allows for bridging the consumer to the Camel routing
Error Handler, which mean any exceptions occurred while the consumer is trying
to pickup incoming messages, or the likes, will now be processed as a message
and handled by the routing Error Handler. By default the consumer will use the
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
logged at WARN or ERROR level and ignored.",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxfrs.customizer.enabled",
- "type": "java.lang.Boolean",
- "sourceType":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
- },
- {
- "name": "camel.component.cxfrs.enabled",
- "type": "java.lang.Boolean",
- "description": "Whether to enable auto configuration of the cxfrs
component. This is enabled by default.",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration"
- },
- {
- "name": "camel.component.cxfrs.header-filter-strategy",
- "type": "org.apache.camel.spi.HeaderFilterStrategy",
- "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message. The option is a org.apache.camel.spi.HeaderFilterStrategy type.",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration"
- },
- {
- "name": "camel.component.cxfrs.lazy-start-producer",
- "type": "java.lang.Boolean",
- "description": "Whether the producer should be started lazy (on the
first message). By starting lazy you can use this to allow CamelContext and
routes to startup in situations where a producer may otherwise fail during
starting and cause the route to fail being started. By deferring this startup
to be lazy then the startup failure can be handled during routing messages via
Camel's routing error handlers. Beware that when the first message is processed
then creating and starting the [...]
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxfrs.use-global-ssl-context-parameters",
- "type": "java.lang.Boolean",
- "description": "Enable usage of global SSL context parameters.",
- "sourceType":
"org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConfiguration",
- "defaultValue": false
- }
- ],
- "hints": []
-}
\ No newline at end of file
diff --git a/components-starter/camel-cxf-soap-starter/src/main/docs/cxf.json
b/components-starter/camel-cxf-soap-starter/src/main/docs/cxf.json
deleted file mode 100644
index 30dd2efb94b..00000000000
--- a/components-starter/camel-cxf-soap-starter/src/main/docs/cxf.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "groups": [
- {
- "name": "camel.component.cxf",
- "type":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.customizer",
- "type":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "sourceMethod": "getCustomizer()"
- }
- ],
- "properties": [
- {
- "name": "camel.component.cxf.allow-streaming",
- "type": "java.lang.Boolean",
- "description": "This option controls whether the CXF component, when
running in PAYLOAD mode, will DOM parse the incoming messages into DOM Elements
or keep the payload as a javax.xml.transform.Source object that would allow
streaming in some cases.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.autowired-enabled",
- "type": "java.lang.Boolean",
- "description": "Whether autowiring is enabled. This is used for
automatic autowiring options (the option must be marked as autowired) by
looking up in the registry to find if there is a single instance of matching
type, which then gets configured on the component. This can be used for
automatic configuring JDBC data sources, JMS connection factories, AWS Clients,
etc.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": true
- },
- {
- "name": "camel.component.cxf.bridge-error-handler",
- "type": "java.lang.Boolean",
- "description": "Allows for bridging the consumer to the Camel routing
Error Handler, which mean any exceptions occurred while the consumer is trying
to pickup incoming messages, or the likes, will now be processed as a message
and handled by the routing Error Handler. By default the consumer will use the
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
logged at WARN or ERROR level and ignored.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxf.customizer.enabled",
- "type": "java.lang.Boolean",
- "sourceType":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
- },
- {
- "name": "camel.component.cxf.enabled",
- "type": "java.lang.Boolean",
- "description": "Whether to enable auto configuration of the cxf
component. This is enabled by default.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.header-filter-strategy",
- "type": "org.apache.camel.spi.HeaderFilterStrategy",
- "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message. The option is a org.apache.camel.spi.HeaderFilterStrategy type.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration"
- },
- {
- "name": "camel.component.cxf.lazy-start-producer",
- "type": "java.lang.Boolean",
- "description": "Whether the producer should be started lazy (on the
first message). By starting lazy you can use this to allow CamelContext and
routes to startup in situations where a producer may otherwise fail during
starting and cause the route to fail being started. By deferring this startup
to be lazy then the startup failure can be handled during routing messages via
Camel's routing error handlers. Beware that when the first message is processed
then creating and starting the [...]
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- },
- {
- "name": "camel.component.cxf.use-global-ssl-context-parameters",
- "type": "java.lang.Boolean",
- "description": "Enable usage of global SSL context parameters.",
- "sourceType":
"org.apache.camel.component.cxf.springboot.CxfComponentConfiguration",
- "defaultValue": false
- }
- ],
- "hints": []
-}