Skip to content

Commit 4ccb68b

Browse files
committed
CAMEL-21866: remove etcd3
1 parent ee3a785 commit 4ccb68b

File tree

75 files changed

+3
-7816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3
-7816
lines changed

bom/camel-bom/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,6 @@
752752
<artifactId>camel-endpointdsl-support</artifactId>
753753
<version>4.11.0-SNAPSHOT</version>
754754
</dependency>
755-
<dependency>
756-
<groupId>org.apache.camel</groupId>
757-
<artifactId>camel-etcd3</artifactId>
758-
<version>4.11.0-SNAPSHOT</version>
759-
</dependency>
760755
<dependency>
761756
<groupId>org.apache.camel</groupId>
762757
<artifactId>camel-exec</artifactId>

catalog/camel-allcomponents/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,6 @@
626626
<artifactId>camel-elytron</artifactId>
627627
<version>${project.version}</version>
628628
</dependency>
629-
<dependency>
630-
<groupId>org.apache.camel</groupId>
631-
<artifactId>camel-etcd3</artifactId>
632-
<version>${project.version}</version>
633-
</dependency>
634629
<dependency>
635630
<groupId>org.apache.camel</groupId>
636631
<artifactId>camel-exec</artifactId>

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans.properties

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ DurationRoutePolicyFactory
1010
EhcacheAggregationRepository
1111
EhcacheIdempotentRepository
1212
ElasticsearchBulkRequestAggregationStrategy
13-
Etcd3AggregationRepository
1413
FileIdempotentRepository
1514
GroupedBodyAggregationStrategy
1615
GroupedExchangeAggregationStrategy

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/Etcd3AggregationRepository.json

-16
This file was deleted.

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ dynamic-router-control
9797
ehcache
9898
elasticsearch
9999
elasticsearch-rest-client
100-
etcd3
101100
exec
102101
fhir
103102
file

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/etcd3.json

-88
This file was deleted.

catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json

-9
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,6 @@
259259
"groupId" : "org.apache.camel",
260260
"artifactId" : "camel-test-infra-azure-storage-queue",
261261
"version" : "4.11.0-SNAPSHOT"
262-
}, {
263-
"service" : "org.apache.camel.test.infra.etcd3.services.Etcd3InfraService",
264-
"description" : "Key Value store etcd3",
265-
"implementation" : "org.apache.camel.test.infra.etcd3.services.Etcd3LocalContainerInfraService",
266-
"alias" : [ "etcd3" ],
267-
"aliasImplementation" : [ ],
268-
"groupId" : "org.apache.camel",
269-
"artifactId" : "camel-test-infra-etcd3",
270-
"version" : "4.11.0-SNAPSHOT"
271262
}, {
272263
"service" : "org.apache.camel.test.infra.ftp.services.FtpInfraService",
273264
"description" : "Embedded SFTP Server",

components/camel-etcd3/pom.xml

-121
This file was deleted.

0 commit comments

Comments
 (0)