eclipse-ee4j / eclipse-ee4j/jersey

Revisit JerseyWebTarget copying the Config with change of URI

Open
#4,912 0 comments 0 reactions 0 assignees View on GitHub
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

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.