Skip to content
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

Revert 'sneaky throw' workaround #2049

Closed
danieldietrich opened this issue Aug 4, 2017 · 0 comments
Closed

Revert 'sneaky throw' workaround #2049

danieldietrich opened this issue Aug 4, 2017 · 0 comments

Comments

@danieldietrich
Copy link
Contributor

We need to revert #1722. It is a hack. Java is not supposed to treat all exceptions as unchecked (even in the checked case). For example a 3rd party Proxy instance that usse Vavr may not work as expected. Also async computations (i.e. ExecutorService) may suffer from unexpected exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant