Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[incubator-kie-issues-1682] Test cases in kogito repos GHA fail with …" #2044

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "[incubator-kie-issues-1682] Test cases in kogito repos GHA fa…
…il with …"

This reverts commit 58815be.
yesamer authored Dec 12, 2024
commit 213ec3dbb6ce34c9d2b1a5ef5f2beb5a7f02e10a

This file was deleted.

5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -410,11 +410,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
Original file line number Diff line number Diff line change
@@ -154,7 +154,6 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
<executions>
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
@@ -146,7 +146,6 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
<executions>
Original file line number Diff line number Diff line change
@@ -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}
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
Original file line number Diff line number Diff line change
@@ -146,7 +146,6 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
<executions>
Original file line number Diff line number Diff line change
@@ -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}
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@
<!-- Reproducible builds -->
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
<container.image.kafka>redpandadata/redpanda:v24.3.1</container.image.kafka>
</properties>


Original file line number Diff line number Diff line change
@@ -162,7 +162,6 @@
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
<executions>

This file was deleted.