ppalaga commented on PR #4345: URL: https://github.com/apache/camel-quarkus/pull/4345#issuecomment-1368103637
I'd vote for keeping this as simple as possible. The serialization task gets a bit easier when we pass a single map per HTTP request instead of sending a list of maps at once. We can do that because we loop over the list-of-maps entries in the REST handler anyway. A map can be smuggled to plain RESTeasy in many ways: via QueryParams, Headers or URL-encoded body, which I tried to implement here: https://github.com/ppalaga/camel-quarkus/commits/pr4345 What do others think? -- 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