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 77fbfa8f57b CAMEL-21712: Add rfc8707 support to http component
77fbfa8f57b is described below
commit 77fbfa8f57b6f4ac48bcbcb0586cf2f8cba7e7e7
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Feb 16 13:53:53 2025 +0100
CAMEL-21712: Add rfc8707 support to http component
---
.../builder/endpoint/dsl/HttpEndpointBuilderFactory.java | 15 ---------------
1 file changed, 15 deletions(-)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
index c191da74009..4eab7411484 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
@@ -792,21 +792,6 @@ public interface HttpEndpointBuilderFactory {
doSetProperty("oauth2TokenEndpoint", oauth2TokenEndpoint);
return this;
}
-
- /**
- * Oauth2 Resource Indicator.
- *
- * The option is a: <code>java.lang.String</code> type.
- *
- * Group: security
- *
- * @param oauth2ResourceIndicator the oauth 2 resource indicator
- * @return the dsl builder
- */
- default HttpEndpointBuilder oauth2ResourceIndicator(String
oauth2ResourceIndicator) {
- doSetProperty("oauth2ResourceIndicator", oauth2ResourceIndicator);
- return this;
- }
/**
* To configure security using SSLContextParameters. Important: Only
one
* instance of org.apache.camel.util.jsse.SSLContextParameters is