oscerd commented on PR #26187: URL: https://github.com/apache/camel/pull/26187#issuecomment-5583151029
Thanks @gnodet — fixed in 5f27d34. `buildInput` now only adds `"properties"` when the collected map is non-empty, so `includeProperties=subject` with no matching exchange property leaves `input` without a `"properties"` key (and a Rego `has(input, "properties")` stays honest). Added `omitsPropertiesKeyWhenIncludeMatchesNothing` to `OpaInputDocumentTest` to lock the invariant. _Claude Code on behalf of Andrea Cosentino_ -- 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]
