This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 471f29e4d57c03e096e88e79daa6d355ddfd0175 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Mar 18 11:39:28 2024 +0100 Regen --- .../camel-aws-config/src/main/docs/aws-config-component.adoc | 2 +- .../src/main/docs/elasticsearch-rest-client-component.adoc | 2 +- .../component/platform/http/PlatformHttpEndpointUriFactory.java | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc index 71e59944608..a908354c1a1 100644 --- a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc +++ b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc @@ -4,7 +4,7 @@ :artifactid: camel-aws-config :description: Manage AWS Config service. :since: 4.3 -:supportlevel: Stable +:supportlevel: Preview :tabs-sync-option: :component-header: Only producer is supported //Manually maintained attributes diff --git a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc index ab1fec9e2d9..dd8d647b05f 100644 --- a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc +++ b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc @@ -4,7 +4,7 @@ :artifactid: camel-elasticsearch-rest-client :description: Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client). :since: 4.3 -:supportlevel: Stable +:supportlevel: Preview :tabs-sync-option: :component-header: Only producer is supported //Manually maintained attributes diff --git a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java index e90d7621fd8..78a658d5a8a 100644 --- a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java +++ b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java @@ -21,15 +21,9 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com private static final Set<String> SECRET_PROPERTY_NAMES; private static final Set<String> MULTI_VALUE_PREFIXES; static { - Set<String> props = new HashSet<>(20); + Set<String> props = new HashSet<>(13); props.add("bridgeErrorHandler"); props.add("consumes"); - props.add("cookieDomain"); - props.add("cookieHttpOnly"); - props.add("cookieMaxAge"); - props.add("cookiePath"); - props.add("cookieSameSite"); - props.add("cookieSecure"); props.add("exceptionHandler"); props.add("exchangePattern"); props.add("fileNameExtWhitelist"); @@ -40,7 +34,6 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com props.add("path"); props.add("platformHttpEngine"); props.add("produces"); - props.add("useCookieHandler"); props.add("useStreaming"); PROPERTY_NAMES = Collections.unmodifiableSet(props); SECRET_PROPERTY_NAMES = Collections.emptySet();
