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

Context is not properly propagated when using helidon-jersey-connector #4539

Closed
MadsBrun opened this issue Jul 14, 2022 · 0 comments · Fixed by #4540
Closed

Context is not properly propagated when using helidon-jersey-connector #4539

MadsBrun opened this issue Jul 14, 2022 · 0 comments · Fixed by #4540
Assignees
Labels
bug Something isn't working

Comments

@MadsBrun
Copy link
Contributor

Environment Details

  • Helidon Version: 2.5.1
  • Helidon MP
  • JDK version: 11
  • OS: Windows 11

Problem Description

When using the "io.helidon.jersey:helidon-jersey-connector", Context is not properly propagated in all scenarios.
It happens when calling an API that returns 204 (No content) result from a RestClient returning CompletionStage<Void>.

Steps to reproduce

Test project:
project.zip

  1. Run "mvn package". Test fails.
  2. Remove the "io.helidon.jersey:helidon-jersey-connector" package and sees that is works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants