You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/08/12 11:41:00 UTC

[jira] [Commented] (CAMEL-15400) rest component - Endpoint DSL for multi valued has null as prefix

    [ https://issues.apache.org/jira/browse/CAMEL-15400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176279#comment-17176279 ] 

Claus Ibsen commented on CAMEL-15400:
-------------------------------------

src/generated/java/org/apache/camel/builder/endpoint/dsl/CryptoCmsEndpointBuilderFactory.java:            doSetMultiValueProperty("recipient", "null" + key, value);
src/generated/java/org/apache/camel/builder/endpoint/dsl/JpaEndpointBuilderFactory.java:            doSetMultiValueProperty("parameters", "null" + key, value);
src/generated/java/org/apache/camel/builder/endpoint/dsl/RestEndpointBuilderFactory.java:            doSetMultiValueProperty("queryParameters", "null" + key, value);

> rest component - Endpoint DSL for multi valued has null as prefix
> -----------------------------------------------------------------
>
>                 Key: CAMEL-15400
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15400
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.4.2
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.5.0, 3.4.4
>
>
> Reported on user forum
> http://camel.465427.n5.nabble.com/Camel-Rest-Endpoint-DSL-prefix-the-string-quot-null-quot-to-query-parameters-key-td5878225.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)