playframework / playframework/play-ws

Create Java WSClientConfig builder API

Open
#52 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.