eclipse-ee4j / eclipse-ee4j/jersey
WebResourceFactory does not apply ParamConverterProvider
Open
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
Assessment
This issue has not been assessed yet.