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

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

commit 92095971ad040192e19325d331b836e351e62522
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Feb 23 08:53:46 2021 +0100

    CAMEL-16115 - Remove Camel-AWS-* components - AWS-EKS
---
 .../camel/springboot/catalog/components.properties |  3 +-
 .../springboot/catalog/components/aws-eks.json     | 52 ----------------------
 components-starter/README.adoc                     |  2 -
 docs/modules/ROOT/pages/aws-eks-starter.adoc       | 41 -----------------
 docs/modules/ROOT/pages/list.adoc                  |  2 -
 5 files changed, 1 insertion(+), 99 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 90f6f68..b8eaed8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -23,7 +23,6 @@ aws-ddb
 aws-ddbstream
 aws-ec2
 aws-ecs
-aws-eks
 aws-s3
 aws-swf
 aws2-athena
@@ -349,4 +348,4 @@ xslt-saxon
 yammer
 zendesk
 zookeeper
-zookeeper-master
\ No newline at end of file
+zookeeper-master
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-eks.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-eks.json
deleted file mode 100644
index 17e28f5..0000000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-eks.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
-  "component": {
-    "kind": "component",
-    "name": "aws-eks",
-    "title": "AWS Elastic Kubernetes Service (EKS)",
-    "description": "Manage AWS EKS cluster instances.",
-    "deprecated": true,
-    "deprecatedSince": "3.8.0",
-    "firstVersion": "3.0.0",
-    "label": "cloud,management",
-    "javaType": "org.apache.camel.component.aws.eks.EKSComponent",
-    "supportLevel": "Stable",
-    "groupId": "org.apache.camel.springboot",
-    "artifactId": "camel-aws-eks-starter",
-    "version": "3.9.0-SNAPSHOT",
-    "scheme": "aws-eks",
-    "extendsScheme": "",
-    "syntax": "aws-eks:label",
-    "async": false,
-    "api": false,
-    "consumerOnly": false,
-    "producerOnly": true,
-    "lenientProperties": false
-  },
-  "componentProperties": {
-    "autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instan [...]
-    "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Access Key" },
-    "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws.eks.EKSConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
-    "eksClient": { "kind": "property", "displayName": "Eks Client", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "com.amazonaws.services.eks.AmazonEKS", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To use a existing configured AWS EKS as 
client" },
-    "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "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 star [...]
-    "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.aws.eks.EKSOperations", "enum": [ 
"listClusters", "describeCluster", "createCluster", "deleteCluster" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "desc [...]
-    "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
EKS client" },
-    "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy port when instantiating the 
EKS client" },
-    "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "com.amazonaws.Protocol", "enum": [ "HTTP", "HTTPS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"HTTPS", "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy protocol when instantiating 
the EKS client" },
-    "region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws.eks.EKSConfiguration", 
"configurationField": "configuration", "description": "The region in which EKS 
client needs to work. When using this parameter, the configuration will expect 
the capitalized name of the region  [...]
-    "secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Secret Key" },
-    "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "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 t [...]
-  },
-  "properties": {
-    "label": { "kind": "path", "displayName": "Label", "group": "producer", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Logical name" },
-    "autoDiscoverClient": { "kind": "parameter", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client insta [...]
-    "accessKey": { "kind": "parameter", "displayName": "Access Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Access Key" },
-    "eksClient": { "kind": "parameter", "displayName": "Eks Client", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "com.amazonaws.services.eks.AmazonEKS", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To use a existing configured AWS EKS as 
client" },
-    "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "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 sta [...]
-    "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.aws.eks.EKSOperations", "enum": [ 
"listClusters", "describeCluster", "createCluster", "deleteCluster" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "des [...]
-    "proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
EKS client" },
-    "proxyPort": { "kind": "parameter", "displayName": "Proxy Port", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy port when instantiating the 
EKS client" },
-    "proxyProtocol": { "kind": "parameter", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "com.amazonaws.Protocol", "enum": [ "HTTP", "HTTPS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"HTTPS", "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "To define a proxy protocol when instantiating 
the EKS client" },
-    "region": { "kind": "parameter", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws.eks.EKSConfiguration", 
"configurationField": "configuration", "description": "The region in which EKS 
client needs to work. When using this parameter, the configuration will expect 
the capitalized name of the region [...]
-    "secretKey": { "kind": "parameter", "displayName": "Secret Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws.eks.EKSConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Secret Key" }
-  }
-}
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 3a3a656..aa7fff6 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -101,8 +101,6 @@ Number of Camel components: 336 in 270 JAR artifacts (11 
deprecated)
 
 | xref:latest@components::aws-ecs-component.adoc[AWS Elastic Container Service 
(ECS)] | camel-aws-ecs-starter | Stable | 3.0 | *deprecated* Manage AWS ECS 
cluster instances.
 
-| xref:latest@components::aws-eks-component.adoc[AWS Elastic Kubernetes 
Service (EKS)] | camel-aws-eks-starter | Stable | 3.0 | *deprecated* Manage AWS 
EKS cluster instances.
-
 | xref:latest@components::aws-s3-component.adoc[AWS S3 Storage Service] | 
camel-aws-s3-starter | Stable | 2.8 | *deprecated* Store and retrieve objects 
from AWS S3 Storage Service.
 
 | xref:latest@components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] | 
camel-aws-swf-starter | Stable | 2.13 | *deprecated* Manage workflows in the 
AWS Simple Workflow service.
diff --git a/docs/modules/ROOT/pages/aws-eks-starter.adoc 
b/docs/modules/ROOT/pages/aws-eks-starter.adoc
deleted file mode 100644
index df7b229..0000000
--- a/docs/modules/ROOT/pages/aws-eks-starter.adoc
+++ /dev/null
@@ -1,41 +0,0 @@
-// spring-boot-auto-configure options: START
-:page-partial:
-:doctitle: Camel Spring Boot Starter for aws-eks
-
-== Spring Boot Auto-Configuration
-
-When using aws-eks with Spring Boot make sure to use the following Maven 
dependency to have support for auto configuration:
-
-[source,xml]
-----
-<dependency>
-  <groupId>org.apache.camel.springboot</groupId>
-  <artifactId>camel-aws-eks-starter</artifactId>
-  <version>x.x.x</version>
-  <!-- use the same version as your Camel core version -->
-</dependency>
-----
-
-
-The component supports 13 options, which are listed below.
-
-
-
-[width="100%",cols="2,5,^1,2",options="header"]
-|===
-| Name | Description | Default | Type
-| *camel.component.aws-eks.access-key* | Amazon AWS Access Key |  | String
-| *camel.component.aws-eks.auto-discover-client* | Setting the 
autoDiscoverClient mechanism, if true, the component will look for a client 
instance in the registry automatically otherwise it will skip that checking. | 
true | Boolean
-| *camel.component.aws-eks.autowired-enabled* | 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. | true | Boolean
-| *camel.component.aws-eks.configuration* | The component configuration. The 
option is a org.apache.camel.component.aws.eks.EKSConfiguration type. |  | 
EKSConfiguration
-| *camel.component.aws-eks.eks-client* | To use a existing configured AWS EKS 
as client. The option is a com.amazonaws.services.eks.AmazonEKS type. |  | 
AmazonEKS
-| *camel.component.aws-eks.enabled* | Whether to enable auto configuration of 
the aws-eks component. This is enabled by default. |  | Boolean
-| *camel.component.aws-eks.lazy-start-producer* | 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 th [...]
-| *camel.component.aws-eks.operation* | The operation to perform |  | 
EKSOperations
-| *camel.component.aws-eks.proxy-host* | To define a proxy host when 
instantiating the EKS client |  | String
-| *camel.component.aws-eks.proxy-port* | To define a proxy port when 
instantiating the EKS client |  | Integer
-| *camel.component.aws-eks.proxy-protocol* | To define a proxy protocol when 
instantiating the EKS client |  | Protocol
-| *camel.component.aws-eks.region* | The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name() |  | String
-| *camel.component.aws-eks.secret-key* | Amazon AWS Secret Key |  | String
-|===
-// spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 3a3a656..aa7fff6 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -101,8 +101,6 @@ Number of Camel components: 336 in 270 JAR artifacts (11 
deprecated)
 
 | xref:latest@components::aws-ecs-component.adoc[AWS Elastic Container Service 
(ECS)] | camel-aws-ecs-starter | Stable | 3.0 | *deprecated* Manage AWS ECS 
cluster instances.
 
-| xref:latest@components::aws-eks-component.adoc[AWS Elastic Kubernetes 
Service (EKS)] | camel-aws-eks-starter | Stable | 3.0 | *deprecated* Manage AWS 
EKS cluster instances.
-
 | xref:latest@components::aws-s3-component.adoc[AWS S3 Storage Service] | 
camel-aws-s3-starter | Stable | 2.8 | *deprecated* Store and retrieve objects 
from AWS S3 Storage Service.
 
 | xref:latest@components::aws-swf-component.adoc[AWS Simple Workflow (SWF)] | 
camel-aws-swf-starter | Stable | 2.13 | *deprecated* Manage workflows in the 
AWS Simple Workflow service.

Reply via email to