Re: [PR] CAMEL-20732: fix parsing primitive array types in RestDefinition [camel]

2024-05-03 Thread via GitHub
davsclaus merged PR #14043: URL: https://github.com/apache/camel/pull/14043 -- 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.ap

Re: [PR] CAMEL-20732: fix parsing primitive array types in RestDefinition [camel]

2024-05-02 Thread via GitHub
github-actions[bot] commented on PR #14043: URL: https://github.com/apache/camel/pull/14043#issuecomment-2090972366 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] CAMEL-20732: fix parsing primitive array types in RestDefinition [camel]

2024-05-02 Thread via GitHub
stklcode opened a new pull request, #14043: URL: https://github.com/apache/camel/pull/14043 # Description Generation of string representation for arrays relies on getName() as a workaround to properly support nested classes. However, this results in "null[]" for array of primitives.