mayurbm commented on PR #25555: URL: https://github.com/apache/camel/pull/25555#issuecomment-5396020818
Hi @Croway, updated the PR with two additional changes: 1. **Tests added for `InputStream` overload** — since `camel-core` cannot be added as a test dependency here (it would create a circular dependency via `camel-xml-jaxb`), instead added two direct tests for `toDOMDocument(InputStream, Exchange)` with JSON and plain-text payloads. This covers the same code path that both `StreamCache` and `byte[]` delegate to. 2. **Review thread resolved.** Local validation: - `mvn formatter:format impsort:sort` — no changes needed - `Tests run: 9, Failures: 0, Errors: 0, Skipped: 0` -- 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]
