Re: [PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-03 Thread via GitHub
gilvansfilho commented on PR #11628: URL: https://github.com/apache/camel/pull/11628#issuecomment-1744832811 > You need to fully build the project. There are uncommitted changes. I'll take a look later Pushed missing files. -- This is an automated message from the Apache Git Servic

Re: [PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-02 Thread via GitHub
orpiske commented on code in PR #11628: URL: https://github.com/apache/camel/pull/11628#discussion_r1343069732 ## components/camel-http/src/main/java/org/apache/camel/component/http/OAuth2ClientConfigurer.java: ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundati

Re: [PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-02 Thread via GitHub
orpiske commented on code in PR #11628: URL: https://github.com/apache/camel/pull/11628#discussion_r1343070006 ## components/camel-http/src/test/java/org/apache/camel/component/http/BaseHttpTest.java: ## @@ -32,6 +32,10 @@ public abstract class BaseHttpTest extends HttpServerTe

Re: [PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-02 Thread via GitHub
gilvansfilho commented on PR #11628: URL: https://github.com/apache/camel/pull/11628#issuecomment-174109 When done with code I will provide documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-02 Thread via GitHub
github-actions[bot] commented on PR #11628: URL: https://github.com/apache/camel/pull/11628#issuecomment-1743316535 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] CAMEL-18637: OAuth2 authentication with client credentials flow [camel]

2023-10-02 Thread via GitHub
gilvansfilho opened a new pull request, #11628: URL: https://github.com/apache/camel/pull/11628 # Description Adding oauth2 authentication to camel-http component as requested in that [Jira issue](https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-18637). # Targ