eclipse-ee4j / eclipse-ee4j/jersey

WebResourceFactory does not apply ParamConverterProvider

Open
#3,520 8 comments 1 reaction 0 assignees View on GitHub
Priority: Major Type: Bug
Dominant language
Java
Stars
730
Forks
382
PR merge metrics
No merged PRs in 30d

Description

WebResourceFactory#invoke() does not apply any ParamConverterProviders that are configured on the Client. The expected behavior would be to invoke the relevant ParamConverter#toString(T) implementation for @PathParam and @QueryParam parameters.

The fact that ParamConverterProviders are not applied prevents using the same shared interface and configuration on the server and client side when the interface relies on ParamConverterProviders.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.