jakartaee / jakartaee/jsonp-api
Allow for multiple JSON providers
Open
- Dominant language
- Java
- Stars
- 160
- Forks
- 64
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 4
Description
In some cases there may be multiple providers, for instance one that comes with the Maven dependencies, and one that I explicitly want to use. To allow the loading of a specific provider, `JsonProvider` should have a `getName()` method that returns the name of the provider. The name can be use to select a specific provider.
Contributor guide
Research direction
Start with the JsonProvider API and the provider-loading behavior described in the issue. Define how getName() identifies a provider and how callers select that name, then verify that multiple providers can coexist and the requested provider is loaded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100