From 213ec3dbb6ce34c9d2b1a5ef5f2beb5a7f02e10a Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Thu, 12 Dec 2024 16:51:48 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"[incubator-kie-issues-1682]=20Test=20?= =?UTF-8?q?cases=20in=20kogito=20repos=20GHA=20fail=20with=20=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 58815be2938f280b1280bc47922dbbbb1a5b0d80. --- .../src/test/resources/application.properties | 20 ------------------- pom.xml | 5 ----- .../pom.xml | 1 - .../src/test/resources/application.properties | 2 -- .../pom.xml | 1 - .../src/test/resources/application.properties | 4 +--- .../pom.xml | 1 - .../src/test/resources/application.properties | 4 +--- .../pom.xml | 1 - .../query-service/pom.xml | 1 - .../src/test/resources/application.properties | 20 ------------------- 11 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 kogito-quarkus-examples/process-kafka-persistence-quarkus/src/test/resources/application.properties delete mode 100644 serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/src/test/resources/application.properties diff --git a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/test/resources/application.properties b/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/test/resources/application.properties deleted file mode 100644 index d0b6aa7199..0000000000 --- a/kogito-quarkus-examples/process-kafka-persistence-quarkus/src/test/resources/application.properties +++ /dev/null @@ -1,20 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -quarkus.kafka.devservices.image-name=${container.image.kafka} \ No newline at end of file diff --git a/pom.xml b/pom.xml index fba27c9a93..1626279866 100755 --- a/pom.xml +++ b/pom.xml @@ -410,11 +410,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - - ${container.image.kafka} - - diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml index 0624ec72db..ea2d5d4bf8 100644 --- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-callback-quarkus/pom.xml @@ -154,7 +154,6 @@ org.jboss.logmanager.LogManager ${maven.home} - ${container.image.kafka} diff --git a/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/test/resources/application.properties b/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/test/resources/application.properties index f88d69af54..aa62062ff2 100644 --- a/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/test/resources/application.properties +++ b/serverless-workflow-examples/serverless-workflow-callback-quarkus/src/test/resources/application.properties @@ -21,5 +21,3 @@ quarkus.kogito.devservices.enabled=false kie.flyway.enabled=true quarkus.datasource.db-kind=postgresql - -quarkus.kafka.devservices.image-name=${container.image.kafka} \ No newline at end of file diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/pom.xml b/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/pom.xml index 09c9abff84..07e78a31dc 100644 --- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/pom.xml @@ -146,7 +146,6 @@ org.jboss.logmanager.LogManager ${maven.home} - ${container.image.kafka} diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/src/test/resources/application.properties b/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/src/test/resources/application.properties index f4a7c5c71b..50bf6c1154 100644 --- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/src/test/resources/application.properties +++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus-mongodb/src/test/resources/application.properties @@ -21,6 +21,4 @@ quarkus.http.test-port=0 # Temporary fix for test to pass due to issue in Quarkus classloading resolver -quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers - -quarkus.kafka.devservices.image-name=${container.image.kafka} \ No newline at end of file +quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers \ No newline at end of file diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml index 56d8c803a8..75736429f9 100644 --- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/pom.xml @@ -146,7 +146,6 @@ org.jboss.logmanager.LogManager ${maven.home} - ${container.image.kafka} diff --git a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/test/resources/application.properties b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/test/resources/application.properties index f4a7c5c71b..50bf6c1154 100644 --- a/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/test/resources/application.properties +++ b/serverless-workflow-examples/serverless-workflow-correlation-quarkus/src/test/resources/application.properties @@ -21,6 +21,4 @@ quarkus.http.test-port=0 # Temporary fix for test to pass due to issue in Quarkus classloading resolver -quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers - -quarkus.kafka.devservices.image-name=${container.image.kafka} \ No newline at end of file +quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers \ No newline at end of file diff --git a/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml b/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml index ba95319075..b3135db6c7 100644 --- a/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-examples-parent/pom.xml @@ -35,7 +35,6 @@ 2024-01-16T00:00:00Z 3.4.1 - redpandadata/redpanda:v24.3.1 diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml index 63d414a42c..52febe5d5c 100644 --- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml +++ b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/pom.xml @@ -162,7 +162,6 @@ org.jboss.logmanager.LogManager ${maven.home} - ${container.image.kafka} diff --git a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/src/test/resources/application.properties b/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/src/test/resources/application.properties deleted file mode 100644 index d0b6aa7199..0000000000 --- a/serverless-workflow-examples/serverless-workflow-qas-service-showcase/query-service/src/test/resources/application.properties +++ /dev/null @@ -1,20 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -quarkus.kafka.devservices.image-name=${container.image.kafka} \ No newline at end of file