This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.22.x by 
this push:
     new e92b93dfdd1 Regen
e92b93dfdd1 is described below

commit e92b93dfdd157c9ff3f97a5ef74a90400652e273
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 25 13:02:05 2024 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/cxfrs.json       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json
index d1fb1587e43..cc6ba2e499b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cxfrs.json
@@ -50,8 +50,6 @@
     "beanId": { "kind": "path", "displayName": "Bean Id", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "To lookup an existing configured CxfRsEndpoint. Must used bean: 
as prefix." },
     "address": { "kind": "path", "displayName": "Address", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The service publish address." },
     "features": { "kind": "parameter", "displayName": "Features", "group": 
"common", "label": "", "required": false, "type": "array", "javaType": 
"java.util.List<org.apache.cxf.feature.Feature>", "deprecated": false, 
"autowired": false, "secret": false, "description": "Set the feature list to 
the CxfRs endpoint." },
-    "loggingFeatureEnabled": { "kind": "parameter", "displayName": "Logging 
Feature Enabled", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "This option enables CXF 
Logging Feature which writes inbound and outbound REST messages to log." },
-    "loggingSizeLimit": { "kind": "parameter", "displayName": "Logging Size 
Limit", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"description": "To limit the total size of number of bytes the logger will 
output when logging feature has been enabled." },
     "modelRef": { "kind": "parameter", "displayName": "Model Ref", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "This option is used to specify the model file which is useful 
for the resource class without annotation. When using this option, then the 
service class can be omitted, to emulate document-only endpoints" },
     "providers": { "kind": "parameter", "displayName": "Providers", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Set custom JAX-RS provider(s) list to the CxfRs endpoint. You 
can specify a string with a list of providers to lookup in the registy 
separated by comma." },
     "resourceClasses": { "kind": "parameter", "displayName": "Resource 
Classes", "group": "common", "label": "", "required": false, "type": "array", 
"javaType": "java.util.List<java.lang.Class<java.lang.Object>>", "deprecated": 
false, "autowired": false, "secret": false, "description": "The resource 
classes which you want to export as REST service. Multiple classes can be 
separated by comma." },
@@ -79,6 +77,8 @@
     "defaultBus": { "kind": "parameter", "displayName": "Default Bus", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Will set the default bus when CXF 
endpoint create a bus by itself" },
     "headerFilterStrategy": { "kind": "parameter", "displayName": "Header 
Filter Strategy", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom HeaderFilterStrategy to filter header to and from Camel message." 
},
     "performInvocation": { "kind": "parameter", "displayName": "Perform 
Invocation", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "When the option 
is true, Camel will perform the invocation of the resource class instance and 
put the response object into the exchange for further processing." },
-    "propagateContexts": { "kind": "parameter", "displayName": "Propagate 
Contexts", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "When the option is 
true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be 
available to custom CXFRS processors as typed Camel exchange properties. These 
contexts can be used to analyz [...]
+    "propagateContexts": { "kind": "parameter", "displayName": "Propagate 
Contexts", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "When the option is 
true, JAXRS UriInfo, HttpHeaders, Request and SecurityContext contexts will be 
available to custom CXFRS processors as typed Camel exchange properties. These 
contexts can be used to analyz [...]
+    "loggingFeatureEnabled": { "kind": "parameter", "displayName": "Logging 
Feature Enabled", "group": "logging", "label": "logging", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "This option 
enables CXF Logging Feature which writes inbound and outbound REST messages to 
log." },
+    "loggingSizeLimit": { "kind": "parameter", "displayName": "Logging Size 
Limit", "group": "logging", "label": "logging", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 49152, "description": "To limit the total size 
of number of bytes the logger will output when logging feature has been enabled 
and -1 for no limit." }
   }
 }

Reply via email to