oscerd commented on code in PR #22613:
URL: https://github.com/apache/camel/pull/22613#discussion_r3085094787
##########
components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpConfiguration.java:
##########
@@ -53,6 +53,8 @@ public class NettyHttpConfiguration extends
NettyConfiguration {
private boolean throwExceptionOnFailure = true;
@UriParam(label = "advanced")
private boolean transferException;
+ @UriParam(label = "producer,security")
Review Comment:
Done in 6a08527fe1b — changed the `@UriParam` label from `producer,security`
to `advanced,security`, matching the JMS counterpart in CAMEL-23321.
_Claude Code on behalf of Andrea Cosentino_
##########
components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/VertxHttpConfiguration.java:
##########
@@ -52,6 +52,8 @@ public class VertxHttpConfiguration {
private boolean throwExceptionOnFailure = true;
@UriParam(label = "producer", defaultValue = "false")
private boolean transferException;
+ @UriParam(label = "producer,security")
+ private String deserializationFilter;
Review Comment:
Done in 6a08527fe1b — changed the `@UriParam` label from `producer,security`
to `advanced,security`, matching the JMS counterpart in CAMEL-23321.
_Claude Code on behalf of Andrea Cosentino_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]