Skip to content

Replace SneakyThrows with explicit throws #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2025

Conversation

tcheeric
Copy link
Owner

Summary

  • replace Lombok @SneakyThrows in the WebSocket client constructor and send method with explicit checked exceptions
  • adjust handler and client logic to propagate or wrap new exceptions
  • update integration tests to account for constructor exceptions

Testing

  • mvn -q verify (fails: Could not find a valid Docker environment)

Network Access

  • no external network access needed; Docker environment unavailable

https://chatgpt.com/codex/tasks/task_b_68991b8f246c833183979960cb4f37e0

@tcheeric tcheeric merged commit 554c543 into develop Aug 10, 2025
1 check passed
@tcheeric tcheeric deleted the codex/replace-@sneakythrows-with-explicit-throws branch August 10, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant