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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb4105  Regen
4cb4105 is described below

commit 4cb4105e18a6ef7ba8e7233a32a0b17c7281023b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Aug 12 07:53:29 2020 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/components/salesforce.json    | 2 +-
 .../org/apache/camel/catalog/docs/salesforce-component.adoc          | 2 +-
 .../resources/org/apache/camel/catalog/docs/spring-javaconfig.adoc   | 5 +++--
 .../resources/org/apache/camel/catalog/others/spring-javaconfig.json | 2 +-
 docs/components/modules/ROOT/pages/salesforce-component.adoc         | 2 +-
 docs/components/modules/others/pages/spring-javaconfig.adoc          | 5 +++--
 6 files changed, 10 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
index e13cfcc..c311db0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
@@ -49,7 +49,7 @@
     "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify 
For Operation Undelete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for un-delete operation, 
defaults to false (API version = 29.0)" },
     "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for update operation, 
defaults to false (API version = 29.0)" },
     "objectMapper": { "kind": "property", "displayName": "Object Mapper", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Custom Jackson ObjectMapper to 
use when serializing\/deserializing Salesforce objects." },
-    "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": true, "secret": false, "description": "In 
what packages are the generated DTO classes. Typically the classes would be 
generated using camel-salesforce-maven-plugin. Set it if using the generated 
DTOs to gain the benefit of using short SObject names in parameters\/header 
values. Multiple packages can be se [...]
+    "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "In 
what packages are the generated DTO classes. Typically the classes would be 
generated using camel-salesforce-maven-plugin. Set it if using the generated 
DTOs to gain the benefit of using short SObject names in parameters\/header 
values. Multiple packages can be s [...]
     "rawPayload": { "kind": "property", "displayName": "Raw Payload", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Use raw payload String for 
request and response (either JSON or XML depending on format), instead of DTOs, 
false by default" },
     "reportId": { "kind": "property", "displayName": "Report Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
Id" },
     "reportMetadata": { "kind": "property", "displayName": "Report Metadata", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata",
 "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
metadata for filtering" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc
index e4672f2..c83d9a9 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/salesforce-component.adoc
@@ -689,7 +689,7 @@ The Salesforce component supports 72 options, which are 
listed below.
 | *notifyForOperationUndelete* (common) | Notify for un-delete operation, 
defaults to false (API version = 29.0) |  | Boolean
 | *notifyForOperationUpdate* (common) | Notify for update operation, defaults 
to false (API version = 29.0) |  | Boolean
 | *objectMapper* (common) | Custom Jackson ObjectMapper to use when 
serializing/deserializing Salesforce objects. |  | ObjectMapper
-| *packages* (common) | *Deprecated* In what packages are the generated DTO 
classes. Typically the classes would be generated using 
camel-salesforce-maven-plugin. Set it if using the generated DTOs to gain the 
benefit of using short SObject names in parameters/header values. Multiple 
packages can be separated by comma. |  | String
+| *packages* (common) | In what packages are the generated DTO classes. 
Typically the classes would be generated using camel-salesforce-maven-plugin. 
Set it if using the generated DTOs to gain the benefit of using short SObject 
names in parameters/header values. Multiple packages can be separated by comma. 
|  | String
 | *rawPayload* (common) | Use raw payload String for request and response 
(either JSON or XML depending on format), instead of DTOs, false by default | 
false | boolean
 | *reportId* (common) | Salesforce1 Analytics report Id |  | String
 | *reportMetadata* (common) | Salesforce1 Analytics report metadata for 
filtering |  | ReportMetadata
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-javaconfig.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-javaconfig.adoc
index 44cf2d7..9584605 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-javaconfig.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-javaconfig.adoc
@@ -1,10 +1,11 @@
 [[spring-javaconfig-component]]
-= Spring Java Configuration Component
+= Spring Java Configuration Component (deprecated)
 :docTitle: Spring Java Configuration
 :artifactId: camel-spring-javaconfig
 :description: Using Camel with Spring Java Configuration
 :since: 2.0
-:supportLevel: Stable
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 //Manually maintained attributes
 :group: Spring
 
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-javaconfig.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-javaconfig.json
index 62dcc8a..6d695f6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-javaconfig.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/spring-javaconfig.json
@@ -4,7 +4,7 @@
     "name": "spring-javaconfig",
     "title": "Spring Java Configuration",
     "description": "Using Camel with Spring Java Configuration",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.0.0",
     "label": "spring",
     "supportLevel": "Stable",
diff --git a/docs/components/modules/ROOT/pages/salesforce-component.adoc 
b/docs/components/modules/ROOT/pages/salesforce-component.adoc
index fbb0c9c..7c94784 100644
--- a/docs/components/modules/ROOT/pages/salesforce-component.adoc
+++ b/docs/components/modules/ROOT/pages/salesforce-component.adoc
@@ -691,7 +691,7 @@ The Salesforce component supports 72 options, which are 
listed below.
 | *notifyForOperationUndelete* (common) | Notify for un-delete operation, 
defaults to false (API version = 29.0) |  | Boolean
 | *notifyForOperationUpdate* (common) | Notify for update operation, defaults 
to false (API version = 29.0) |  | Boolean
 | *objectMapper* (common) | Custom Jackson ObjectMapper to use when 
serializing/deserializing Salesforce objects. |  | ObjectMapper
-| *packages* (common) | *Deprecated* In what packages are the generated DTO 
classes. Typically the classes would be generated using 
camel-salesforce-maven-plugin. Set it if using the generated DTOs to gain the 
benefit of using short SObject names in parameters/header values. Multiple 
packages can be separated by comma. |  | String
+| *packages* (common) | In what packages are the generated DTO classes. 
Typically the classes would be generated using camel-salesforce-maven-plugin. 
Set it if using the generated DTOs to gain the benefit of using short SObject 
names in parameters/header values. Multiple packages can be separated by comma. 
|  | String
 | *rawPayload* (common) | Use raw payload String for request and response 
(either JSON or XML depending on format), instead of DTOs, false by default | 
false | boolean
 | *reportId* (common) | Salesforce1 Analytics report Id |  | String
 | *reportMetadata* (common) | Salesforce1 Analytics report metadata for 
filtering |  | ReportMetadata
diff --git a/docs/components/modules/others/pages/spring-javaconfig.adoc 
b/docs/components/modules/others/pages/spring-javaconfig.adoc
index bcdeda7..adede0a 100644
--- a/docs/components/modules/others/pages/spring-javaconfig.adoc
+++ b/docs/components/modules/others/pages/spring-javaconfig.adoc
@@ -1,12 +1,13 @@
 [[spring-javaconfig-component]]
-= Spring Java Configuration Component
+= Spring Java Configuration Component (deprecated)
 //THIS FILE IS COPIED: EDIT THE SOURCE FILE:
 :page-source: 
components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
 :docTitle: Spring Java Configuration
 :artifactId: camel-spring-javaconfig
 :description: Using Camel with Spring Java Configuration
 :since: 2.0
-:supportLevel: Stable
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 //Manually maintained attributes
 :group: Spring
 

Reply via email to