-
Notifications
You must be signed in to change notification settings - Fork 357
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
CompletionStage not unwrapped in 3.0.6 #5126
Milestone
Comments
@mihalyr Thanks for spotting this, in 2.x the default should be |
This was referenced Sep 1, 2022
This was referenced Sep 23, 2022
1 task
This was referenced Nov 20, 2022
1 task
1 task
This was referenced Dec 17, 2022
This was referenced Mar 23, 2023
Closed
1 task
1 task
1 task
1 task
1 task
1 task
1 task
This was referenced Aug 14, 2023
1 task
This was referenced Sep 11, 2023
1 task
1 task
This was referenced Jan 3, 2024
1 task
1 task
Closed
1 task
1 task
This was referenced Jul 9, 2024
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
our resources returning a CompletionStage are broken on 3.0.6 but work fine on 3.0.5.
This is a regression for the issue in #4640 which was fixed with https://github.com/eclipse-ee4j/jersey/pull/4885/files
The error I get is:
One of the changes in #4885 fix was changing
UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE
totrue
inunwrapInvocableResponseType
in ResourceMethodInvoker.javaI've noticed that a merge commit included in 3.0.6 reverted those lines in 3619462#diff-9a15f3d079f85bb08c309d8c3ec510242d1a284b7145b5f35978c519ba20355bL490
For now I stick to 3.0.5 which seems to be working fine.
The text was updated successfully, but these errors were encountered: