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 711022eb86c41b92c81d84bda4293f782cf3b021 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Mar 18 11:32:15 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, 10 insertions(+), 3 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 a908354c1a1..71e59944608 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: Preview +:supportlevel: Stable :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 dd8d647b05f..ab1fec9e2d9 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: Preview +:supportlevel: Stable :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 78a658d5a8a..e90d7621fd8 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,9 +21,15 @@ 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<>(13); + Set<String> props = new HashSet<>(20); 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"); @@ -34,6 +40,7 @@ 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();
