eclipse-ee4j / eclipse-ee4j/jersey
Revisit JerseyWebTarget copying the Config with change of URI
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Calling for instance WebTarget#queryParam copies over the ClientConfig, i.e. the ClientRuntime is not reusable. But URI change does not seem to require copying the ClientConfig, the ClientRequest uses an independent URI (`#setUri`) anyway.
Proper testing (multithreaded requests) should follow.
Contributor guide
Assessment
This issue has not been assessed yet.