davsclaus commented on PR #24598: URL: https://github.com/apache/camel/pull/24598#issuecomment-4944147778
_Claude Code on behalf of @davsclaus_ Thanks for the thorough review @gnodet! Addressed items 1-3 in b22efd161e00: **1. Text vs JSON asymmetry** — Fixed. `doCallJson()` now uses `getActivity()` (non-destructive), matching `doCallText()`. **2. JSON field inconsistency** — Fixed. `dumpActivityAsJSon()` now includes `uid` and `remoteEndpoint`, and `fromRouteId` is conditional (only when non-null) in both JMX and DevConsole. **3. Activity capture in standby mode** — Fixed. Moved the activity capture block above the early return guard so it only requires `enabled || standby`, no longer gated by `messageHistory`. **4. Full event objects** — Acknowledged. For 100 entries this is fine; a lightweight summary class can be a follow-up if profiling shows it matters. **5. Upgrade guide** — Not needed since this is a new feature, not a behavioral change to existing functionality. -- 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]
