varoliver commented on issue #4654: URL: https://github.com/apache/camel-quarkus/issues/4654#issuecomment-1473493344
yes, mainly because the fields are propagated by reflection in `org.apache.camel.util.component.ApiMethodPropertiesHelper#getValidEndpointProperties` independent of the value of the variable. Unfortunate that there are no tests which covered this. Small setback for our migration because we are using "CamelOlingo4.queryParams" quite a lot. We will have to change it to setting the parameters directly in the header like: `exchange.getIn().setHeader("CamelOlingo4.$filter", "someValue");` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org