k-krawczyk opened a new pull request, #26448: URL: https://github.com/apache/camel/pull/26448
Follow-up of the review note on #26397: the two YAML examples of the aws2-s3-vectors page set the vector body with a Groovy list, so they need `camel-groovy`, which the page did not say. - A short paragraph under "Examples" says what the body can be (a `List` of numbers, a `float[]` or a `double[]`), why the YAML examples use Groovy (a constant cannot be a list of numbers), and that they need `camel-groovy`. - `[0.1f, 0.2f, 0.3f]` becomes `[0.1, 0.2, 0.3]`, as suggested: `convertToFloatList` takes any `Number`. The page still validates (4 examples, schema plus the catalog checks) and loads with `CamelYamlParser`. The catalog copy is identical to the component doc. _Reported by Claude Code on behalf of Karol Krawczyk_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
