This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 232c57ef386ab35ed8073bcb656173fc93c5c058 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 8 12:13:02 2022 +0100 Remove IPFS and Weka extensions temporarily, workaround #3532 --- catalog/pom.xml | 26 --------------- docs/modules/ROOT/examples/components/ipfs.yml | 13 -------- docs/modules/ROOT/examples/components/weka.yml | 13 -------- docs/modules/ROOT/nav.adoc | 2 -- .../ROOT/pages/reference/extensions/ipfs.adoc | 39 ---------------------- .../ROOT/pages/reference/extensions/weka.adoc | 35 ------------------- extensions-jvm/pom.xml | 1 - extensions/pom.xml | 1 - integration-tests-jvm/pom.xml | 1 - integration-tests/pom.xml | 1 - poms/bom/pom.xml | 30 ----------------- tooling/scripts/test-categories.yaml | 1 - tooling/scripts/validate-github-workflows.groovy | 2 +- 13 files changed, 1 insertion(+), 164 deletions(-) diff --git a/catalog/pom.xml b/catalog/pom.xml index bb71ea1..d060771 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -1834,19 +1834,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-ipfs</artifactId> - <version>${project.version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-irc</artifactId> <version>${project.version}</version> <type>pom</type> @@ -4161,19 +4148,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-weka</artifactId> - <version>${project.version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-wordpress</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/docs/modules/ROOT/examples/components/ipfs.yml b/docs/modules/ROOT/examples/components/ipfs.yml deleted file mode 100644 index 7c895a0..0000000 --- a/docs/modules/ROOT/examples/components/ipfs.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Do not edit directly! -# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -cqArtifactId: camel-quarkus-ipfs -cqArtifactIdBase: ipfs -cqNativeSupported: true -cqStatus: Stable -cqDeprecated: false -cqJvmSince: 1.1.0 -cqNativeSince: 1.7.0 -cqCamelPartName: ipfs -cqCamelPartTitle: IPFS -cqCamelPartDescription: Access the Interplanetary File System (IPFS). -cqExtensionPageTitle: IPFS diff --git a/docs/modules/ROOT/examples/components/weka.yml b/docs/modules/ROOT/examples/components/weka.yml deleted file mode 100644 index 89be619..0000000 --- a/docs/modules/ROOT/examples/components/weka.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Do not edit directly! -# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -cqArtifactId: camel-quarkus-weka -cqArtifactIdBase: weka -cqNativeSupported: false -cqStatus: Preview -cqDeprecated: false -cqJvmSince: 1.1.0 -cqNativeSince: n/a -cqCamelPartName: weka -cqCamelPartTitle: Weka -cqCamelPartDescription: Perform machine learning tasks using Weka. -cqExtensionPageTitle: Weka diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 540dde1..e90104f 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -153,7 +153,6 @@ *** xref:reference/extensions/hystrix.adoc[Hystrix] *** xref:reference/extensions/iec60870.adoc[IEC 60870 Client] *** xref:reference/extensions/iota.adoc[IOTA] -*** xref:reference/extensions/ipfs.adoc[IPFS] *** xref:reference/extensions/irc.adoc[IRC] *** xref:reference/extensions/ignite.adoc[Ignite Cache] *** xref:reference/extensions/infinispan.adoc[Infinispan] @@ -312,7 +311,6 @@ *** xref:reference/extensions/vertx-websocket.adoc[Vert.x WebSocket] *** xref:reference/extensions/weather.adoc[Weather] *** xref:reference/extensions/web3j.adoc[Web3j Ethereum Blockchain] -*** xref:reference/extensions/weka.adoc[Weka] *** xref:reference/extensions/wordpress.adoc[Wordpress] *** xref:reference/extensions/workday.adoc[Workday] *** xref:reference/extensions/xchange.adoc[XChange] diff --git a/docs/modules/ROOT/pages/reference/extensions/ipfs.adoc b/docs/modules/ROOT/pages/reference/extensions/ipfs.adoc deleted file mode 100644 index 737f432..0000000 --- a/docs/modules/ROOT/pages/reference/extensions/ipfs.adoc +++ /dev/null @@ -1,39 +0,0 @@ -// Do not edit directly! -// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -= IPFS -:linkattrs: -:cq-artifact-id: camel-quarkus-ipfs -:cq-native-supported: true -:cq-status: Stable -:cq-status-deprecation: Stable -:cq-description: Access the Interplanetary File System (IPFS). -:cq-deprecated: false -:cq-jvm-since: 1.1.0 -:cq-native-since: 1.7.0 - -[.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.7.0## - -Access the Interplanetary File System (IPFS). - -== What's inside - -* xref:{cq-camel-components}::ipfs-component.adoc[IPFS component], URI syntax: `ipfs:ipfsCmd` - -Please refer to the above link for usage and configuration details. - -== Maven coordinates - -https://code.quarkus.io/?extension-search=camel-quarkus-ipfs[Create a new project with this extension on code.quarkus.io, window="_blank"] - -Or add the coordinates to your existing project: - -[source,xml] ----- -<dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-ipfs</artifactId> -</dependency> ----- - -Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. diff --git a/docs/modules/ROOT/pages/reference/extensions/weka.adoc b/docs/modules/ROOT/pages/reference/extensions/weka.adoc deleted file mode 100644 index 9200bee..0000000 --- a/docs/modules/ROOT/pages/reference/extensions/weka.adoc +++ /dev/null @@ -1,35 +0,0 @@ -// Do not edit directly! -// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -= Weka -:linkattrs: -:cq-artifact-id: camel-quarkus-weka -:cq-native-supported: false -:cq-status: Preview -:cq-status-deprecation: Preview -:cq-description: Perform machine learning tasks using Weka. -:cq-deprecated: false -:cq-jvm-since: 1.1.0 -:cq-native-since: n/a - -[.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## - -Perform machine learning tasks using Weka. - -== What's inside - -* xref:{cq-camel-components}::weka-component.adoc[Weka component], URI syntax: `weka:command` - -Please refer to the above link for usage and configuration details. - -== Maven coordinates - -[source,xml] ----- -<dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-weka</artifactId> -</dependency> ----- - -Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml index e6b725a..42fd3ba 100644 --- a/extensions-jvm/pom.xml +++ b/extensions-jvm/pom.xml @@ -118,7 +118,6 @@ <module>stub</module> <module>thrift</module> <module>web3j</module> - <module>weka</module> <module>wordpress</module> <module>workday</module> <module>xj</module> diff --git a/extensions/pom.xml b/extensions/pom.xml index 6a3bc89..c001a13 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -125,7 +125,6 @@ <module>ical</module> <module>infinispan</module> <module>influxdb</module> - <module>ipfs</module> <module>jackson</module> <module>jackson-avro</module> <module>jackson-protobuf</module> diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml index 82c84b7..5fb7731 100644 --- a/integration-tests-jvm/pom.xml +++ b/integration-tests-jvm/pom.xml @@ -116,7 +116,6 @@ <module>stub</module> <module>thrift</module> <module>web3j</module> - <module>weka</module> <module>wordpress</module> <module>workday</module> <module>xj</module> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8c8ca27..306a9e7 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -110,7 +110,6 @@ <module>hystrix</module> <module>infinispan</module> <module>influxdb</module> - <module>ipfs</module> <module>jackson-avro</module> <module>jackson-protobuf</module> <module>jaxb</module> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 8aeee35..c841cd0 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -1484,11 +1484,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-ipfs</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-irc</artifactId> <version>${camel.version}</version> </dependency> @@ -2638,11 +2633,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-weka</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-wordpress</artifactId> <version>${camel.version}</version> </dependency> @@ -4147,16 +4137,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-ipfs</artifactId> - <version>${camel-quarkus.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-ipfs-deployment</artifactId> - <version>${camel-quarkus.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-irc</artifactId> <version>${camel-quarkus.version}</version> </dependency> @@ -5937,16 +5917,6 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-weka</artifactId> - <version>${camel-quarkus.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-weka-deployment</artifactId> - <version>${camel-quarkus.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-wordpress</artifactId> <version>${camel-quarkus.version}</version> </dependency> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 1de5fd7..1dc2a95 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -24,7 +24,6 @@ group-01: - hazelcast - http - infinispan - - ipfs - jms-artemis-client - jsch - kafka diff --git a/tooling/scripts/validate-github-workflows.groovy b/tooling/scripts/validate-github-workflows.groovy index 6c0ecf8..bb3816e 100644 --- a/tooling/scripts/validate-github-workflows.groovy +++ b/tooling/scripts/validate-github-workflows.groovy @@ -30,7 +30,7 @@ final Set<String> executedBaseNames = [] as Set // Add any ignored itest modules here. Or prefix the module name with '#' to disable it // hystrix - https://github.com/apache/camel-quarkus/issues/1146 -final List<String> excludedModules = ['hystrix', 'messaging', 'nats'] as List +final List<String> excludedModules = ['hystrix', 'messaging', 'nats', 'ipfs'] as List final Yaml parser = new Yaml() def testCategoryConfig = parser.load((jobDefPath.toFile()).text)
