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
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
The JAX-RS 2.1 specification added support for "Reactive" types such as the CompletableFuture. The JAX-RS Whiteboard specification uses this pluggable support to add Promises as a reactive type in the JAX-RS client, but overlooked the support for Promises as a native return type from resource methods.
The next specification update should require Promises to have the same level of support as CompletableFuture/CompletionStage when returned from resource methods.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original bug ID: BZ#3087
From: @timothyjward
Reported version: R7
The text was updated successfully, but these errors were encountered: