playframework / playframework/play-ws
Create Java WSClientConfig builder API
Open
Nobody has claimed this yet.
status:backlog
- Dominant language
- Scala
- Stars
- 224
- Forks
- 92
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 28
Description
It's a bit strange to have the case classes be exposed through the Java API. There should be an actual Java builder that can be passed around, and can eventually return an AsyncHttpClientConfig object back out.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Java API's exposed case classes and the configuration path that produces AsyncHttpClientConfig. Define the builder's required inputs and how it can be passed around; done means Java callers can use the builder and retrieve an AsyncHttpClientConfig object without relying directly on case classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, scala
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100