davsclaus opened a new pull request, #23547: URL: https://github.com/apache/camel/pull/23547
## Summary - Fix unsafe `(Boolean)` cast from JSON for `polling` field — use `Boolean.TRUE.equals()` instead - Fix unsafe `(Boolean)` casts for `done`/`failed` fields in history entry parsing - Guard `Long.parseLong(ctx.selectedPid)` with try-catch on tab switch to history ## Test plan - [x] Builds clean - [ ] Manual: TUI operates normally with consumer tab, history tab, and endpoint views _Claude Code on behalf of Claus Ibsen_ -- 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]
