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 b62b2271e3 Enabled consul
b62b2271e3 is described below
commit b62b2271e342dc4d2e4d845c5d9d0091bcbbc596
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Oct 24 08:38:59 2025 +0200
Enabled consul
---
integration-tests/consul/pom.xml | 2 --
.../java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java | 1 -
2 files changed, 3 deletions(-)
diff --git a/integration-tests/consul/pom.xml b/integration-tests/consul/pom.xml
index 24e5aff431..28803f4eb6 100644
--- a/integration-tests/consul/pom.xml
+++ b/integration-tests/consul/pom.xml
@@ -75,7 +75,6 @@
<profiles>
- <!-- https://github.com/apache/camel-quarkus/issues/7868
<profile>
<id>native</id>
<activation>
@@ -103,7 +102,6 @@
</plugins>
</build>
</profile>
- -->
<profile>
<id>virtualDependencies</id>
<activation>
diff --git
a/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java
b/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java
index a90801df5a..55a4acd869 100644
---
a/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java
+++
b/integration-tests/consul/src/test/java/org/apache/camel/quarkus/component/consul/it/ConsulTest.java
@@ -26,7 +26,6 @@ import org.junit.jupiter.api.Test;
import static org.hamcrest.core.Is.is;
-@Disabled //https://github.com/apache/camel-quarkus/issues/7868
@QuarkusTest
@QuarkusTestResource(ConsulTestResource.class)
class ConsulTest {