oscerd opened a new pull request, #25592: URL: https://github.com/apache/camel/pull/25592
`EventGridProducer.createCloudEvent` read the `CamelAzureEventGridDataVersion` header (`EventGridConstants.DATA_VERSION`) but never applied it. The component publishes in the **CloudEvents** schema, which has no `dataVersion` attribute (that belongs to the legacy Event Grid event schema), so the advertised header could never take effect. This removes the `DATA_VERSION` header constant and the dead read, regenerates the component catalog, and adds a note to the 4.23 upgrade guide. Full 696-module reactor build is green; no aggregated-catalog or DSL drift (headers live only in the component metadata). **Upgrade note:** the `CamelAzureEventGridDataVersion` header is removed; there is no CloudEvents equivalent, so any use of it should be dropped. _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]
