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 2b5e4c0ba9 Disabled google-secret-manager native profile
2b5e4c0ba9 is described below
commit 2b5e4c0ba997b2860c35c8d09290537835d787d9
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>