oscerd commented on PR #25052:
URL: https://github.com/apache/camel/pull/25052#issuecomment-5060692663
Re-review finding addressed:
✅ Fixed YAML regex false scheme capture — replaced `\s+` with `[ \t]+` in
`from:/to:/toD:` alternatives so the pattern only matches inline syntax (same
line) and doesn't cross newlines. Multi-line `from:\n uri: "scheme:..."` now
correctly matches only via the `uri:` alternative.
Test now asserts `doesNotContain("uri")` on extracted schemes.
_Claude Code on behalf of oscerd_
--
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]