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.git


The following commit(s) were added to refs/heads/main by this push:
     new f47994b0832 CAMEL-17879: remove camel-ribbon leftover
f47994b0832 is described below

commit f47994b08323402e4c6b74f989c6a7843cf61169
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Apr 4 18:11:33 2022 +0200

    CAMEL-17879: remove camel-ribbon leftover
---
 .../org/apache/camel/catalog/models.properties      |  1 -
 .../services/org/apache/camel/model.properties      |  1 -
 .../camel/model/cloud/ribbonLoadBalancer.json       | 21 ---------------------
 3 files changed, 23 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
index 0b9030c6bfc..53d3b3afd1b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
@@ -142,7 +142,6 @@ restContextRef
 restProperty
 rests
 resumable
-ribbonLoadBalancer
 rollback
 roundRobin
 route
diff --git 
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
 
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
index 812a9610d11..24a9d888644 100644
--- 
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
+++ 
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
@@ -134,7 +134,6 @@ restContextRef
 restProperty
 rests
 resumable
-ribbonLoadBalancer
 rollback
 roundRobin
 route
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/cloud/ribbonLoadBalancer.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/cloud/ribbonLoadBalancer.json
deleted file mode 100644
index 8afb5a15dbc..00000000000
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/cloud/ribbonLoadBalancer.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "model": {
-    "kind": "model",
-    "name": "ribbonLoadBalancer",
-    "title": "Ribbon Load Balancer",
-    "deprecated": false,
-    "label": "routing,cloud,load-balancing",
-    "javaType": 
"org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration",
-    "abstract": false,
-    "input": false,
-    "output": false
-  },
-  "properties": {
-    "namespace": { "kind": "attribute", "displayName": "Namespace", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
namespace" },
-    "username": { "kind": "attribute", "displayName": "Username", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The username" },
-    "password": { "kind": "attribute", "displayName": "Password", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The password" },
-    "clientName": { "kind": "attribute", "displayName": "Client Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the Ribbon client name" },
-    "properties": { "kind": "element", "displayName": "Properties", "label": 
"advanced", "required": false, "type": "array", "javaType": 
"java.util.List<org.apache.camel.model.PropertyDefinition>", "deprecated": 
false, "autowired": false, "secret": false, "description": "Set client 
properties to use. These properties are specific to what service call 
implementation are in use. For example if using ribbon, then the client 
properties are define in com.netflix.client.config.CommonClientConf [...]
-    "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
-  }
-}

Reply via email to