This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b7d48f5b0869 Camel-test-infra: Add Keycloak test-infra module to
test-infra-all module (#19447)
b7d48f5b0869 is described below
commit b7d48f5b0869756e559ecf25a068449737e65ed0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 6 23:09:17 2025 +0200
Camel-test-infra: Add Keycloak test-infra module to test-infra-all module
(#19447)
* Camel-test-infra: Add Keycloak test-infra module to test-infra-all module
Signed-off-by: Andrea Cosentino <[email protected]>
* Camel-test-infra: Add Keycloak test-infra module to test-infra-all module
Signed-off-by: Andrea Cosentino <[email protected]>
---------
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../org/apache/camel/catalog/test-infra/metadata.json | 9 +++++++++
test-infra/camel-test-infra-all/pom.xml | 11 +++++++++++
.../src/generated/resources/META-INF/metadata.json | 9 +++++++++
3 files changed, 29 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json
index f8fd9fbe817f..21d1266f990a 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json
@@ -304,6 +304,15 @@
"groupId" : "org.apache.camel",
"artifactId" : "camel-test-infra-couchdb",
"version" : "4.15.0-SNAPSHOT"
+}, {
+ "service" :
"org.apache.camel.test.infra.keycloak.services.KeycloakInfraService",
+ "description" : "Identity and access management solution",
+ "implementation" :
"org.apache.camel.test.infra.keycloak.services.KeycloakLocalContainerInfraService",
+ "alias" : [ "keycloak" ],
+ "aliasImplementation" : [ ],
+ "groupId" : "org.apache.camel",
+ "artifactId" : "camel-test-infra-keycloak",
+ "version" : "4.15.0-SNAPSHOT"
}, {
"service" : "org.apache.camel.test.infra.hivemq.services.HiveMQInfraService",
"description" : "MQTT Platform HiveMQ",
diff --git a/test-infra/camel-test-infra-all/pom.xml
b/test-infra/camel-test-infra-all/pom.xml
index 5b00d9ba2fc6..370440ac0ba9 100644
--- a/test-infra/camel-test-infra-all/pom.xml
+++ b/test-infra/camel-test-infra-all/pom.xml
@@ -256,6 +256,11 @@
<artifactId>camel-test-infra-triton</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-test-infra-keycloak</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
@@ -525,6 +530,12 @@
<artifactId>camel-test-infra-ibmmq</artifactId>
</dependency>
</fileSet>
+ <fileSet>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+
<artifactId>camel-test-infra-keycloak</artifactId>
+ </dependency>
+ </fileSet>
</fileSets>
</configuration>
</execution>
diff --git
a/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json
b/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json
index f8fd9fbe817f..21d1266f990a 100644
---
a/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json
+++
b/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json
@@ -304,6 +304,15 @@
"groupId" : "org.apache.camel",
"artifactId" : "camel-test-infra-couchdb",
"version" : "4.15.0-SNAPSHOT"
+}, {
+ "service" :
"org.apache.camel.test.infra.keycloak.services.KeycloakInfraService",
+ "description" : "Identity and access management solution",
+ "implementation" :
"org.apache.camel.test.infra.keycloak.services.KeycloakLocalContainerInfraService",
+ "alias" : [ "keycloak" ],
+ "aliasImplementation" : [ ],
+ "groupId" : "org.apache.camel",
+ "artifactId" : "camel-test-infra-keycloak",
+ "version" : "4.15.0-SNAPSHOT"
}, {
"service" : "org.apache.camel.test.infra.hivemq.services.HiveMQInfraService",
"description" : "MQTT Platform HiveMQ",