This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 bf9bfea947d2 CAMEL-23093: Add OAuth SPI for multi-IdP Client 
Credentials support
bf9bfea947d2 is described below

commit bf9bfea947d2a2d1cb4c9df62e578e5794b479c0
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 27 18:26:46 2026 +0100

    CAMEL-23093: Add OAuth SPI for multi-IdP Client Credentials support
---
 .../src/main/resources/camel-main-known-dependencies.properties         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index 3ced2bc7689a..1caa9011b5c4 100644
--- 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -42,7 +42,7 @@ org.postgresql.Driver = 
org.postgresql:postgresql:${pgjdbc-driver-version}
 org.postgresql.ds.PGSimpleDataSource = 
org.postgresql:postgresql:${pgjdbc-driver-version}
 org.apache.camel.component.cxf.jaxws.CxfEndpoint = camel:cxf-soap
 org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint = camel:cxf-rest
-META-INF/services/org/apache/camel/oauth-client-authentication-factory = 
camel:openapi-oauth
+META-INF/services/org/apache/camel/oauth-client-authentication-factory = 
camel:oauth
 META-INF/services/org/apache/camel/restapi/openapi = camel:openapi-java
 META-INF/services/org/apache/camel/modelxml-dumper = camel:xml-io
 META-INF/services/org/apache/camel/modelyaml-dumper = camel:yaml-io

Reply via email to