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
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
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
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
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
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