This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 69227902154d18aa975df75b72b08e45f14f3571 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue May 6 13:06:18 2025 +0100 Revert "Disabled Headersmap in native, see #7330" This reverts commit dc1fac99688d38ddaa346b9e95e69926b1c5c9cf. --- integration-tests/headersmap/pom.xml | 2 -- .../apache/camel/quarkus/component/headersmap/it/HeadersmapTest.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/integration-tests/headersmap/pom.xml b/integration-tests/headersmap/pom.xml index 045d5a00e1..24d0e78b42 100644 --- a/integration-tests/headersmap/pom.xml +++ b/integration-tests/headersmap/pom.xml @@ -55,7 +55,6 @@ <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/7330 <profile> <id>native</id> <activation> @@ -83,7 +82,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/headersmap/src/test/java/org/apache/camel/quarkus/component/headersmap/it/HeadersmapTest.java b/integration-tests/headersmap/src/test/java/org/apache/camel/quarkus/component/headersmap/it/HeadersmapTest.java index 220aa23c2f..fe50c0f1c3 100644 --- a/integration-tests/headersmap/src/test/java/org/apache/camel/quarkus/component/headersmap/it/HeadersmapTest.java +++ b/integration-tests/headersmap/src/test/java/org/apache/camel/quarkus/component/headersmap/it/HeadersmapTest.java @@ -19,7 +19,6 @@ package org.apache.camel.quarkus.component.headersmap.it; import java.util.HashMap; import java.util.Map; -import io.quarkus.test.junit.DisabledOnIntegrationTest; import io.quarkus.test.junit.QuarkusTest; import io.restassured.RestAssured; import org.apache.camel.component.headersmap.FastHeadersMapFactory; @@ -32,7 +31,6 @@ import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; @QuarkusTest -@DisabledOnIntegrationTest //see https://github.com/apache/camel-quarkus/issues/7330 class HeadersmapTest { @Test