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
commit 8bee60fcede43e8c1e061dee1d9ed27f42f36726 Author: Jiri Ondrusek <[email protected]> AuthorDate: Mon Feb 9 14:26:14 2026 +0100 Disabled google-secret-manager native profile --- integration-tests/google-secret-manager/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/google-secret-manager/pom.xml b/integration-tests/google-secret-manager/pom.xml index 77dd8c88df..fa68fc8572 100644 --- a/integration-tests/google-secret-manager/pom.xml +++ b/integration-tests/google-secret-manager/pom.xml @@ -101,6 +101,7 @@ </dependencies> <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/8274 <profile> <id>native</id> <activation> @@ -128,6 +129,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>
