fix multi-value property lost problem#10832
fix multi-value property lost problem#10832EvanMi wants to merge 4 commits intoapache:mainfrom EvanMi:main
Conversation
…oo, or the property may be lost
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Maintainers, please note that first-time contributors require manual approval for the GitHub Actions to run. 🤖 Use the command If necessary Apache Camel Committers may access logs and test results in the job summaries! |
|
Can you point to an example or use-case where you had a problem? And if we agree its a bug then we need a JIRA to track this and for backports too. |
yeah, on the above route, the "bar" param will be add to header, "okStatusCodeRange" will be suitable set, but "httpClient.socketTimeout" will lost. |
|
Thanks for that, can you create a JIRA and if possible add an unit test |
ok,i'll do both |
|
Thank you very much |
2. fix doc problem
i've add the unit test and JIRA https://issues.apache.org/jira/browse/CAMEL-19663 |
|
Thanks I had to merge this manually to resolve some regens |
ok, but i found you missed the toD.json. or it's really should be "turn of" but not "turn off" |
You need to fix this in the java source code - the json file is auto generated |
Description
the multi-value property is lost
Target
we should put the key from a multi-value (prefix) in the properties too, or the property may be lost