arunsrajan commented on code in PR #26010:
URL: https://github.com/apache/camel/pull/26010#discussion_r3913342464
##########
components/camel-alibaba/camel-alibaba-eventbridge/src/main/java/org/apache/camel/component/alibaba/eventbridge/AlibabaEventBridgeEndpoint.java:
##########
@@ -74,12 +74,38 @@ public class AlibabaEventBridgeEndpoint extends
DefaultEndpoint {
@UriParam(description = "Default event subject", displayName = "Event
Subject")
Review Comment:
Added. A new `=== camel-alibaba-eventbridge` section has been added to
`docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc`.
It documents:
- `validateEventSpec` defaulting to `true` on Map payloads (enforcing
CloudEvents 1.0 specification constraints such as `specversion="1.0"`,
non-blank `id`, and ISO-8601/RFC 3339 `time`).
- How to opt out using `validateEventSpec=false` for legacy routes.
- The 3-level hierarchical validation model and fail-closed validation
behavior.
--
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]