You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: