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
The current problem integration with JAX-RS async client API is incomplete, as we didn't have a concrete use case for it yet at CBSS.
When Future.get throws ExecutionException(ProblemWrapper(Problem)) we unwrap to Problem.
Perhaps it should be unwrapped to ExecutionException(Problem) as users of the Future API expect it to throw ExecutionException if it fails?
The current problem integration with JAX-RS async client API is incomplete, as we didn't have a concrete use case for it yet at CBSS.
Perhaps it should be unwrapped to ExecutionException(Problem) as users of the Future API expect it to throw ExecutionException if it fails?
The text was updated successfully, but these errors were encountered: