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
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>.
Environment Details
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
The text was updated successfully, but these errors were encountered: