varoliver commented on issue #4654: URL: https://github.com/apache/camel-quarkus/issues/4654#issuecomment-1472823309
private java.util.Map<String, String> queryParams; in Olingo4AppEndpointConfiguration is null so Olingo4AppEndpointConfigurationConfigurer returns in getOptionType null for QueryParams when called from org/apache/camel/support/component/ApiMethodPropertiesHelper.java:116 So queryparams does not get set into the map: org.apache.camel.support.component.AbstractApiEndpoint#endpointProperties if it would have been set it would get populated into the Map olingo4endpointPropertyNames in org/apache/camel/component/olingo4/Olingo4Endpoint.java:170 -- 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