oscerd opened a new pull request, #25586: URL: https://github.com/apache/camel/pull/25586
Backport of #25448 (merged on `main`). A message with no body failed with a `NullPointerException` while building the "Cannot handle body type" error, an unknown job id was dereferenced unchecked, and the producers threw raw `java.lang.Exception`. The producer part cherry-picked cleanly. `GoogleBigQuerySQLProducer` is a different implementation on this branch (it creates and waits for the job inline instead of the `executeJob`/`getTableResult` split), so the same two guards were applied by hand there: a null result from `waitFor()` is reported instead of dereferenced, and the two `throw new Exception` become `RuntimeCamelException`. Module tests and the full reactor build are green on this branch. _Claude Code on behalf of oscerd_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
