This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 7abd97ce22 Proper enablement of jira tests
7abd97ce22 is described below
commit 7abd97ce22c767fb5fdb5352dff0b49579ee7ead
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Oct 24 15:06:05 2025 +0200
Proper enablement of jira tests
---
integration-tests/jira/pom.xml | 8 +++-----
.../java/org/apache/camel/quarkus/component/jira/it/JiraTest.java | 1 -
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/integration-tests/jira/pom.xml b/integration-tests/jira/pom.xml
index 2a575b179f..ccb010692c 100644
--- a/integration-tests/jira/pom.xml
+++ b/integration-tests/jira/pom.xml
@@ -75,7 +75,6 @@
<profiles>
- <!-- https://github.com/apache/camel-quarkus/issues/7882
<profile>
<id>native</id>
<activation>
@@ -91,9 +90,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <configuration> -->
+ <configuration>
<!-- Theses classpath configurations must be
removed when https://ecosystem.atlassian.net/browse/JRJC-262 gets resolved-->
- <!--<additionalClasspathElements>
+ <additionalClasspathElements>
<additionalClasspathElement>${project.build.directory}/camel-quarkus-integration-test-jira-${project.version}-native-image-source-jar/lib/modified-com.atlassian.jira.jira-rest-java-client-core-${jira-rest-client.version}.jar</additionalClasspathElement>
<additionalClasspathElement>${project.build.directory}/camel-quarkus-integration-test-jira-${project.version}-native-image-source-jar/camel-quarkus-integration-test-jira-${project.version}-runner.jar</additionalClasspathElement>
</additionalClasspathElements>
@@ -113,8 +112,7 @@
</plugins>
</build>
</profile>
- -->
- <profile>
+ <profile>
<id>virtualDependencies</id>
<activation>
<property>
diff --git
a/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
b/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
index 4b8006ee10..f8c84045ed 100644
---
a/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
+++
b/integration-tests/jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java
@@ -49,7 +49,6 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
-//@Disabled // https://github.com/apache/camel-quarkus/issues/7882
@QuarkusTest
@QuarkusTestResource(JiraTestResource.class)
public class JiraTest {